• 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!

Monster Help/website help

Dkadsfe

Member
Joined
Apr 1, 2016
Messages
280
Reaction score
22
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Tank V1" nameDescription="a V1 Tanker" race="blood" experience="0" speed="268" manacost="6000">
  <health now="1000" max="1000"/>
  <look type="46" head="20" body="30" legs="40" feet="50" corpse="7343"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="1"/>
    <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 staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="1" min="-150" max="-200"/>
    <attack name="physical" interval="1" chance="25" range="7" min="-100" max="-220">
      <attribute key="shootEffect" value="arrow"/>
    </attack>
  </attacks>
  <defenses armor="30" defense="20">
    <defense name="healing" interval="1" chance="10" min="50" max="80">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
  <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="Let's have a fight!"/>
    <voice sentence="Welcome to my battleground."/>
    <voice sentence="Have you seen princess Lumelia?"/>
    <voice sentence="I will sing a tune at your grave."/>
  </voices>
<loot>
    <item id="2160" chance="100000" countmax="15"/>
</loot>
</monster>



1) How do i make this pet have a exeta res to attract creatures to it?
2) Also for uniserver where do i put my dns ip in so i could make a website with letters?
 
Last edited by a moderator:
Back
Top