Page 1 of 1

Item Manager Problem

Posted: 09 Oct 2012, 16:12
by Edo153
Hi everyone! :)
My name's Edo and I'm Italian, so I'm sorry for my english.
I'm trying to create my own server using Manaserv and I am using the data that are in the example folder,
but after compiling it and setting it up, I open the gameserver and I get this error:

Code: Select all

[18:08:11] [WRN] Unknown targetmode  assuming being.
[18:08:11] [WRN] Item Manager: Item ID: -1 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -2 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -3 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -4 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -5 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -6 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -7 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -8 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -9 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -10 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -11 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -12 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -13 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -14 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -15 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -16 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Item ID: -100 is invalid in items.xml, and will be ignored.
[18:08:11] [WRN] Item Manager: Cooldown property not implemented yet!
And then nothing happens, while the accountserver works perfectly.
I compiled it by CodeBlocks on Windows 7 and I use SQLite.

When I try to connect to my server using the Mana Client I get this error:

Image

Why I get those errors? How do I fix them?

Thank you all, Edo :D

Re: Item Manager Problem

Posted: 09 Oct 2012, 18:30
by Crush
The warnings in the server console are harmless and unlikely to hint on your real problem.

The client error popup you posted below means that the client doesn't have the content data it needs to play on your server. You can either copy all the content into the data directory of your client installation or set up an update host.

Re: Item Manager Problem

Posted: 09 Oct 2012, 20:49
by Ablu
You can run your client with mana -u -d /path/to/data

The warnings in the server are harmless. They only point out the hair and race sprites that are in the items.xml (with negative id).

Best regards,
Ablu