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

Windows Errors in console..

Enxorix

New Member
Joined
Sep 25, 2008
Messages
946
Reaction score
0
Location
Sweden
I get theese errors. will it affect the game? i think the first warning got something to do with the SQL database...
If some1 know's how to fix it i give you REP..

Code:
[20/01/2009  15:14:17] The Forgotten Server - Version 0.2 (Mystic Spirit).
[20/01/2009  15:14:17] A server developed by Talaturen, Kiper, Kornholijo, Jonern, Lithium & Elf.
[20/01/2009  15:14:17] Visit our forum for updates, support and resources: http://otland.net/.
[20/01/2009  15:14:17] The Forgotten Server modified by Shynzo.

[20/01/2009  15:14:17] >> Loading config
[20/01/2009  15:14:17] >> Loading RSA key
[20/01/2009  15:14:17] >> Testing SQL connection... SqLite.
[20/01/2009  15:14:17] >> Loading bans
[20/01/2009  15:14:17] >> Loading vocations
[20/01/2009  15:14:17] >> Loading commands
[20/01/2009  15:14:17] Warning: Missing group id for command !acc
[20/01/2009  15:14:17] Warning: Missing acctype level for command !acc
[20/01/2009  15:14:17] Warning: Missing group id for command !tfs
[20/01/2009  15:14:17] Warning: Missing acctype level for command !tfs
[20/01/2009  15:14:17] Warning: Missing group id for command /bc
[20/01/2009  15:14:17] Warning: Missing acctype level for command /bc
[20/01/2009  15:14:17] Warning: Missing group id for command /premium
[20/01/2009  15:14:17] Warning: Missing acctype level for command /premium
[20/01/2009  15:14:17] Warning: Missing group id for command /pvp
[20/01/2009  15:14:17] Warning: Missing acctype level for command /pvp
[20/01/2009  15:14:17] Warning: Missing group id for command /serverdiag
[20/01/2009  15:14:17] Warning: Missing acctype level for command /serverdiag
[20/01/2009  15:14:17] Warning: Missing group id for command /z
[20/01/2009  15:14:17] Warning: Missing acctype level for command /z
[20/01/2009  15:14:17] Warning: Missing group id for command /zt
[20/01/2009  15:14:17] Warning: Missing acctype level for command /zt
[20/01/2009  15:14:17] >> Loading items
[20/01/2009  15:14:18] Warning: [Items::loadFromXml] Unknown key value absorbPercentElements
[20/01/2009  15:14:18] >> Loading script systems
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[20/01/2009  15:14:20] >> Loading monsters
[20/01/2009  15:14:31] >> Loading outfits
[20/01/2009  15:14:31] >> Loading admin protocol config
[20/01/2009  15:14:31] >> Loading experience stages
[20/01/2009  15:14:31] >> Using plaintext passwords
[20/01/2009  15:14:31] >> Checking world type... PVP
[20/01/2009  15:14:31] >> Loading map
[20/01/2009  15:14:32] > Map size: 1000x1000.
[20/01/2009  15:14:37] > Map loading time: 6.156 seconds.
[20/01/2009  15:14:44] >> Setting gamestate to: GAME_STATE_INIT
[20/01/2009  15:14:45] >> All modules has been loaded, server starting up...
[20/01/2009  15:14:45] >> Darkness Otserv Server Online!



Thanks //Enxorix
 
Code:
Warning: Missing group id for command <command>
Fix your data/XML/commands.xml;

Code:
absorbPercentElements
Go to data/items/items.xml, search for it and remove it.

Code:
Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
Fix your data/movements/movements.xml.
 
Back
Top