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

Erros in Console

jeffy

New Member
Joined
Dec 28, 2010
Messages
22
Reaction score
0
Hello, I just need a help with some bugerros, if someone know's how to delete it, i would be very thankfull.


1)

WARNING: max_allowed_packet might be set too low for binary map storage. Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;

2)

Duplicate uniqueID 10203
Duplicate uniqueID 60076
Duplicate uniqueID 60075
Duplicate uniqueID 60077
Duplicate uniqueID 60078

3)

[Spawn::addMonster] Cannot find "Koshei the Deathless"
[Warning - Monster::Monster] Unknow event name - inquisition

Please help me, I would be very Thankfull! Repp +
 
Last edited:
3) [Spawn::addMonster] Cannot find "Koshei the Deathless"

I think you need put the monster name in monsters.xml

[Warning - Monster::Monster] Unknow event name - inqusition

I think the name event is inquisition, not inqusition.
 
[Spawn::addMonster] Cannot find "Koshei the Deathless"

This problem I fixed, big ty Reichsleiter!

But whats about inq and another ones? Help please.
 
1)
WARNING: max_allowed_packet might be set too low for binary map storage. Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;
if you use linux search for my.cnf and change value of max_allowed_packet.
in windows is my.ini

2)

Duplicate uniqueID 10203
Duplicate uniqueID 60076
Duplicate uniqueID 60075
Duplicate uniqueID 60077
Duplicate uniqueID 60078
This problem is becoz in your map you have some duplicate uniqueID, eg: 2 chest with same unique id cause this problem.

And please, dont spam your thread with your other forum account.

jeffy = karol4518

=X
 
if you use linux search for my.cnf and change value of max_allowed_packet.
in windows is my.ini


This problem is becoz in your map you have some duplicate uniqueID, eg: 2 chest with same unique id cause this problem.

And please, dont spam your thread with your other forum account.

jeffy = karol4518

=X

I know what causing this problem but I dont know how to remove it.
 
Back
Top