Initial commit: server + serverfiles
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 500 )
|
||||
if s == 1 and pc . count_item ( 30223 ) == 0 then
|
||||
pc . give_item2 ( 30223 , 1 )
|
||||
send_letter ( gameforge . collect_quest_lv60 . _280_sendLetter )
|
||||
end
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
if number ( 1 , 100 ) > 1 then
|
||||
return
|
||||
end
|
||||
local n = pc . getqf ( "pass_beads" )
|
||||
local i = pc . count_item ( 31005 )
|
||||
if n < 50 and pc . count_item ( 31005 ) < 50 - n then
|
||||
notice_multiline ( gameforge . main_quest_lv72 . _240_notice , notice )
|
||||
notice_multiline ( string . format ( gameforge . main_quest_lv72 . _250_notice , 50 - n - 1 ) , notice )
|
||||
pc . give_item2 ( 31005 , 1 )
|
||||
end
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
if pc . count_item ( new_quest_lv80_ice ) < new_quest_lv80_amountIce and math . random ( 1 , 1000 ) <= new_quest_lv80_dropProb * 4 then
|
||||
pc . give_item2 ( new_quest_lv80_ice )
|
||||
send_letter ( gameforge . new_quest_lv80 . _110_say_title )
|
||||
else
|
||||
end
|
||||
Reference in New Issue
Block a user