Initial commit: server + serverfiles
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 100 )
|
||||
if s <= 30 and pc . count_item ( 30168 ) == 0 then
|
||||
pc . give_item2 ( 30168 , 1 )
|
||||
send_letter ( gameforge . collect_quest_lv90 . _130_send_letter )
|
||||
end
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 100 )
|
||||
if s <= 30 and pc . count_item ( 30227 ) == 0 then
|
||||
pc . give_item2 ( 30227 , 1 )
|
||||
send_letter ( gameforge . collect_quest_lv90 . _250_send_letter )
|
||||
end
|
||||
Reference in New Issue
Block a user