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,11 @@
local s = number ( 1 , 100 )
if s <= 7 and pc . count_item ( "30162" ) < 100 then
pc . give_item2 ( "30162" , 3 )
if pc . count_item ( "30162" ) >= 100 then
local v = find_npc_by_vnum ( 20008 )
if 0 == v then
else
target . vid ( "__TARGET__" , v , gameforge . subquest_41 . _130_targetVid )
end
end
end
@@ -0,0 +1,6 @@
local cur_kill_count = pc . getqf ( "kill_count" ) + 1
pc . setqf ( "kill_count" , cur_kill_count )
if cur_kill_count >= number ( 10 , 50 ) then
send_letter ( gameforge . subquest_44 . _400_sendLetter )
set_state ( "report_girl_lie" )
end
@@ -0,0 +1,6 @@
if pc . getqf ( "spider_eye" ) == 0 then local cur_kill_count = pc . getqf ( "kill_count" ) + 1
pc . setqf ( "kill_count" , cur_kill_count )
if cur_kill_count >= number ( 10 , 50 ) then
set_state ( "fail_find_bell" )
end
return end