Armor Bugfix Charselect

01/11/2016 08:26 blackout85#1
Servus,

ihr kennt sicher das Problem das man in der Charakter Auswahl nackt ist obwohl man eine Rüstung und ein Kostüm trägt. Dieser Fehler tritt dann auf, wenn der Server rebootet oder der Playercache geleert wurde.


Im Debugmode findet man diesen Fehler:
Quote:
CItemManager::GetItemDataPointer - FIND ERROR [32767]
Dies liegt einfach an dem falschen Datentyp in der Player Datenbank.

Der aktuelle Type von part_main steht auf Smallint(6) der bis 32767 gefüllt werden kann.
Stellt den Typ von part_main und part_hair auf Int(11) und dieses Problem besteht nicht mehr.

Ist nichts großes aber sicher nützlich.

LG Black
01/11/2016 14:34 kralcocuk#2
This is useless. Not fix.
01/11/2016 14:48 blackout85#3
That is all right ;)

use /flush PlayerID and reboot the server
01/11/2016 15:32 kralcocuk#4
Quote:
Originally Posted by blackout85 View Post
That is all right ;)

use /flush PlayerID and reboot the server
I tried but did not work. Because this is not the cause of the error. :o
01/11/2016 15:57 Mi4uric3#5
Quote:
Originally Posted by kralcocuk View Post
I tried but did not work. Because this is not the cause of the error. :o
Then you have a different error. That doesn't mean that this is useless if it works for other people.
01/11/2016 16:00 kralcocuk#6
Quote:
Originally Posted by Mi4uric3 View Post
Then you have a different error. That doesn't mean that this is useless if it works for other people.
you tried?