Initial commit: server + serverfiles
This commit is contained in:
@@ -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
|
||||
+3
@@ -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 ( )
|
||||
+3
@@ -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 ( )
|
||||
Reference in New Issue
Block a user