Initial commit: server + serverfiles
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
if pc . getqf ( "click_npc4" ) ~= 1 then target . delete ( "__target_npc4__" )
|
||||
pc . setqf ( "click_npc4" , 1 )
|
||||
say_title ( mob_name ( 9001 ) )
|
||||
say ( gameforge . main_quest_lv98 . _420_say )
|
||||
say ( "" )
|
||||
local remain = 4 - pc . getqf ( "click_npc1" ) - pc . getqf ( "click_npc2" ) - pc . getqf ( "click_npc3" ) - pc . getqf ( "click_npc4" )
|
||||
q . set_counter_value ( remain )
|
||||
if pc . getqf ( "click_npc1" ) == 1 and pc . getqf ( "click_npc2" ) == 1 and pc . getqf ( "click_npc3" ) == 1 and pc . getqf ( "click_npc4" ) == 1 then
|
||||
notice_multiline ( gameforge . main_quest_lv98 . _440_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv98 . _440_2_notice , notice )
|
||||
set_state ( "state4_3" )
|
||||
end
|
||||
return end
|
||||
Reference in New Issue
Block a user