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

Solved IPChanger and addMonster Problem

Eldin

Eldin Projects
Premium User
Joined
Jun 12, 2008
Messages
1,334
Reaction score
613
Location
Sweden
PROBLEMS SOLVED!


Greets!


Its been about 2 years since I worked with OpenTibia, ALOT has changed.
Everything seems to get better as usual but also alot more complicated.
After days of work to even get to the server "Online" etc, I finally got 2 problems left for the moment.

Problem 1 Solved, had to use the new Client 10.30 to login!

Problem 2 - [Spawn::addMonster] Can not find Monster
I do get the server online but with a certain error.

addMonster Problem:

The Logg does however get filled with: (so filled I can't see the top)
[Spawn::addMonster] Can not find Monster
Therefor, it can't be a single monster, but all the spawns. Right?
The server states "Online" even if this error occurs.

I upgraded the map from a 9.31 version into a newer one. (That shouldn't be the problem)
Anyone knows the answer to this?


I only got those problems left Before I really can start to work on my server again.
Thanks in Advance.

Kind Regards,
Eldin.

PS: Im using Windows 7 and the latest 1.0 with client 10.22. Or do I have the wrong Client?
 
Last edited:
check version src/definitions.h and re-compile

Code:
#define CLIENT_VERSION_MIN 1021
#define CLIENT_VERSION_MAX 1022
#define CLIENT_VERSION_STR "10.22"

and addMonster problem

open map-spawn.xml with notepad++
find all line
Code:
<monster name=""
and remove full line
 
The first problem is solved, Im using client 10.30 now. :)


and addMonster problem

open map-spawn.xml with notepad++
find all line
Code:
<monster name=""
and remove full line

Second problem, the addMonster as you mentioned, may I ask for a more specific answer?

Every monster looks like this:
PHP:
  <spawn centerx="281" centery="149" centerz="0" radius="2">
    <monster name="Silver Rabbit" x="0" y="1" z="0" spawntime="60"/>
  </spawn>

If I remove the entire monster name, how will it know what monster to spawn?
The MapEditor is also saving the spawnfile like that, do I now have to edit that all the time?
Using Remere 2.2

Kind Regards,
Eldin.
 
Now Everything works? Im so confused, didn't really edit anything.
Thank You for the answer anyway!

Kind Regards,
Eldin.
 
Back
Top