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

Mobs Respawning only off screen

Afelipe

Member
Joined
Sep 17, 2013
Messages
46
Solutions
1
Reaction score
6
Hey guys

Ive noticed that on my server, creatures are only respawning when off screen... If I stay, creatures wont respawn. Anyone know what the issue could be?
Ive tried to change some stuff on the spawns.xml as well as in RME but nothing works.
Please help!

Thanks!
 
It might be not an issue, it was normal behaviour on older Tibia, right?

provide more details, version of game and engine.
 
try what krecik said, go to monsters, open one monster.xml and try to add this flasg or if it exist just change value from 0 to 1.
so you can see if this works on 1 example monster.

1765720681404.webp
 
set <flag ignorespawnblock="1" />
in flags in monster
Thank you it worked. Do you know if theres a way to make it applicable to all monsters, instead of having to add the line in every single creature xml?
Post automatically merged:

try what krecik said, go to monsters, open one monster.xml and try to add this flasg or if it exist just change value from 0 to 1.
so you can see if this works on 1 example monster.

Thank you. As I told krecikonedix, it worked. Im just wondering if theres a way to make it system wide to all creatures instead of having to go to every individual creature script to add the line. Like just put it once and it applies to all.

 
Thank you it worked. Do you know if theres a way to make it applicable to all monsters, instead of having to add the line in every single creature xml?
Post automatically merged:


Thank you. As I told krecikonedix, it worked. Im just wondering if theres a way to make it system wide to all creatures instead of having to go to every individual creature script to add the line. Like just put it once and it applies to all.

This can probably be solved with C++
Send me a private message and I'll try to help
 
sure it is, many ways, powershell can do it.
Post automatically merged:

Thank you it worked. Do you know if theres a way to make it applicable to all monsters, instead of having to add the line in every single creature xml?
Post automatically merged:


Thank you. As I told krecikonedix, it worked. Im just wondering if theres a way to make it system wide to all creatures instead of having to go to every individual creature script to add the line. Like just put it once and it applies to all.

 
Back
Top