Initial commit: server + serverfiles
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 200 )
|
||||
if s == 1 and pc . count_item ( 30165 ) == 0 then
|
||||
pc . give_item2 ( 30165 )
|
||||
send_letter ( gameforge . collect_quest_lv70 . _110_sendLetter )
|
||||
end
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 500 )
|
||||
if s == 1 and pc . count_item ( 30224 ) == 0 then
|
||||
pc . give_item2 ( 30224 )
|
||||
send_letter ( gameforge . collect_quest_lv70 . _230_sendLetter )
|
||||
end
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 200 )
|
||||
if s == 1 then
|
||||
pc . give_item2 ( 30167 )
|
||||
send_letter ( gameforge . collect_quest_lv85 . _130_send_letter )
|
||||
end
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 200 )
|
||||
if s == 1 and pc . count_item ( 30226 ) == 0 then
|
||||
pc . give_item2 ( 30226 )
|
||||
send_letter ( gameforge . collect_quest_lv85 . _250_send_letter )
|
||||
end
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
if number ( 1 , 300 ) == 1 then
|
||||
pc . give_item2 ( 31004 , 1 )
|
||||
local n = pc . count_item ( 31004 )
|
||||
if n < 100 then
|
||||
notice ( string . format ( gameforge . main_quest_lv78 . _150_say , 100 - n ) )
|
||||
else
|
||||
notice_multiline ( gameforge . main_quest_lv78 . _160_notice , notice )
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user