///////////////////////////////////////////////////////////////////////
// *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_acc_update]
id=i_grave_stone
type t_eq_script
name=account update
on=@click
message @0790 [ <name> ]
return 1
on=@dclick
timer 3
src.sysmessage @0845,1,1 Accountlar aktif edilmiştir.
return 1
on=@create
Timer 7
attr=08010
color=0810
on=@timer
try serv.account update
timer 90
return 1
[eof]