Ben Etheral bineği normal bir binek yapmak istiyorum petlenecek bir şekilde
script aşada yardımcı olursanız sevinirim

[itemdef i_et_bear] 
name=Ethereal Bear 
id=i_mt_bear  
TDATA3=01bb
layer=25 

on=@create 
color=0ffff 

on=@equip 
link=<src.uid>  

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

[itemdef i_et_eb] 
NAME=Ethereal Bear 
id=i_pet_Bear 
type=t_normal 

CATEGORY=Other
SUBSECTION=Ethereal pets 
DESCRIPTION=Ethereal Bear 

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_bear 
src.act.equip 
src.update 
remove 
return 1 
else 
src.message you are already mounted 
return 1 
endif 

[EOF]

[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]

Üye Ol veya Giriş Yap

Bu forum başlığına mesaj atmak istiyorsanız hemen üye olun veya giriş yapın.