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,3 @@
if pc . is_mount ( ) ~= true then
pc . mining ( )
end
@@ -0,0 +1,11 @@
if pc . is_mount ( ) ~= true then
pc . mining ( )
end
if new_quest_lv42_neededAmountDrop1 <= pc . count_item ( new_quest_lv42_drop1 ) then
send_letter ( gameforge . new_quest_lv42 . _037_send_letter )
local v = find_npc_by_vnum ( 20016 )
if 0 == v then
else
target . vid ( "__TARGET4__" , v , gameforge . new_quest_lv42 . _050_target )
end
end