[CHARDEF C_developer2]
NAME Developer
SOUND snd_ANIMALS_HORSE1
ID c_horse_brown_dk
CAN MT_WALK|MT_RUN
ICON i_pet_horse_brown_lt
DESCRIPTION=Mustang
SUBSECTION=Horses
CATEGORY=Animals
on=@Click
message @07a1,,1 <name>
return 1
On=@hit
src.dropstam
on=@dclick
IF ( <DISTANCE> > 3 )
src.sysmessage Yeterince yakin degilsiniz..
RETURN 1
src.sayua 0790,6,6,0 * sahibini korur *
src.effect 3,i_fx_sparkle,6,45
endif
ON=@Create
COLOR=09a5
STR={500 600}
DEX={300 400}
INT={6 10}
TACTICS={60.0 70.0}
WRESTLING={90.0 99.0}
SWORDSMANSHIP={80.0 90.0}
TAMING=120.0
NPC=brain_animal
FAME={100 2000}
KARMA={-7000 -9000}
KILLS=0
//////
[function dropstam]
if (<stamina> > 10)
stamina (<stamina> - {10 15})
elseif (<stamina> > 0)
stamina 0
endif
dropstam function u yok