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

Problem with RME

TehaceriaOts

New Member
Joined
Dec 4, 2017
Messages
19
Reaction score
0
Hey i have a problem with the fact that when I put monsters in RME, after starting the engine, i can't see them on the map, they don't respawn.. If im put Npc on pz zone he spawn.Screenshot_4.pngScreenshot_5.pngScreenshot_6.pngScreenshot_7.png
and spawn.xml
Lua:
<?xml version="1.0"?>
<spawns>
    <spawn centerx="1073" centery="1016" centerz="6" radius="1">
        <npc name="king_tibianus" x="0" y="0" z="6" spawntime="60" />
    </spawn>
    <spawn centerx="1075" centery="1014" centerz="7" radius="1">
        <npc name="xodet" x="0" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="1071" centery="1018" centerz="7" radius="1">
        <npc name="xodet" x="0" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="1020" centery="1014" centerz="8" radius="1">
        <monster name="Dragon Lord" x="0" y="0" z="8" spawntime="10" direction="1" />
    </spawn>
    <spawn centerx="1020" centery="1016" centerz="8" radius="1">
        <monster name="Dragon Lord" x="0" y="0" z="8" spawntime="10" direction="1" />
    </spawn>
    <spawn centerx="1076" centery="1017" centerz="8" radius="1">
        <monster name="Badger" x="0" y="0" z="8" spawntime="60" />
        <monster name="Badger" x="-1" y="1" z="8" spawntime="60" />
        <monster name="Assassin" x="0" y="1" z="8" spawntime="60" />
    </spawn>
    <spawn centerx="1074" centery="1018" centerz="8" radius="1">
        <monster name="Badger" x="0" y="-1" z="8" spawntime="60" />
        <npc name="king_tibianus" x="-1" y="0" z="8" spawntime="60" />
        <monster name="Badger" x="0" y="0" z="8" spawntime="60" />
        <monster name="Badger" x="-1" y="1" z="8" spawntime="60" />
    </spawn>
    <spawn centerx="1073" centery="1020" centerz="8" radius="1">
        <monster name="Badger" x="-1" y="0" z="8" spawntime="60" />
        <monster name="Badger" x="0" y="0" z="8" spawntime="60" />
    </spawn>
</spawns>
 
Last edited:
No console errors? Monsters you are trying to add are added properly to monsters.xml? Can you summon them in-game using a GM character?
Try adding one only monster to a different location and don't merge spawn radius/tiles.
 
No console errors? Monsters you are trying to add are added properly to monsters.xml? Can you summon them in-game using a GM character?
Try adding one only monster to a different location and don't merge spawn radius/tiles.
On console i have
Lua:
> Loaded 954 npcs and spawned 0 monsters
but nothing with error, yes all is added to monster.xml, Yes i can summon in-game, Im try but nothing ;/ im use engine OTServ brasil but i make new map
 
Try disabling your custom Startup monsters/creatures spawning.
data\startup
and maybe there's different spawn scripts in data\globalevents\scripts
 
Back
Top