Bilinmiyor -  27-07-2009 01:41
Kod:
[itemdef i_et_dragon]
name=Ethereal Dragon
id=i_mt_drake
TDATA3=01ba
layer=25

on=@create
color=0ffff

on=@equip
link=<src.uid>

on=@unequip
src.newitem i_et_ed
src.act.bounce

[itemdef i_et_ed]
NAME=Ethereal Dragon
id=i_pet_dragon
type=t_normal

CATEGORY=Other
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Dragon

on=@create
color=07a1
attr=14

on=@dclick
IF (<SRC.FINDID.i_drum_timer>==1)
src.message You can't mout an etheral pet while A Spirit Is Within You!
RETURN 1
elseif (<src.flags>&000000400)
src.message You can't mout an etheral pet while polymorphed!
return 1
elseif !(<src.findlayer.25.uid>)
src.newitem i_et_dragon
src.act.equip
src.update
remove
return 1
else
src.message you are already mounted
return 1
endif

[EOF]

YORUMLAR (0)

Henüz yorum yapılmamış.

BENZER SAYFALAR