EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=625)
-   -   item out of charges bug (https://www.eqemulator.org/forums/showthread.php?t=15077)

jimbox114 07-29-2004 03:40 PM

item out of charges bug
 
I could have sworn I seen a topic about this somewhere, but after searching through pages of stuff I couldn't find it.

How do you get your items to not say OUT OF CHARGES. All of the rightclick items in my database are out of charges such as the jboots, fabled jboots, etc etc.

sotonin 07-29-2004 04:27 PM

Code:

UPDATE items SET unknown008=1 WHERE unknown008=0;
that should work.

jimbox114 07-30-2004 01:46 AM

Thanks, that took care of it.

Just a suggestion, but this might make a good sticky?

Cisyouc 07-31-2004 03:50 PM

Argh, this didnt work for me =(

sotonin 08-01-2004 05:30 AM

You can also try

Code:

UPDATE items SET unknown008=1;
This will set it to 1 for every item in database regardless of what it was before.

Cisyouc 08-01-2004 10:29 AM

Item is still out of charges. Tried both sql commands. Guess my source is out of whack.


All times are GMT -4. The time now is 05:21 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.