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

Raid Yetis on Folda

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,858
Reaction score
96
Location
Brazil
Tibia rl positions
Lua:
<raid>
<announce delay="1000" type="event" message="Beware! Lot of Yetis are appearing in Folda. Fight them or take your chance to flee while you still can." />
<announce delay="36000" type="event" message="Yetis are appearing now in Folda!." />

  <!--Area Spawns-->
  <areaspawn delay="36000" fromx="31964" fromy="31550" fromz="7" tox="32068" toy="31614" toz="7">
      <monster name="Yeti" amount="100" />
  </areaspawn>




</raid>
 
Code:
<announce delay="1000" type="event" message="Beware! Lot of Yetis are appearing in Folda. Fight them or take your chance to flee while you still can." />
<announce delay="36000" type="event" message="Yetis are appearing now in Folda!."

/\ It's real messages too?
 
doesn´t works for me =(
(the monsters never appears... even changing the positions)
 
hello Seminari!

yes, i have the monster yeti at folder bosses.

the most strange is: the raid starts, but the monsters don´t appears...

i don´t know what can i do to fix =(
 
this is the error:

[03/01/2012 17:40:51] [Error - AreaSpawnEvent::executeEvent] Cannot create monster Yeti

the most strange is: the monster exists at folder "bosses" o_O

look xml:

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Yeti" nameDescription="yeti" race="blood" experience="460" speed="270" manacost="0">
<health now="950" max="950"/>
<look type="110" head="20" body="30" legs="40" feet="50" corpse="6038"/>
<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="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="80" attack="60"/>
<attack name="physical" interval="1000" chance="15" range="7" min="-190" max="-140">
<attribute key="shootEffect" value="snowball"/>
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="energy" interval="1000" chance="12" length="3" spread="3" min="-120" max="-175">
<attribute key="areaEffect" value="poff"/>
</attack>
</attacks>
<defenses armor="28" defense="33"/>
<immunities>
<immunity physical="0"/>
<immunity energy="1"/>
<immunity fire="0"/>
<immunity poison="1"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Yooodelaaahooohooo!"/>
<voice sentence="Yooodelaaaheeeheee!"/>
</voices>
<loot>
<item id="2671" countmax="3" chance1="10000" chancemax="0"/>
<item id="2148" countmax="70" chance1="100000" chancemax="0"/>
<item id="2666" countmax="5" chance1="33333" chancemax="0"/>
<item id="2111" countmax="5" chance1="10000" chancemax="0"/>
<item id="2425" chance="1333"/>
<item id="4848" chance="600"/>
<item id="2197" chance="700"/>
<item id="2381" chance="6666"/>
<item id="2177" chance="2500"/>
<item id="2044" chance="10000"/>
<item id="2448" chance="10000"/>
<item id="2688" countmax="4" chance1="2500" chancemax="0"/>
</loot>
</monster>


SOMEONE CAN HEEEELP???
 
Check if its in your Monsters.xml file. Maybe its named differently or not even there? lol
 
the fucking monster exists... i think exists some kind of bug... even the god cannot summon a single yeti!! o_O

can´t imagine what happens! lol
 
If you have in bosses folder file with name
"yeti" then u must change in monsters.xml to:
<monster name="Yeti" file="Bosses/yeti.xml"/>

elseif u have file called "Yeti" then;
<monster name="Yeti" file="Bosses/Yeti.xml"/>
 
make sure your monster is registered in the monsters.xml like so

Code:
<monster name="Yeti" file="Bosses/Yeti.xml"/>
 
make sure your monster is registered in the monsters.xml like so

Code:
<monster name="Yeti" file="Bosses/Yeti.xml"/>

are u blind or what? i said the same up (im semi)
for what are u spaming lol?


btw.

no this message is not from real tibia, on real tibia yeti appear (3-8 yetis) without any msg
 

Similar threads

Back
Top