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

Duplicate registered

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
i cant fix the error :S
[4:23:48.125] [Warning - Weapons::registerEvent] Duplicate registered item with
id: 5907
[4:23:49.562] [Warning - Actions::registerEvent] Duplicate registered item id: 5
785
[4:23:49.750] [Warning - Actions::registerEvent] Duplicate registered item uid:
5000
[4:23:50.312] [Warning - Actions::registerEvent] Duplicate registered item uid:
30015
[4:23:51.234] [Warning - Actions::registerEvent] Duplicate registered item id: 6
512
 
Duplicate registered item means that id is added more than 1x, so remove the second one. First error is from weapons.xml, last 3 from actions.xml.
 
Thankyou dude but i have other one if you can help me

[13:58:06.343] [Warning - IOMap::loadMap] Movable item in house: 114, item type:
2102, pos 32404/32179/7
> i dont know what is this
[13:58:07.562] > Map loading time: 2.546 seconds.
[13:58:07.968] [Spawn::addMonster] Cannot find "Demon Vip"
[13:58:08.484] [Spawn::addMonster] Cannot find "The Evil Eye"
[13:58:07.968] [Spawn::addMonster] Cannot find "Death"
[13:58:07.968] [Spawn::addMonster] Cannot find "Druid"
i cant find this monsters to remove it
 
[13:58:06.343] [Warning - IOMap::loadMap] Movable item in house: 114, item type:
2102, pos 32404/32179/7


this about there is an item added by mapeditor in house id 114 just remove it by mapeditor once again.

[13:58:07.968] [Spawn::addMonster] Cannot find "Demon Vip"
[13:58:08.484] [Spawn::addMonster] Cannot find "The Evil Eye"
[13:58:07.968] [Spawn::addMonster] Cannot find "Death"
[13:58:07.968] [Spawn::addMonster] Cannot find "Druid"

open data/monsters/monsters.xml and just add them
 
Back
Top