Page 1 of 1

no equpment

Posted: 20 Feb 2011, 17:03
by Mpa4Hu
Hello

I have windows 7, and i'm using Code:Block
i compiled server and client with MySQL.

when i enter game i have no equipments
as shown in the image.

i also compiled it with sqlite, but nothing changed.

Code: Select all

[21:54:33] [INF] Loading item reference: example/clientdata/items.xml
[21:54:33] [WRN] Item Manager: Item ID: -1 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -2 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -3 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -4 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -5 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -6 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -7 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -8 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -9 is invalid in items.xml, and will be
ignored.
[21:54:33] [WRN] Item Manager: Item ID: -10 is invalid in items.xml, and will be
 ignored.
[21:54:33] [WRN] Item Manager: Item ID: -11 is invalid in items.xml, and will be
 ignored.
[21:54:33] [WRN] Item Manager: Item ID: -12 is invalid in items.xml, and will be
 ignored.
[21:54:33] [WRN] Item Manager: Item ID: -13 is invalid in items.xml, and will be
 ignored.
[21:54:33] [WRN] Item Manager: Item ID: -14 is invalid in items.xml, and will be
 ignored.
[21:54:33] [WRN] Item Manager: Item ID: -15 is invalid in items.xml, and will be
 ignored.
[21:54:33] [WRN] Item Manager: Item ID: -16 is invalid in items.xml, and will be
 ignored.
[21:54:33] [WRN] Item Manager: Item ID: -100 is invalid in items.xml, and will b
e ignored.
[21:54:33] [WRN] Item Manager: Cooldown property not implemented yet!
[21:54:33] [INF] Loaded 7 items from example/clientdata/items.xml.
[21:54:33] [INF] Loading monster reference: example/clientdata/monsters.xml
[21:54:33] [INF] Loaded 4 monsters from monsters.xml.
[21:54:33] [INF] Loading status reference: example/clientdata/mana-status-effect
.xml
[21:54:33] [INF] Loading status script: scripts/status/plague.lua
[21:54:33] [INF] Loading status script: scripts/status/jump.lua
[21:54:33] [INF] Loading permission reference...
[21:54:33] [INF] The Mana Game Server v2nd milestone
[21:54:33] [INF] Manaserv Protocol version 1, Enet version 1.3.0
it's my gameserver, i thought maybe becouse of this warnings?

i'm using data from example as for server as for client

i recompiled it 3 times, in each i downloaded new and new repositories from git.
I also tried to use newest nightly builds but useless

Re: no equpment

Posted: 20 Feb 2011, 17:23
by Jaxad0127
You need to equip something for it to show up.

Re: no equpment

Posted: 20 Feb 2011, 17:34
by Mpa4Hu
I press the equip button but nothing happens

Re: no equpment

Posted: 20 Feb 2011, 19:49
by Mpa4Hu
EDIT: i found in my client directory new file named with content

Code: Select all

Equip: 5 at 0x2
Equip: 9 at 1x1
i thought maybe it got something to do with my problem

Re: no equpment

Posted: 20 Feb 2011, 21:08
by Bertram
Hi Mpa4Hu,

As told on IRC, the equipment window and equipment handler is on rework for manaserv.

Once done, you'll see your equipment back.

Best regards.