Adam Heal dummy dio skill dummy degil...
[chardef c_heal_kas] /// Healing dummy
id=c_man
name=Healer Man
can=mt_equip
on=@Click
message @080a [Healing Dummy]
message @1153 <name>
return 1
ON=@Create
COLOR=01
STR=9999
DEX=0
INT=0
FAME=0
KARMA=0
ITEMNEWBIE=i_hair_long
COLOR=080a
attr 04
name @1153 Heal Kas
ITEMNEWBIE=i_platemail_chest
color 080a
attr 04
name @1153 Heal Kas
ITEMNEWBIE=i_platemail_leggings
color 080a
attr 04
name @1153 Heal Kas
ITEMNEWBIE=i_platemail_arms
color 080a
attr 04
name @1153 Heal Kas
ITEMNEWBIE=i_platemail_gloves
color 080a
attr 04
name @1153 Heal Kas
ITEMNEWBIE=i_platemail_gorget
color 080a
attr 04
name @1153 Heal Kas
ITEMNEWBIE=i_katana
color 080a
attr 04
name @1153 Heal Kas
ITEMNEWBIE=i_shield_order
COLOR 080a
attr 04
ON=@EnvironChange
src.hits 1
Bu scp yi ekle sonra
[itemdef i_heal_dummy_hits] //Heal Dummylerin Hpleri İcin
name=Heal Dummy Hitser
weight 999
id=i_crystal_green
type=t_script
ON=@create
attr=attr_move_never|attr_invis
timer=60
color=07a0
on=@click
message @080a Heal Dummylerin hpsini ayarlar Ellemeyin/Michaell
return 1
ON=@dclick
timer 1
return 1
ON=@timer
forchars 99
if ((<baseid> == c_heal_kas) && (<hits> > 1))
hits 1
endif
endfor
attr=attr_move_never|attr_invis
timer 60
return 1
Bunuda Ekle Sonra heal dummyi koydugun alana .add i_heal_dummy_hits ile item cikar dummylerin oldugu yere koy bi kere cift tikla.Hpleri Dolmaz.