• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[MONSTERS] The Mutated Pumpkin

Koci1994

Banned User
Joined
Dec 27, 2008
Messages
807
Reaction score
1
Poszukuje Potworka "The Mutated Pumpkin" w ".xml" Do TFS 0.3b2
The_Mutated_Pumpkin.gif
Wyglada Tak na niektórych OTS-ach nazywa sie Animated Pumpkin

Mama cos takiego :
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Animated Pumpkin" nameDescription="a Animated Pumpkin" race="blood" experience="300" speed="270" manacost="0">
<health now="550" max="550"/>
<look type="292" head="20" body="30" legs="40" feet="50" corpse="6032"/>
<targetchange interval="5000" chance="8"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" min="-60" max="-150"/>
<attack name="fire" interval="2000" chance="50" range="7" min="-40" max="-110">
<attribute key="shootEffect" value="fire"/>
</attack>
<attack name="energy" interval="2000" chance="25" range="7" min="-65" max="-115">
<attribute key="shootEffect" value="energy"/>
</attack>
<attack name="lifedrain" interval="3000" chance="20" range="7" min="-60" max="-120">
<attribute key="shootEffect" value="suddendeath"/>
</attack>
<attack name="speed" interval="1000" chance="13" range="7" speedchange="-650" duration="15000">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
<attack name="drunk" interval="1000" chance="20" range="7">
<attribute key="shootEffect" value="energy"/>
<attribute key="areaEffect" value="energyarea"/>
</attack>
<attack name="outfit" interval="1000" chance="17" range="7" monster="rat" duration="30000">
<attribute key="areaEffect" value="blueshimmer"/>
</attack>
<attack name="energycondition" interval="1000" chance="17" radius="3" target="0" min="-60" max="-100">
<attribute key="areaEffect" value="energy"/>
</attack>
</attacks>
<defenses armor="15" defense="20">
<defense name="healing" interval="1000" chance="15" min="50" max="80">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<immunities>
<immunity physical="0"/>
<immunity energy="1"/>
<immunity fire="1"/>
<immunity poison="1"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
<summons maxSummons="2">
<summon name="green djinn" interval="1000" chance="15" max="2"/>
</summons>
<voices interval="5000" chance="10">
<voice sentence="LOL"/>
</voices>
<loot>
<item id="2004" chance="1111" />
</inside>
</item>
</loot>
</monster>

Ale jak wejde do /data/monsters/Mutated/ i tam stworze plik "Animated Pumpkin.xml" i do niego wkleje to i potem w /data/monsters/monsters.xml dodam linijke " <monster name="Animated Pumpkin" file="Mutated/Animated Pumpkin.xml"/>" to jest juz dodany ale jak dodam go w Map editorze na mapie to jak wlacze silnik to W Oknie wyswietla
[31/01/2009 17:09:43] [Spawn::addMonster] Can not find Animated Pumpkin
 
Last edited:
Back
Top