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

[8.60] Centera Evolution by Donio -> Doniio

if not create a new monster file and add this:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Mistress Of the Dark" nameDescription="Mistress Of the Dark" race="undead" experience="7000" speed="545" manacost="0">
  <health now="39500" max="39500"/>
  <look type="312" corpse="8937"/>
  <targetchange interval="1250" chance="12"/>
  <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="1"/>
        <flag targetdistance="1"/>
        <flag staticattack="85"/>
        <flag runonhealth="0"/>/>
  </flags>
    <script>
        <event name="Criredric"/>
    </script>
  <attacks>
        <attack name="melee" interval="2000" skill="250" attack="350"/>
        <attack name="death" interval="1000" chance="11" length="6" spread="5" min="-450" max="-819">
            <attribute key="areaEffect" value="energy"/>
        </attack>
        <attack name="fire" interval="2000" chance="14" radius="5" target="0" min="-200" max="-500">
			<attribute key="areaEffect" value="purpleenergy"/>
        </attack>
        <attack name="physical" interval="1000" chance="11" radius="5" target="1" min="-250" max="-520">
            <attribute key="areaEffect" value="explosion"/>
        </attack>
    <attack name="death" interval="987" chance="14" target="1" range="3" min="-474" max="-591">
      <attribute key="areaEffect" value="mortarea"/>
      <attribute key="shootEffect" value="death"/>
    </attack>
    <attack name="speed" interval="1111" chance="12" target="0" radius="4" speedchange="-389" duration="10000">
      <attribute key="areaEffect" value="redshimmer"/>
    </attack>
  </attacks>
  <defenses armor="17" defense="23">
    <defense name="outfit" interval="1063" chance="16" monster="bat" duration="2500">
      <attribute key="areaEffect" value="poff"/>
    </defense>
    <defense name="outfit" interval="1102" chance="16" monster="vampire" duration="6000">
      <attribute key="areaEffect" value="poff"/>
    </defense>
     <defense name="speed" interval="976" chance="10" speedchange="186" duration="6000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
    <elements>
        <element icePercent="45"/>
        <element energyPercent="40"/>
        <element earthPercent="40"/>
        <element holyPercent="45"/>
        <element deathPercent="30"/>
        <element firePercent="30"/>
        <element drownPercent="-5"/>
    </elements>
    <immunities>
        <immunity lifedrain="1"/>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
    </immunities>
  <voices interval="5000" chance="100"> 
    <voice sentence="BLOOD!" yell="1"/>
    <voice sentence="Let me kiss your neck."/>
    <voice sentence="I smell warm blood."/>
    <voice sentence="I call you, my bats! Come!"/>
  </voices>
  <summons maxSummons="3">
    <summon name="Bat" interval="987" chance="18"/>
  </summons>
  <loot>
    <item id="2148" countmax="19" chance="11550"/> --gold
    <item id="7403" chance="1310"/> --berserker
    <item id="10601" chance="6760"/> --vamp teeth
    <item id="5905" chance="100000"/> --vamp dust
	<item id="2514" chance="500"/> -- mastermind shield
    <item id="982" countmax="3" chance="1000"/> --dark talon
    <item id="2148" countmax="9" chance="11550"/> --gold
    <item id="6300" chance="7580"/> --death ring
    <item id="2229" countmax="3" chance="22980"/> --skull
	<item id="2470" chance="400"/> -- golden legs
	<item id="2472" chance="130"/> -- magic plate armor
    <item id="2534" chance="1340"/> --vamp shield
	<item id="2466" chance="900"/> -- golden armor
    <item id="8903" chance="1390"/> --sb of lost soul
	<item id="2123" chance="800"/> -- ring of the sky
    <item id="2479" chance="12440"/> --strange helmet
  </loot>
</monster>
 
I know, never got around to fix that either :p You will have to ask for help in "support" thread
 
aa nvm i got it working ^^ no bug's yet or crashe's and all quest's and event's work :D!

addon's
kAn7K.png


hunting
EaIeP.jpg


now all i need is my port's opened this sucks haha xD

i give Rep++ for this :))
 
Ofc no crashes, the record was 489hours online without a crash, then i had to restart becouse an update haha :p
 
Ofc no crashes, the record was 489hours online without a crash, then i had to restart becouse an update haha :p

that thing u said i needed it to host i dont have it xd im using something else but ya everything is accualy good xD i use to play ur server and also my friend Nick idk if u know him but ya its gonna be awsome as soon as i get my port's opened :p
 
The Ots is very nice :) i use something :D i will make a project :p but i need dedicated server :)
 
Do as I mentioned before (seems like the mods deleted that post) and ask stian, vapus owner or something, if they still are renting out dedicated servers.. some great ones actually :D
 
There is no point Bumping when you have answer'd all the questions Lol xD but yeah it seems to me there is s**t loads of bugs and so on, so no thanks but great job ;)
 
table z_ots_communication doesnt exists? did you added all the tables for shop system correclty?
 
Back
Top