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,16 @@
if forked . issungzimapindex ( pc . get_map_index ( ) ) == true then if 0 == game . get_event_flag ( "threeway_war" ) then
return
end
local remainBossCount = game . get_event_flag ( "threeway_war_boss_count" ) - 1
game . set_event_flag ( "threeway_war_boss_count" , remainBossCount )
if remainBossCount > 1 then
return
end
game . set_event_flag ( "threeway_war" , 0 )
local nation = { "Shinsoo" , "Chunjo" , "Jinno" }
notice_all ( string . format ( gameforge . forked_road . _70_notice_all , nation [ pc . getempire ( ) ] ) )
warp_all_to_village ( forked . getsungzimapindex ( ) , 30 )
warp_all_to_village ( forked . getpassmapindexbyempire ( 1 ) , 30 )
warp_all_to_village ( forked . getpassmapindexbyempire ( 2 ) , 30 )
warp_all_to_village ( forked . getpassmapindexbyempire ( 3 ) , 30 )
return end