UO-Dev Arama


Sokak Savasi Alani Size Kalmis

Yazar: Efe97
Tarih: 27-08-2010 14:57


Paylaş : Paylaş

Sokak Savasi Ama Horseleri Shrink Yapamadım

Kod:
[CHARDEF c_horse_kirmizi]
NAME=kirmizi Horse
SOUND=snd_ANIMALS_HORSE1
ID=c_horse_brown_dk
ICON=i_pet_Kirmizi_Horse
DESCRIPTION=Fire Steed
SUBSECTION=Horses
CATEGORY=Animals
DAM=10-20
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
DESIRES=e_horses,c_man,c_woman
TEVENTS=e_horses
AVERSIONS=e_carnivores3
DESCRIPTION=Horse (Steed)
SUBSECTION=Animals
CATEGORY=New

On=@Click
if (strmatch("@*","<name>"))
Name @07a1 kirmizi Horse
remove
endif

ON=@Create
COLOR=09c3
STR={300 340}
DEX={160 170}
INT={9 23}

karma -5800
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=100.0
ANIMALLORE=100.0

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> + 75)
return 1
endif
if (<act.baseid>=c_vortex)
sayua 0481,2,0,eng,* buyu etkisini kaldirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
src.remove
return 1
endif
if (<act.baseid>=c_blade_spirit)
sayua 0481,2,0,eng,* buyu etkisini kaldirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
src.remove
return 1
endif
if (<act.baseid>=c_daemon)
sayua 0481,2,0,eng,* buyu etkisini kaldirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
src.remove
return 1
endif
if (<act.baseid>=c_bear_polar)
sayua 0481,2,0,eng,* buyu etkisini kaldirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
src.remove
return 1
endif
if (<flags> &statf_poisoned)
sayua 0481,2,0,eng,* zehiri iyilestirir *
sound snd_spell_cure
findid.i_rune_poison.remove
return 1
endif





[CHARDEF c_horse_mavi]
NAME=Mavi Horse
SOUND=snd_ANIMALS_HORSE1
ID=c_horse_brown_dk
ICON=i_pet_mavi_horse
DESCRIPTION=Fire Steed
SUBSECTION=Horses
CATEGORY=Animals
DAM=10-20
ARMOR=44
RESOURCES=15 i_ribs_raw,10 i_hide,
Shrink=i_pet_mavi

//ALIGNMENT=NEUTRAL
CAN=MT_WALK|MT_RUN
FOODTYPE=55 t_crops, 55 t_fruit, 55 t_grain, 64 t_grass
DESIRES=e_horses,c_man,c_woman
TEVENTS=e_horses
AVERSIONS=e_carnivores3
DESCRIPTION=Horse (Steed)
SUBSECTION=Animals
CATEGORY=New

On=@Click
if (strmatch("@*","<name>"))
Name @07a1 Mavi Horse
remove
endif

ON=@Create
COLOR=09c4
STR={300 340}
DEX={160 170}
INT={9 23}

karma -5800
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=100.0
ANIMALLORE=100.0

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> + 75)
return 1
endif
if (<act.baseid>=c_vortex)
sayua 0481,2,0,eng,* buyu etkisini kaldirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
src.remove
return 1
endif
if (<act.baseid>=c_blade_spirit)
sayua 0481,2,0,eng,* buyu etkisini kaldirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
src.remove
return 1
endif
if (<act.baseid>=c_daemon)
sayua 0481,2,0,eng,* buyu etkisini kaldirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
src.remove
return 1
endif
if (<act.baseid>=c_bear_polar)
sayua 0481,2,0,eng,* buyu etkisini kaldirir *
effect=3,i_fx_heal_effect,6,35,1
sound snd_spell_greater_heal
src.remove
return 1
endif
if (<flags> &statf_poisoned)
sayua 0481,2,0,eng,* zehiri iyilestirir *
sound snd_spell_cure
findid.i_rune_poison.remove
return 1
endif



[itemdef i_mavi_deed]
Name=Mavi Deed
Id=i_deed

on=@create
Color=09c4

on=@click
Name @07a1 Mavi Deed

on=@dclick
src.newitem i_pet_mavi_horse
src.newitem i_leather_gorget
src.new.color 09c4
src.new.Name @07a1 Mavi Gorget
src.act.bounce
src.act.equip
remove
src.newitem i_leather_tunic
src.new.color 09c4
src.new.Name @07a1 Mavi Tunic
src.act.bounce
src.act.equip
remove
src.newitem i_leather_leggings
src.new.color 09c4
src.new.Name @07a1 Mavi Leggins
src.act.bounce
src.act.equip
remove
src.newitem i_leather_sleeves
src.new.color 09c4
src.new.Name @07a1 Mavi Sleeves
src.act.bounce
src.act.equip
remove
src.newitem i_leather_gloves
src.new.color 09c4
src.new.Name @07a1 Mavi Gloves
src.act.bounce
src.act.equip
src.newitem i_katana_vanq
src.new.color 09c4
src.new.Name @07a1 Mavi Katana
src.act.bounce
src.act.equip
src.newitem i_spear_vanq
src.new.color 09c4
src.new.Name @07a1 Mavi Spear
src.act.bounce
src.act.equip
src.newitem i_bow_elven
src.new.color 09c4
src.new.Name @07a1 Mavi Bow
src.act.bounce
src.act.equip
src.newitem i_blackrock_platemail
src.new.color 09c4
src.new.Name @07a1 Mavi Platemail
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_platemail_leggings
src.new.color 09c4
src.new.Name @07a1 Mavi Platemail Leggings
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_platemail_arms
src.new.color 09c4
src.new.Name @07a1 Mavi Platemail Arms
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_heater_shield
src.new.color 09c4
src.new.Name @07a1 Mavi Platemail shield
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_platemail_gauntlets
src.new.color 09c4
src.new.Name @07a1 Mavi Platemail Gauntlets
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_platemail_gorget
src.new.color 09c4
src.new.Name @07a1 Mavi Platemail Gorget
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_plate_helm
src.new.color 09c4
src.new.Name @07a1 Mavi Platemail Helm
src.act.bounce
src.act.equip
remove




[itemdef i_Kirmizi_deed]
Name=Mavi Deed
Id=i_deed

on=@create
Color=09c3

on=@click
Name @07a1 kirmizi Deed

on=@dclick
src.newitem i_pet_kirmizi_horse
src.newitem i_leather_gorget
src.new.color 09c3
src.new.Name @07a1 Kirmizi Gorget
src.act.bounce
src.act.equip
remove
src.newitem i_leather_tunic
src.new.color 09c3
src.new.Name @07a1 Kirmizi Tunic
src.act.bounce
src.act.equip
remove
src.newitem i_leather_leggings
src.new.color 09c3
src.new.Name @07a1 Kirmizi Leggins
src.act.bounce
src.act.equip
remove
src.newitem i_leather_sleeves
src.new.color 09c3
src.new.Name @07a1 Kirmizi Sleeves
src.act.bounce
src.act.equip
remove
src.newitem i_leather_gloves
src.new.color 09c3
src.new.Name @07a1 Kirmizi Gloves
src.act.bounce
src.act.equip
src.newitem i_katana_vanq
src.new.color 09c3
src.new.Name @07a1 Kirmizi Katana
src.act.bounce
src.act.equip
src.newitem i_spear_vanq
src.new.color 09c3
src.new.Name @07a1 Kirmizi Spear
src.act.bounce
src.act.equip
src.newitem i_bow_elven
src.new.color 09c3
src.new.Name @07a1 Kirmizi Bow
src.act.bounce
src.act.equip
src.newitem i_blackrock_platemail
src.new.color 09c3
src.new.Name @07a1 kirmizi Platemail
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_platemail_leggings
src.new.color 09c3
src.new.Name @07a1 Kirmizi Platemail Leggings
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_platemail_arms
src.new.color 09c3
src.new.Name @07a1 Kirmizi Platemail Arms
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_heater_shield
src.new.color 09c3
src.new.Name @07a1 Kirmizi Platemail shield
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_platemail_gauntlets
src.new.color 09c3
src.new.Name @07a1 Kirmizi Platemail Gauntlets
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_platemail_gorget
src.new.color 09c3
src.new.Name @07a1 Kirmizi Platemail Gorget
src.act.bounce
src.act.equip
remove
src.newitem i_blackrock_plate_helm
src.new.color 09c3
src.new.Name @07a1 Kirmizi Platemail Helm
src.act.bounce
src.act.equip
remove



Yorumlar

Henüz yorum yapılmamıştır.

Oylamalar

Oylama :
Üyelerin oylama ortalaması (10 dışında) : 1.00   
Oylar: 1 den itibaren 27-08-2010 21:39

Benzer Sayfalar

SayfalarYorumlarGönderenTarih
Sokak Savaşları Sistemi0TheRaskol29-07-2009

Keywords:

ultima online, RunUO, ultima online download, sphere scripting, role play, uo grafik, second age ultima, uo loop, macroman, pvp server, server kurulumu, sphere, multool, ml mulls, 56b 55r 55i, htmlgumps, client 4x, client edit, sphere release, osi, rp server, sunucular, ghost mouse, inside uo, kingdom reborn, stygian abyss, uo nasıl oynanır, mondain's legacy, age of shadows, world build, grandmaster, ultima online pvp, player dosyaları, ultima online indir, frp game, RunUO 1.0.0, razor, uo rice, hue editör, skill tools, ultima online patch, axis, world build, verdata, verdata patcher, map editör, gump editör, mul patcher, aos mulls, scriptler, anim edit, anim publish, hues mul, hosting vps, event dialog, account sistemi, skill gain, static yapımı,