ethereal bineklerden inince çantama item olarak geliyor ancak c_man cesedi dusuyor yere sorun nerde acaba?


[itemdef i_hc_horse]
name=HC Ostard
id=i_pet_ostard_zostrich
type=t_script

CATEGORY=Provisions - GM Items
SUBSECTION=Special Items
DESCRIPTION=HC Ostard

on=@create
color=0810
attr=14

on=@dclick
if !((<src.body> == c_man) || (<src.body> == c_woman) || (<src.body> == c_man_gm))
elseif !(<src.findlayer(25)>)
src.newitem i_hc_horse_staff
src.act.link <src.uid>
src.act.more2 <src.uid>
src.act.more1 c_hc_horse
src.act.equip
src.update
remove
else
endif
return 1

[itemdef i_hc_horse_staff] 
name=HC Horse
id=i_mt_ostard_zostrich
type=t_eq_horse
layer=25
tdata3=c_hc_horse
CATEGORY=Provisions - GM Items
SUBSECTION=Special Items
DESCRIPTION=HC Horse equip

on=@equip
color 0bb7
update
else
remove
return 1
endif

on=@unequip
cont.newitem i_hc_horse
cont.act.bounce
return 1

[events e_hc_horse]
on=@environchange
events -e_hc_horse

[chardef c_hc_horse]
defname=c_hc_horse
name=HC Horse

on=@skillstart 
remove 
return 1

on=@environchange
remove
return 1

[EOF]
Bu Horsen


[itemdef i_hc_horse] 
name Hc Horse
id i_pet_horse_brown_lt
type t_script 

On=@Create 
color 0810
attr 14

On=@DClick 
if !(<src.findlayer(25)>)
	src.newitem i_mt_hc_horse
	src.act.link <src.uid>
	src.act.more2 <src.uid>
	src.act.more1 c_hc_horse
	src.act.equip
	src.update
	remove
else 
	src.sysmessage Binegin Varken Ata Binemezsin / Narcotik
endif
return 1

[itemdef i_mt_hc_horse] 
name hc horse
id i_mt_horse_brown_lt
type t_eq_horse
layer 25
tdata3 c_hc_horse

[itemdef i_hc_zost] 
name Hc Zostrich
id i_pet_ostard_zostrich     /// Olmassa Zost Çıkar Shrinkle Moresine Bakta Yap Burayı.
type t_script 

On=@Create 
color 0810
attr 14

On=@DClick 
if !(<src.findlayer(25)>)
	src.newitem i_mt_hc_zost
	src.act.link <src.uid>
	src.act.more2 <src.uid>
	src.act.more1 c_hc_zost
	src.act.equip
	src.update
	remove
else 
	src.sysmessage Binegin Varken Ata Binemezsin / Narcotik
endif
return 1

[itemdef i_mt_hc_zost] 
name hc zost
id i_mt_ostard_zostrich
type t_eq_zostrich // Burasıda...
layer 25
tdata3 c_hc_zost

Al Buda Zostun Ama İş Yerimdeyim Ultima Online Yok Denemedim (= Horse Büyük İhtimal Doğrudurda Zostrich'den Emin Dilim.
hiç bişi deişmedi :)

Üye Ol veya Giriş Yap

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