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

Draken Elite + Draken Abomination [CAN SEE INVISIBLE]

Axelor

Member
Joined
Sep 2, 2010
Messages
505
Reaction score
9
Hello,

I tryed alot of things so draken elite and draken abomination can see invisible but I didnt get it to work.

So I ask help from otland, Can some1 help me to fix this monsters so they can see invisible

Draken abomination:
PHP:
  <?xml version="1.0" encoding="UTF-8" ?> 
- <monster name="Draken Abomination" nameDescription="a draken abomination" race="blood" experience="3800" speed="220" manacost="0">
  <health now="6250" max="6250" /> 
  <look type="357" corpse="12584" /> 
  <targetchange interval="2000" chance="5" /> 
  <strategy attack="100" defense="0" /> 
- <flags>
  <flag summonable="0" /> 
  <flag attackable="1" /> 
  <flag hostile="1" /> 
  <flag illusionable="1" /> 
  <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" skill="110" attack="50" /> 
- <attack name="fire" interval="2000" chance="20" length="4" spread="3" max="-480">
  <attribute key="shootEffect" value="explosion" /> 
  <attribute key="areaEffect" value="explosion" /> 
  </attack>
- <attack name="death" interval="2000" chance="15" radius="3">
  <attribute key="areaEffect" value="mortarea" /> 
  </attack>
- <attack name="drunk" interval="2000" chance="10" target="0" radius="5">
  <attribute key="shootEffect" value="poison" /> 
  <attribute key="areaEffect" value="poison" /> 
  </attack>
  </attacks>
- <defenses armor="16" defense="19">
- <defense name="healing" interval="2000" chance="15" min="650" max="700">
  <attribute key="areaEffect" value="blueshimmer" /> 
  </defense>
  </defenses>
- <elements>
  <element physicalPercent="20" /> 
  <element holyPercent="-5" /> 
  <element energyPercent="-5" /> 
  <element icePercent="5" /> 
  </elements>
- <immunities>
  <immunity fire="1" /> 
  <immunity earth="1" /> 
  <immunity death="1" /> 
  <immunity invisibility="1" /> 
  </immunities>
- <summons maxSummons="2">
  <summon name="Death Blob" interval="2000" chance="10" max="2" /> 
  </summons>
- <voices interval="5000" chance="10">
  <voice sentence="Ugggh!" /> 
  </voices>
- <loot>
  <item id="2152" countmax="8" chance="28950" /> 
- <!--  platinum coin 
  --> 
  <item id="2148" countmax="100" chance="40000" /> 
- <!--  gold coin 
  --> 
  <item id="2148" countmax="100" chance="40000" /> 
- <!--  gold coin 
  --> 
  <item id="2666" chance="50160" /> 
- <!--  meat 
  --> 
  <item id="12588" chance="11830" /> 
- <!--  eye of corruption 
  --> 
  <item id="12589" chance="5630" /> 
- <!--  tail of corruption 
  --> 
  <item id="7590" chance="7000" countmax="3" /> 
- <!--  great mana potion 
  --> 
  <item id="9970" chance="6500" /> 
- <!--  small toppaz 
  --> 
  <item id="8472" chance="5000" countmax="3" /> 
- <!--  great spitit potion 
  --> 
  <item id="7903" chance="7600" /> 
- <!--  terra hood 
  --> 
  <item id="12590" chance="11900" /> 
- <!--  scale of corruption 
  --> 
  <item id="11298" chance="700" /> 
- <!--  zaoan legs 
  --> 
  <item id="11296" chance="1000" /> 
- <!--  zaoan helmet 
  --> 
  <item id="11295" chance="820" /> 
- <!--  zaoan armor 
  --> 
  <item id="8922" chance="440" /> 
- <!--  wand of voodoo 
  --> 
  <item id="2852" chance="320" /> 
- <!--  draken boots 
  --> 
  <item id="12605" chance="60" /> 
- <!--  shield of corruption 
  --> 
  </loot>
  </monster>


Draken elite:
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Draken Elite" nameDescription="a draken elite" race="blood" experience="4200" speed="220" manacost="0">
<health now="5550" max="5550"/>
<look type="362" corpse="12570"/>
<targetchange interval="5000" chance="10"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<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" skill="110" attack="50"/>
<attack name="fire" interval="2000" chance="20" length="4" spread="3" max="-480">
<attribute key="shootEffect" value="explosion"/>
<attribute key="areaEffect" value="explosion"/>
</attack>
		<attack name="fire" interval="2000" chance="12" range="7" target="1" min="-300" max="-450">
			<attribute key="shootEffect" value="fire"/>
			<attribute key="areaEffect" value="firearea"/>
		</attack>	
		<attack name="earth" interval="2000" chance="10" radius="3">
			<attribute key="areaEffect" value="poff"/>
		</attack>	
		<attack name="firecondition" interval="2000" chance="11" min="-200" max="-200" range="1" target="1">
			<attribute key="shootEffect" value="fire"/>
		</attack>
</attacks>
<defenses armor="16" defense="19">
		<defense name="healing" interval="2000" chance="15" min="510" max="600">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>	
</defenses>
<elements>
<element physicalPercent="15"/>
<element holyPercent="30"/>
<element deathPercent="30"/>
<element energyPercent="40"/>
<element icePercent="25"/>
</elements>
<immunities>
<immunity fire="1"/>
<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
		<voice sentence="For ze emperor!"/>
	</voices>
<loot>
    <item id="2152" countmax="8" chance="28800" /><!-- platinum coin -->
    <item id="2148" countmax="100" chance="41690" /><!-- gold coin -->
    <item id="2148" countmax="91" chance="41690" /><!-- gold coin -->
	<item id="12578" chance="24000" /><!-- broken slicer -->
	<item id="2666" chance="28150" /><!-- meat -->
	<item id="7590" chance="5000" countmax="3" /><!-- great mana potion -->
	<item id="2145" countmax="4" chance="1207" /><!-- small diamond -->
	<item id="12576" chance="11700" /><!--  draken wristbands -->
	<item id="12577" chance="16910" /><!-- broken draken mail -->
	<item id="8473" chance="7000" countmax="3" /><!-- ultimate health potion -->
	<item id="11295" chance="380" /><!-- zaoan armor -->
	<item id="12575" chance="860" /><!-- draken sulphur -->
	<item id="11296" chance="150" /><!-- zaoan helmet -->
	<item id="12574" chance="1130" /><!-- twiceslicer -->
	<item id="11298" chance="680" /><!-- zaoan legs -->
	<item id="5904" chance="1360" /><!-- magic sulphur -->
	<item id="7404" chance="1060" /><!-- assassin dagger -->
	<item id="11301" chance="600" /><!-- zaoan sword -->
	<item id="2852" chance="380" /><!-- draken boots -->
	<item id="12568" chance="80" /><!-- elite draken mail -->
</loot>
</monster>


repp+ for the helper,
 
Last edited:
Back
Top