I made my own server and i got it running, but when i log into my GM account, i cant find the gm clothes. i looked through the shop and i couldnt find them. i checked my zitem and the clothes were there. how come i can see the gm clothes?
I made my own server and i got it running, but when i log into my GM account, i cant find the gm clothes. i looked through the shop and i couldnt find them. i checked my zitem and the clothes were there. how come i can see the gm clothes?
because GM clothes may not be for sale in the shop, check shop.xml in server files OR the GM clothes have the tag "iscashitem=true" which should be false.
and making a GM account doesn't automatically give you GM clothes.
then your'e safe, so now make sure your shop.xml contains the "SELL="itemid" of your gm clothes.
but this means that all your people on your server can also purchase GM clothes, so its best to go directly to your database and do it.
dbo.CharacterItem ? dude you gotta look around, it's not that un-noticable.
just send to your own account in database..
in Characteritem table
Last edited by 22029205; 02-08-09 at 05:25 PM.
AccountItem.dbo also works. (but you got to add the item to Item.dbo first)
CharacterItem.dbo is for Inventory
AccountItem.dbo is for Storage ;)