Initial commit: server + serverfiles
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 100 )
|
||||
if s <= 5 and pc . count_item ( 30166 ) == 0 then
|
||||
pc . give_item2 ( 30166 , 1 )
|
||||
send_letter ( gameforge . collect_quest_lv80 . _310_sendLetter )
|
||||
end
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 200 )
|
||||
if s == 1 and pc . count_item ( 30225 ) == 0 then
|
||||
pc . give_item2 ( 30225 , 1 )
|
||||
send_letter ( gameforge . collect_quest_lv80 . _240_sendLetter )
|
||||
end
|
||||
Reference in New Issue
Block a user