Hi, I'm using ArcEmu with NCDB and german _localized tables. When I download an item from wow-v, I get no error when I'm inserting it but when I type .cha additem ID, there comes the Message: Item ID is no valid item!
What's wrong??? pls help![]()
Hi, I'm using ArcEmu with NCDB and german _localized tables. When I download an item from wow-v, I get no error when I'm inserting it but when I type .cha additem ID, there comes the Message: Item ID is no valid item!
What's wrong??? pls help![]()
Did you reload the tables or restart the server before you typed .Char additem?
If not type .server reload items.
I did many restarts
What is the item ID?
Because If its something long like 12049344 it won't work
Max numbers in a item "999999"
ohhhhhhh^^ the ID is 100000001, thanks I'll try it with a lower one now
Haha, No Problem![]()
If you compile the server yourself you can change the max digits in storage.h, another reason why selfcompiling is much better![]()
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
do u know a guide how to compile? pls^^
http://www.mmowned.com/forums/emulat...le-arcemu.html
http://www.mmowned.com/forums/emulat...u-scratch.html
http://www.mmowned.com/forums/emulat...-tutorial.html
etc
storage.h is in trunk/src/arcemu-shared. Open it with notepad, find this:
change to:Code:#define STORAGE_ARRAY_MAX 200000
That's the highest you can get, more than 8 digits and it bugs. Should be enough, shouldn't it?Code:#define STORAGE_ARRAY_MAX 99999999![]()
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms