Initial commit: server + serverfiles
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
if pc . is_mount ( ) ~= true then
|
||||
pc . mining ( )
|
||||
end
|
||||
+11
@@ -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
|
||||
Reference in New Issue
Block a user