Initial commit: server + serverfiles
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
if pc . get_level ( ) <= 35 then local operator = 1
|
||||
event_mystery_box . drop_box ( operator , 591 )
|
||||
return end
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
local s = number ( 1 , 100 )
|
||||
if s <= 10 and pc . count_item ( "30150" ) == 0 then
|
||||
pc . give_item2 ( 30150 , 1 )
|
||||
set_state ( "_end_" )
|
||||
end
|
||||
Reference in New Issue
Block a user