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

I map my ot and the monsters don't appear

check in the RME map on the given location and look up the monster settings.
If you cant find those monsters there, then you are using different map file on your actual server.
 
I need help please .. I map my server and everything is going well except for the monsters part .. none of the ones I map do not understand it and apart from this I get this error in the .exe erorr (https://ibb.co/cY8PSg6)

You can also open your map spawns file, example: mapname-spawn.xml and do this on Notepad++
To access this panel, press Ctrl + F and go to replace - search - replace with - replace all like you see in this picture:

notepad++.png

If spawntime="1" dont work, use spawntime="0" and replace with spawntime="60"...
 
You can also open your map spawns file, example: mapname-spawn.xml and do this on Notepad++
To access this panel, press Ctrl + F and go to replace - search - replace with - replace all like you see in this picture:

View attachment 44081

If spawntime="1" dont work, use spawntime="0" and replace with spawntime="60"...
i have a similiar problem no error in console, npcs appears but monsters doesn't i don't know what i did
Lua:
spawn centerx="32156" centery="32215" centerz="7" radius="1">
        <monster name="wolf" x="1" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32368" centery="32215" centerz="7" radius="1">
        <npc name="Aruda" x="0" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32467" centery="32215" centerz="7" radius="1">
        <monster name="snake" x="1" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32856" centery="32215" centerz="7" radius="1">
        <monster name="snake" x="1" y="0" z="7" spawntime="60" />
    </spawn>
 
i have a similiar problem no error in console, npcs appears but monsters doesn't i don't know what i did
Lua:
spawn centerx="32156" centery="32215" centerz="7" radius="1">
        <monster name="wolf" x="1" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32368" centery="32215" centerz="7" radius="1">
        <npc name="Aruda" x="0" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32467" centery="32215" centerz="7" radius="1">
        <monster name="snake" x="1" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32856" centery="32215" centerz="7" radius="1">
        <monster name="snake" x="1" y="0" z="7" spawntime="60" />
    </spawn>

Lua:
<spawn centerx="32156" centery="32215" centerz="7" radius="1">
        <monster name="wolf" x="1" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32368" centery="32215" centerz="7" radius="1">
        <npc name="Aruda" x="0" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32467" centery="32215" centerz="7" radius="1">
        <monster name="snake" x="1" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32856" centery="32215" centerz="7" radius="1">
        <monster name="snake" x="1" y="0" z="7" spawntime="60" />
    </spawn>
 
Last edited:
Lua:
<spawn centerx="32156" centery="32215" centerz="7" radius="1">
        <monster name="wolf" x="1" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32368" centery="32215" centerz="7" radius="1">
        <npc name="Aruda" x="0" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32467" centery="32215" centerz="7" radius="1">
        <monster name="snake" x="1" y="0" z="7" spawntime="60" />
    </spawn>
    <spawn centerx="32856" centery="32215" centerz="7" radius="1">
        <monster name="snake" x="1" y="0" z="7" spawntime="60" />
    </spawn>
doe snot work u.u

https://github.com/EvilHero90/forgottenserver/commit/139bcfac50e440ada9e4df83897fc18910d0359c i have added this commit i use xml and lua monsters have no erros in console and i can summon my monsters with the gamemaster the monsters appears in the rme too

up
 
Back
Top