1
0
forked from metin2/server

Refactored directory structure, added game files from TMP

This commit is contained in:
2023-12-04 21:54:28 +02:00
parent c35f861d97
commit ff3388e795
7726 changed files with 564910 additions and 17 deletions

View File

@ -0,0 +1,19 @@
quest x_bernhard begin
state start begin
when login begin
notice("x_bernhard")
set_state ( yahoo )
end
end
state yahoo begin
when login begin
set_state( google )
end
end
state google begin
when 8001.kill with game.get_event_flag("mystery_box_drop") == 1 begin
send_letter("bbbbbb")
end
end
end