Initial commit: server + serverfiles
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
local operator = 2
|
||||
event_mystery_box . drop_box ( operator , 3291 )
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
if number ( 1 , 1 ) == 1 then
|
||||
pc . give_item2 ( 31024 , 1 )
|
||||
main_quest_flame_lv104 . item_count_state4_2 ( )
|
||||
end
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
if number ( 1 , 200 ) == 1 then
|
||||
if pc . count_item ( 31028 ) < 100 then
|
||||
pc . give_item2 ( 31028 , 1 )
|
||||
local remain = 100 - pc . count_item ( 31028 )
|
||||
if remain < 0 then
|
||||
remain = 0
|
||||
end
|
||||
q . set_counter_value ( remain )
|
||||
if pc . count_item ( 31028 ) >= 100 then
|
||||
notice_multiline ( gameforge . main_quest_lv90 . _1040_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv90 . _1040_2_notice , notice )
|
||||
set_state ( "state7_3" )
|
||||
end
|
||||
end
|
||||
end
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
if number ( 1 , 200 ) == 1 then
|
||||
if pc . count_item ( 31028 ) < 100 then
|
||||
pc . give_item2 ( 31028 , 1 )
|
||||
local remain = 100 - pc . count_item ( 31028 )
|
||||
if remain < 0 then
|
||||
remain = 0
|
||||
end
|
||||
if pc . count_item ( 31028 ) >= 100 then
|
||||
notice_multiline ( gameforge . main_quest_lv90 . _1040_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv90 . _1040_2_notice , notice )
|
||||
end
|
||||
end
|
||||
end
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
if number ( 1 , 500 ) == 1 then
|
||||
if pc . count_item ( 31075 ) < 1 then
|
||||
notice_multiline ( gameforge . main_quest_lv91 . _230_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv91 . _230_2_notice , notice )
|
||||
pc . give_item2 ( 31075 , 1 )
|
||||
set_state ( "state2_3" )
|
||||
end
|
||||
end
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
if number ( 1 , 500 ) == 1 then
|
||||
if pc . count_item ( 31075 ) < 1 then
|
||||
notice_multiline ( gameforge . main_quest_lv91 . _230_1_notice , notice )
|
||||
notice_multiline ( gameforge . main_quest_lv91 . _230_2_notice , notice )
|
||||
pc . give_item2 ( 31075 , 1 )
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user