Yaptığım bineğin belli tame skiline göre tamelenmesini istiyorum.. ne yapmam gerekiyor yardımcı olurmusunuz?? Alttaki binek 460 tame skilliyle tamelensin istiyorum teşekkürler..
[CHARDEF c_unicorn_acid]
DEFNAME=c_horse_brown_dk
NAME=Acid Unicorn
SOUND=snd_ANIMALS_HORSE1
ID=c_horse_brown_lt
ICON=i_pet_horse_brown_dk
DESCRIPTION=Dead Steed
SUBSECTION=Horses
CATEGORY=Animals
DAM=3,4
ARMOR=44
RESOURCES=15 i_ribs_raw,10 i_hide,
//ALIGNMENT=NEUTRAL
CAN=MT_WALK|MT_RUN
FOODTYPE=55 t_crops, 55 t_fruit, 55 t_grain, 64 t_grass
SHELTER=r_stables,e_Human_Greet
DESIRES=e_horses,c_man,c_woman
TEVENTS=e_horses
AVERSIONS=e_carnivores3
DESCRIPTION=Horse (Steed)
SUBSECTION=Animals
CATEGORY=New
ON=@Create
COLOR=0fc5
STR=1000
DEX=1000
INT=1
karma 10000
fame 4000
NPC=brain_animal
FAME=0
KARMA={1000 2000}
PARRYING={95.0 100.0}
MAGICRESISTANCE={95.0 100.0}
TACTICS={95.0 100.0}
WRESTLING=100.0
TAMING=99.9
ANIMALLORE=99.9
on=@click
message @07ad,,1 [ Str <str> Dex <dex> ]
if (strmatch("<*","<name>"))
name Acid Unicorn
return 1
endif
if (strmatch("@*","<name>"))
name Acid Unicorn
return 1
endif
if (strmatch("bank*","<name>"))
name Acid Unicorn
return 1
if (<memoryfindtype.memory_ipet>)
message @077a,1,1 [Sahibi: <memoryfindtype.memory_ipet.link.name>]
endif
on=@gethit
if (<hits> < 20)
sayua 0481,2,0,eng,* kendini iyilestirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
hits=(<hits> + 50)
endif
if (<flags> &statf_poisoned)
sayua 0481,2,0,eng,* zehiri iyilestirir *
sound snd_spell_cure
findid.i_rune_poison.remove
endif
if (rand(7) ==1)
SAYU=Yapma Bunu..!
return 1
endif
if (<findid.i_rune_poison>) || (<findid.i_rune_poison_field>)
if (rand(3) == 1)
face
anim 17
findid.i_rune_poison.remove
findid.i_rune_poison_field.remove
sayu * zehirden etkilenmez *
return 1
endif
endif
On=@hit
if (rand(3) == 1)
src.poison 950
if (rand(2) == 1)
SRC.sayu= * Aci Aci Zehir Yer *
endif
endif
src.poison 1000
dorand 3
enddo
on=@death
remove
return 1