What's new

Pomocy z monsterem

Status
Not open for further replies.

login989

Active User
Joined
Dec 4, 2010
Messages
120
Reaction score
2
Czy Moglby mi ktos poprawic tego monstera:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Palant" nameDescription="a Palant" race="blood" experience="60000" speed="2100" manacost="390">
<health now="11000" max="110000"/>
<look type="112" head="95" body="45" legs="98" feet="187" corpse="6081"/>
<targetchange interval="5000" chance="8"/>
<strategy attack="5000" defense="500"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="4"/>
<flag staticattack="90"/>
<flag runonhealth="10"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="24" attack="16"/>
<attack name="throwing knife" interval="2000" chance="10" range="7" min="-2000" max="-30000">
<attribute key="shootEffect" value="throwingknife"/>
</attack>
</attacks>
<defenses armor="1100" defense="11000"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Yeee ha!"/>
<voice sentence="Your head will be mine!"/>
</voices>
<loot>
<item id="3976" countmax="10" chance1="50000" chancemax="0"/>
<item id="2148" countmax="20" chance1="100000" chancemax="0"/>
<item id="2467" chance="5000"/>
<item id="2385" chance="20000"/>
<item id="2229" countmax="1" chance1="10000" chancemax="0"/>
<item id="1987" chance="100000">
<inside>
<item id="2385" chance="5000"/>
<item id="2690" countmax="2" chance1="20000" chancemax="0"/>
<item id="2050" chance="20000"/>
<item id="2160" countmax="99" chance1="20000" chancemax="0"/>
</inside>
</item>
</loot>
</monster>

I jak by m?g? ktos to niech doda mi do lota cc;]
:lol:
 

olborek

Active User
Joined
May 30, 2009
Messages
75
Reaction score
10
Odp: Pomocy z monsterem

Zamie? :D
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Palant" nameDescription="a Palant" race="blood" experience="60000" speed="2100" manacost="390">
<health now="11000" max="110000"/>
<look type="112" head="95" body="45" legs="98" feet="187" corpse="6081"/>
<targetchange interval="5000" chance="8"/>
<strategy attack="5000" defense="500"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="4"/>
<flag staticattack="90"/>
<flag runonhealth="10"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="24" attack="16"/>
<attack name="throwing knife" interval="2000" chance="10" range="7" min="-2000" max="-30000">
<attribute key="shootEffect" value="throwingknife"/>
</attack>
</attacks>
<defenses armor="1100" defense="11000"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Yeee ha!"/>
<voice sentence="Your head will be mine!"/>
</voices>
<loot>
<item id="3976" countmax="10" chance1="50000" chancemax="0"/>
<item id="2148" countmax="20" chance1="100000" chancemax="0"/>
<item id="2467" chance="5000"/>
<item id="2385" chance="20000"/>
<item id="2229" countmax="1" chance1="10000" chancemax="0"/>
<item id="1987" chance="100000">
<item id="2160" countmax="1" chance1="10000" chancemax="100"/>
<inside>
<item id="2385" chance="5000"/>
<item id="2690" countmax="2" chance1="20000" chancemax="0"/>
<item id="2050" chance="20000"/>
<item id="2160" countmax="99" chance1="20000" chancemax="0"/>
</inside>
</item>
</loot>
</monster>
 
Last edited:

login989

Active User
Joined
Dec 4, 2010
Messages
120
Reaction score
2
Odp: Pomocy z monsterem

Dzia?a thx dam ci reputke
 

olborek

Active User
Joined
May 30, 2009
Messages
75
Reaction score
10
Odp: Pomocy z monsterem

Szczerze to jeszcze ani razu mi REPITA nie da?es xD
 

kamids

Active User
Joined
Apr 2, 2010
Messages
62
Reaction score
6
Odp: Pomocy z monsterem

Szkoda go taki banalny skrypt i chce da? reputa a do tego ma tylko 21 posty a trzeba mnie? minimum 30
 

kamids

Active User
Joined
Apr 2, 2010
Messages
62
Reaction score
6
Odp: Pomocy z monsterem

[size=+2]Powiem tak lepiej zrobi? ?eby nie sz?o go przyzywa? przez czar utevo res "Palant
Dla Zielonych podam linijk? kt?r? trzeba zmieni? .
<flag summonable="1"/>
Zmieniamy t? linijk? na :
<flag summonable="0"/>
Czyli zmieniamy tylko 1 na 0 :)
#Edit
Mo?na tak?e zmieni?
<health now="11000" max="110000"/>
na
<health now="110000" max="110000"/>
czyli dodajemy jedno zero ?eby monster zamiast mnie? red hp ma odrazu full hp ale nie trzeba tego zmienia?[/size]
 
Last edited:
Status
Not open for further replies.
Top