Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-29-2004, 03:40 PM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default 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.
Reply With Quote
  #2  
Old 07-29-2004, 04:27 PM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Code:
UPDATE items SET unknown008=1 WHERE unknown008=0;
that should work.
Reply With Quote
  #3  
Old 07-30-2004, 01:46 AM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

Thanks, that took care of it.

Just a suggestion, but this might make a good sticky?
Reply With Quote
  #4  
Old 07-31-2004, 03:50 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Argh, this didnt work for me =(
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
  #5  
Old 08-01-2004, 05:30 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

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.
Reply With Quote
  #6  
Old 08-01-2004, 10:29 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Item is still out of charges. Tried both sql commands. Guess my source is out of whack.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:36 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3