Item Charges
On my server, Pouch of Mistletoe Powder" drops (or summoned by GM) has 0 charges.
I can't see a field in the db (other than max charges which is correct) that would control this. I summon the item and get 1 with 0 charges. Can someone explain why this might be? |
Unfortunately, count, stack count and charges share the same variable...
I'm not 100% sure if all clients share this behavior..but, I'm bound to run across that soon. Singular Item: 0 charge (could be 1...) Charged Item: 0 - n charges Stackable Item: 1 - n charges As far as THAT particular item, I don't have access to a db atm... Is this a clickable/stackable object that should have a count? The server checks for those and assigns the count according. |
#si Summons the item as a singular with 0 charges, if you don't specify stack or charges. If you do it like this #si 1001, it will be a Cloth Cap with 0 charges. #si [item id] [charges/stack]
|
I changed item type to 21 from 17 and it fixed it.
It was dropping with 0 charges as well. That was also fixed. |
Quote:
When I fixed the item type (as posted elsewhere) from 17 to 21, it worked. |
Yeah, this is why. 17 Is a common item, 21 is a potion.
http://i.imgur.com/3lLVYPz.png EDIT: You should try the PEQ Editor, take a look here. |
What is an example of something with charges and stack?
I know there are charged potions and stacks of potions..but, not both at the same time. |
Quote:
|
Quote:
New ones are all stackable single items with 1 charge. |
All times are GMT -4. The time now is 08:38 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.