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