What's new

B??d

Status
Not open for further replies.

olborek

Active User
Joined
May 30, 2009
Messages
75
Reaction score
10
Siemanko ..
Mam taki b??d a chce doda? NEW MONSTERs
i wyskakuje mi jak chce doda? TEMAT .
olborek, nie masz uprawnie? do przegl?dania tej strony. Mo?e by? kilka pow?d zaistnia?ej sytuacji:
Nie masz wystarczaj?cych uprawnie? aby przegl?da? t? stron?. Mo?e pr?bujesz edytowa? nie swoj? wiadomo??, lub pr?bujesz u?y? funkcji dost?pnych tylko administratorowi?
Je?eli pr?bujesz napisa? wiadomo??, administrator m?g? zablokowa? Twoje konto, lub nie zosta?o ono jeszcze przez Ciebie aktywowane.
< ja mo?na prosze o doczepienie na Sctipts/Monsters>
Siemka..
Przedstawiam wam mojego nowego stworka ..
~~ Lemin ~~
Wygl?da on tak :
lemin.png

Wchodzimy w OTS/Data/Monster i tworzymy Lemin.lua
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Lemin" nameDescription="a Lemin" race="blood" experience="200000" speed="1600" manacost="0">
<health now="50000" max="50000"/>
<look type="12" head="100" body="100" legs="100" feet="100" corpse="5527"/>
<targetchange interval="2000" chance="3"/>
<strategy attack="300" defense="100"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="200" attack="1500"/>
<attack name="physical" interval="1000" chance="15" range="7" min="-1450" max="-1850">
<attribute key="shootEffect" value="fire field"/>
</attack>
</attacks>
<defenses armor="420" defense="600"/>
<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="1"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="WAS THERE?MUAHAHAHAH!!!" yell="2"/>
<voice sentence="HAH!" yell="2"/>
<voice sentence="WAIT..." yell="2"/>
<voice sentence="COME!!"/>
</voices>
<loot capacity="500">
<item id="2160" countmax="20" chance="5000"/>
<item id="2522" countmax="1" chance="4000"/>
<item id="2520" countmax="1" chance="7000"/>
<item id="2495" countmax="1" chance="3000"/>
<item id="7407" countmax="1" chance="8000"/>
</loot>
</monster>
Rzeczy zaznaczone na Niebieskiego
-experience="200000" " Ile Daje EXPA "
-<health now="50000" max="50000"/> " HP "
</immunities>
<voices interval="5000" chance="10">
<voice sentence="WAS THERE?MUAHAHAHAH!!!" yell="2"/>
<voice sentence="HAH!" yell="2"/>
<voice sentence="WAIT..." yell="2"/>
<voice sentence="COME!!"/> '' Jakie oddaje Krzyki :D "
Nast?pnie wchodzimy w OTS/Data/Monster/Monster.lua
I wklejamy linijke.
<monster name="Lemin" file="Lemin.xml"/>
 
Status
Not open for further replies.
Top