Initial commit: server + serverfiles
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
if pc . getqf ( "collect_count_1" ) > 0 then
|
||||
if math . random ( 1 , 100 ) <= new_quest_lv43_dropProb1 then
|
||||
local index = pc . getqf ( "collect_count_1" ) - 1
|
||||
pc . setqf ( "collect_count_1" , index )
|
||||
pc . give_item2 ( new_quest_lv43_drop1 )
|
||||
notice_multiline ( gameforge . new_quest_lv43 . _043_notice , notice )
|
||||
if pc . getqf ( "collect_count_1" ) == 0 then
|
||||
q . done ( )
|
||||
set_state ( "goto_wondarim" )
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user