• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster Eye of the seven

Manx

New Member
Joined
Jul 25, 2008
Messages
174
Reaction score
1
Location
Mty ,Nl ,Mexico
Just another monster made by me lul xDDD

Code:
 <?xml version="1.0" encoding="UTF-8"?>
<monster name="Eye of the seven" nameDescription="an eye of the seven" race="VENOM" experience="0" speed="0" manacost="0">
  <health now="1" max="1"/>
  <look type="109" head="20" body="30" legs="40" feet="50" corpse="6036"/>
  <targetchange interval="5000" chance="0"/>
  <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="0"/>
    <flag canpushcreatures="0"/>
    <flag targetdistance="10"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="ice" interval="2000" chance="50" range="10" min="-200" max="-350">
      <attribute key="areaEffect" value="iceattack"/>
	  <attribute key="shootEffect" value="ice"/>
    </attack>
    <attack name="fire" interval="1000" chance="25" range="10" min="-200" max="-350">
      <attribute key="areaEffect" value="fireattack"/>
	  <attribute key="shootEffect" value="fire"/>
    </attack>
  </attacks>
  <defenses armor="1999" defense="1999"/>
  <immunities>
    <immunity physical="1"/>
    <immunity holy="1"/>
    <immunity energy="1"/>
    <immunity fire="1"/>
    <immunity death="1"/>
    <immunity earth="1"/>
    <immunity ice="1"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity invisible="0"/>
  </immunities>
</monster>
 
Last edited:
I had about 1k hp atm due to some friendly fire, my stealth ring went out 4 towers attacked me, instant death in 1 combo, so it got to be at least 250 avg.

Edit:
Check deathlist of 'Rathoz' that's me
 
(from tibiawiki)
Est. Max. Damage: ~500 hp per turn

:p

And we all know how accurate wiki is!, but no I died to them in real tibia, I know their damage (saw abit on the damage part thingy) the hits on me were like 300-400...
 
Back
Top Bottom