|
[chardef c_skilldummy] ///Skill Dummy
id=c_man
name #NAMES_HUMANMALE
can mt_equip
dam=0,1
armor=1
ON=@NPCRestock
ITEMNEWBIE=i_robe
color=0455
name= @1153 Dummy Robe
HITPOINTS=999
ITEMNEWBIE=i_hair_long
COLOR=0455
on=@create
str=10
dex=10
int=10
HITS={9997 9999}
color=01
allskills=00
KARMA=-2000
FAME=0
NPC=brain_monster
ITEMNEWBIE=i_robe
attr=010
color=0455
name @1153 Dummy Robe
HITPOINTS=999
ITEMNEWBIE=i_hair_long
COLOR=0455
on=@click
message @080a [Skill Dummy]
message @1153 <name>
return 1
on=@gethit
HITS 9999
str 10
dex 10
if (<flags> &statf_poisoned)
findid.i_rune_poison.remove
sound snd_spell_cure
else
HITS 9999
STR 10
DEX 10
on=@attack
return 1
[CHARDEF c_healdummy]
ID=c_man
NAME=Heal Dummy
CAN=MT_EQUIP
DAM=1,2
ARMOR=1000
ON=@Create
STR=30000
FAME={800 900}
INT=10
KARMA=9000
HITS=100
ON=@NPCRestock
HITS=100
ITEM=i_robe
COLOR=0901
ON=@gethit
if (<flags> &statf_poisoned)
findid.i_rune_poison.remove
sound snd_spell_cure
else
HITS=100
STR=30000
DEX 1Combat ve Poi Skill Dummy Heal dummy de Healing
[CHARDEF c_dummy_heal]
ID=c_man
NAME=#NAMES_HUMANMALE
CAN=MT_EQUIP|mt_nonmover
tevents e_horses
ON=@Create
STR=30000
hits=100
FAME=0
INT=0
KARMA=9000
NPC=brain_vendor
COLOR=colors_skin
ON=@NPCRestock
ITEMNEWBIE=random_male_hair
COLOR=colors_hair
ITEMNEWBIE=random_facial_hair
COLOR=match_hair
itemnewbie i_robe
color 0455
hitpoints 1000
itemnewbie i_healkontrol
ON=@gethit
if (<flags> &statf_poisoned)
findid.i_rune_poison.remove
sound snd_spell_cure
message @0845,,1 Zehiri geçirir
return 1
endif
on=@attack
return 1
on=@damage
return 1
on=[url=u-death-9220.html]@death[/url]
hits 100
return 1
on=@dclick
return 1
on=@hit
return 1
on=@hittry
return 1
on=@spelleffect
sayiste Etkilenmez
return 1
endif
On=@click
message @077a,,1 The Heal Dummy
return 1
[chardef c_dummy_poi] ///Skill Dummy
id=c_man
name #NAMES_HUMANMALE
can mt_equip
dam=0,1
armor=0
ON=@NPCRestock
ITEMNEWBIE=i_robe
color=0455
HITPOINTS=999
ITEMNEWBIE=i_hair_long
COLOR=0455
on=@create
str=1
dex=1
int=1
HITS={9997 9999}
color=01
allskills=00
KARMA=-2000
FAME=0
NPC=brain_monster
COLOR=colors_skin
ITEMNEWBIE=i_robe
attr=010
color=0455
HITPOINTS=999
ITEMNEWBIE=i_hair_long
COLOR=0455
on=@spelleffect
if !(<argn>=20)
sayiste Etkilenmez
return 1
endif
on=@click
message @077a,,1 The Poison Dummy
return 1
on=@gethit
HITS 9999
str 1
dex 1
if (<flags> &statf_poisoned)
findid.i_rune_poison.remove
sound snd_spell_cure
else
HITS 9999
STR 1
DEX 1
on=@attack
return 1
[chardef c_dummy_com]
ID C_MAN
name #NAMES_HUMANMALE
can mt_equip|mt_nonmover
on=@create
NPC=brain_animal
STR=30000
DEX=15
INT=5
PARRYING=6.0
MAGICRESISTANCE=6.0
TACTICS=6.0
WRESTLING=6.0
TAMING=150.0
KARMA=-2200
COLOR=colors_skin
ON=@NPCRestock
ITEMNEWBIE=random_male_hair
COLOR=colors_hair
ITEMNEWBIE=random_facial_hair
COLOR=match_hair
itemnewbie i_robe
color 0455
hitpoints 1000
ON=@gethit
if (<flags> &statf_poisoned)
findid.i_rune_poison.remove
sound snd_spell_cure
message @0845,,1 Zehiri geçirir
return 1
endif
if (<src.findlayer(2).type> == t_shield)
src.parrygain
endif
on=@damage
src.parrygain
return 1
on=@spelleffect
sayiste Etkilenmez
return 1
endif
on=@attack
return 1
on=[url=u-death-9220.html]@death[/url]
hits 30000
return 1
on=@dclick
return 1
on=@hit
return 1
on=@hittry
return 1
On=@click
message @077a,,1 The Combat Dummy
return 1
[itemdef i_healkontrol]
id i_gold
type t_eq_script
on=@create
timerd 1
on=@timer
timer 1200
if (<cont.hits> > 1000)
cont.hits 100
endif
return 1
[function parrygain]
if ((<skilllock[5]> == 0) && (<skilltotal> < 800.0))
if (<src.parrying> > 29.9) && (<src.parrying> < 40.0)
if (rand(2) == 1)
src.parrying +=1
endif
elseif (<src.parrying> > 39.9) && (<src.parrying> < 50.0)
if (rand(2) == 1)
src.parrying += 1
endif
elseif (<src.parrying> > 49.9) && (<src.parrying> < 60.0)
if (rand(2) == 1)
src.parrying += 1
endif
elseif (<src.parrying> > 59.9) && (<src.parrying> < 70.0)
if (rand(2) == 1)
src.parrying += 1
endif
elseif (<src.parrying> > 69.9) && (<src.parrying> < 80.0)
if (rand(2) == 1)
src.parrying +=1
endif
elseif (<src.parrying> > 79.9) && (<src.parrying> < 90.0)
if (rand(2) == 1)
src.parrying += 1
endif
elseif (<src.parrying> > 89.9) && (<src.parrying> < 100.0)
if (rand(2) == 1)
src.parrying += 1
endif
endif
endif
[eof]
|
|
| Konu | Kategori | Son cevap | Son yazan | Mesaj | Görüntüleme | |
|---|---|---|---|---|---|---|
|
|
Poisoning Dummy
Son cevap: 10-04 10:30 · Son yazan: manyaqq · Mesaj: 6 · Görüntü: 2437
|
NPC Script Yardımı | 10-04 10:30 | 6 | 2437 | |
|
|
Skill sorgusu
Son cevap: 15-03 15:07 · Son yazan: manyaqq · Mesaj: 9 · Görüntü: 3848
|
DIALOG Script Yardımı | 15-03 15:07 | 9 | 3848 | |
|
|
Skill Total Sorgusu
Son cevap: 11-02 16:20 · Son yazan: manyaqq · Mesaj: 3 · Görüntü: 1806
|
ITEM Script Yardımı | 11-02 16:20 | 3 | 1806 | |
|
|
Skill seçme menüsü bug
Son cevap: 12-02 04:46 · Son yazan: piedra_lara · Mesaj: 7 · Görüntü: 3148
|
DIALOG Script Yardımı | 12-02 04:46 | 7 | 3148 | |
|
|
Tüm skill ve speller hakkında
Son cevap: 25-10 13:23 · Son yazan: tonyuo · Mesaj: 7 · Görüntü: 4791
|
Ultima Online Genel | 25-10 13:23 | 7 | 4791 |