///////////////////////////////////////////////////////////////////////
// *Scripter Name : Raskol Serna
// *Shard Name : The Rosario Game
// *Shard Address : www.rosario.gen.tr
// *Personal Address : www.raskolserna.com
// *Messenger and E-Mail : [email protected]
// *Sphere Version : Specially 0.56b and maybe other releases
//
// *Bu kodlar TheRaskol tarafından yazılmış veya editlenmiştir.
// *The codes are written or were edited by TheRaskol (Raskol Serna).
///////////////////////////////////////////////////////////////////////
[itemdef i_spawn_protect]
id=i_crystal_green
type t_spawnprotect
name Spawn Protect
ON=@create
attr=attr_move_never|attr_invis
timer=2
color=07a1
ON=@timer
foritems 10
if (<baseid>==i_box_wood) || (<baseid> == i_hay_sheaf)
remove
endif
endfor
attr=attr_move_never|attr_invis
timer 2
return 1
ON=@dclick
timer 2
return 1
[EOF]