Initial commit: server + serverfiles

This commit is contained in:
Game
2026-08-17 17:31:44 +00:00
commit ff1237686b
17389 changed files with 868929 additions and 0 deletions
@@ -0,0 +1,10 @@
if pc . count_item ( 31074 ) < 1 then
pc . give_item2 ( 31074 , 1 )
end
notice_multiline ( gameforge . main_quest_lv97 . _100_notice , notice )
say ( gameforge . main_quest_lv97 . _110_say )
say ( "" )
wait ( )
say ( gameforge . main_quest_lv97 . _120_say )
say ( "" )
set_state ( "state1_3" )
@@ -0,0 +1,9 @@
if pc . count_item ( 31074 ) < 1 then
pc . give_item2 ( 31074 , 1 )
end
notice_multiline ( gameforge . main_quest_lv97 . _100_notice , notice )
say ( gameforge . main_quest_lv97 . _110_say )
say ( "" )
wait ( )
say ( gameforge . main_quest_lv97 . _120_say )
say ( "" )