Initial commit: server + serverfiles
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
local operator = 2
|
||||
event_mystery_box . drop_box ( operator , 3491 )
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
if number ( 1 , 500 ) == 1 then
|
||||
if pc . count_item ( 31022 ) < 10 then
|
||||
pc . give_item2 ( 31022 , 1 )
|
||||
local remain_item = 10 - pc . count_item ( 31022 )
|
||||
if remain_item <= 0 then
|
||||
remain_item = 0
|
||||
end
|
||||
q . set_counter_value ( remain_item )
|
||||
if pc . count_item ( 31022 ) >= 10 then
|
||||
notice_multiline ( gameforge . main_quest_lv92 . _530_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv92 . _530_2_notice , notice )
|
||||
set_state ( "state3_4" )
|
||||
end
|
||||
end
|
||||
end
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
if number ( 1 , 500 ) == 1 then
|
||||
if pc . count_item ( 31022 ) < 10 then
|
||||
pc . give_item2 ( 31022 , 1 )
|
||||
if pc . count_item ( 31022 ) >= 10 then
|
||||
notice_multiline ( gameforge . main_quest_lv92 . _530_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv92 . _530_2_notice , notice )
|
||||
end
|
||||
end
|
||||
end
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
if number ( 1 , 50 ) == 1 then
|
||||
if pc . count_item ( 31042 ) < 100 then
|
||||
pc . give_item2 ( 31042 , 1 )
|
||||
local remain = 100 - pc . count_item ( 31042 )
|
||||
if remain < 0 then
|
||||
remain = 0
|
||||
end
|
||||
q . set_counter_value ( remain )
|
||||
if pc . count_item ( 31042 ) >= 100 then
|
||||
notice_multiline ( gameforge . main_quest_lv98 . _180_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv98 . _180_2_notice , notice )
|
||||
set_state ( "state2_3" )
|
||||
end
|
||||
end
|
||||
end
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
if number ( 1 , 50 ) == 1 then
|
||||
if pc . count_item ( 31042 ) < 100 then
|
||||
pc . give_item2 ( 31042 , 1 )
|
||||
if pc . count_item ( 31042 ) >= 100 then
|
||||
notice_multiline ( gameforge . main_quest_lv98 . _180_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv98 . _180_2_notice , notice )
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user