[Help] How to equip 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?
Re: [Help] How to equip 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.
Re: [Help] How to equip Gm clothes?
Quote:
Originally Posted by
lxchadxl
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.
where can i find the line "iscashitem"?
Re: [Help] How to equip Gm clothes?
Quote:
Originally Posted by
thiefshot5
where can i find the line "iscashitem"?
zitem.xml
Re: [Help] How to equip Gm clothes?
Quote:
Originally Posted by
Nobody666
zitem.xml
i was looking at zitem, in the staff items, but they didn't have the iscashitem line
Re: [Help] How to equip 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.
Re: [Help] How to equip Gm clothes?
Quote:
Originally Posted by
lxchadxl
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.
how am i supposed to add clothes with my DB?
Re: [Help] How to equip Gm clothes?
dbo.CharacterItem ? dude you gotta look around, it's not that un-noticable.
Re: [Help] How to equip Gm clothes?
Quote:
Originally Posted by
thiefshot5
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 manual add mine to my account. I don't know how you guys do it but aight. Either way still works.
Re: [Help] How to equip Gm clothes?
just send to your own account in database..
in Characteritem table
Re: [Help] How to equip Gm clothes?
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 ;)