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,4 @@
if flame_dungeon . is_flamed ( d . get_map_index ( ) ) and d . getf ( "level" ) == 16 then notice_multiline ( gameforge . flame_dungeon . _540_notice , d . notice )
notice_multiline ( gameforge . flame_dungeon . _430_notice , d . notice )
flame_dungeon . level_clear ( )
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_lv103 . kill_count_state4_3 ( )