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,8 @@
if flame_dungeon . is_flamed ( d . get_map_index ( ) ) and d . getf ( "level" ) == 17 then notice_multiline ( gameforge . flame_dungeon . _550_notice , d . notice )
notice_multiline ( gameforge . flame_dungeon . _560_notice , d . notice )
server_timer ( "dungeon_end_timer" , 60 , d . get_map_index ( ) )
flame_dungeon . level_clear ( )
if party . is_party ( ) then
party . setf ( "flame_dungeon_boss_kill_count" , 1 )
end
return end
@@ -0,0 +1,3 @@
local kill_count = pc . getqf ( "kill_count_1" )
pc . setqf ( "kill_count_1" , kill_count + 1 )
main_quest_flame_lv104 . kill_count ( )
@@ -0,0 +1,3 @@
local kill_count = pc . getqf ( "kill_count_1" )
pc . setqf ( "kill_count_1" , kill_count + 1 )
main_quest_flame_lv105 . kill_count_state2_2 ( )