Alın Size Sokak Savasi Ama Şu Bineklerin Pet hallerini Yazamadım :(
[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
Total votes: 0
Bulunamadı.
Ultima Online 3 hafta önce
Sphere Scripting 4 hafta önce
Sunucular 1 ay önce
Sunucular 2 ay önce
Sphere Scripting 2 ay önce
CS 1.6 3 ay önce
Sunucular 4 ay önce
Sunucular 4 ay önce
Sunucular 4 ay önce
Sunucular 4 ay önce
Sunucular 4 ay önce
Ultima Online 4 ay önce
2024-07-08 22:50
2024-07-08 22:34
2024-06-19 22:05
2024-06-01 02:19
2024-05-31 21:17
2024-04-09 16:53
2024-04-06 18:20
2024-04-06 17:43
Yorumlar (0)