Initial commit: server + serverfiles
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
if pc . getqf ( "collect_count" ) >= 1 and math . random ( 1 , 5 ) < 4 then
|
||||
local index = pc . getqf ( "collect_count" ) - 1
|
||||
pc . setqf ( "collect_count" , index )
|
||||
pc . give_item2 ( 30173 )
|
||||
notice_multiline ( gameforge . new_quest_lv17 . _074_notice , notice )
|
||||
if pc . getqf ( "collect_count" ) <= 0 then
|
||||
q . done ( )
|
||||
set_state ( "skins_to_wonda" )
|
||||
end
|
||||
else
|
||||
return
|
||||
end
|
||||
Reference in New Issue
Block a user