Proc Items
This question might belong under databases and world building, but here it goes.
Why might items with clicky effects (ie. Journeyman Boots) keep giving the message 'Item is out of charges'? I've tried #summonitem #0000 2 (or 3 or 255) to no avail. I'm running the 6.0 Emu and DB. I've also tried spawning the items on mobs but still get no charges. |
This message was introduced in another post, but noone ever actually replied back (aside from me and another person) that they had gotten the problem resolved.
Let me know if this fix works for you, but you're going to need a program called MySQLFront (since the MySQL commands didn't work for me though they were supposed to do the same thing, I don't really trust them as much). Quote:
-Sarepean |
Code:
UPDATE items SET charges=1 WHERE charges=0; |
That's a temporary fix--- he'll have to resummon the items after zoning and it doesn't fix infinite charges. At minimum, there should be three commands he would need to run and it's probably better to just use MySQLFront.
-Sarepean |
here it is, this will fix procs and infinate charges
Code:
update items set charges = -1 where charges = 0; |
Thanks for the replies. Clicky items are now up and running like they should.
And for anyone else who views this post with similar problems, I used ajb's solution to get my proc items working. |
All times are GMT -4. The time now is 05:17 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.