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,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