Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-31-2009, 01:37 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Fix your table with
*edit* I chaged the sql a bit from before

Code:
UPDATE loottable SET  maxcash=mincash+1  WHERE  mincash>maxcash ;
GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//

Last edited by GeorgeS; 05-31-2009 at 09:48 PM..
Reply With Quote
  #2  
Old 05-31-2009, 01:43 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Quote:
Originally Posted by GeorgeS View Post
Fix your table with

Code:
UPDATE loottable SET  mincash=maxcash+1  WHERE  mincash>maxcash ;
GeorgeS
Unfortunately, this will not fix the problem, since mincash will still be greater than maxcash.

It would have to be more along the lines of:

Code:
UPDATE loottable SET  maxcash=mincash  WHERE  mincash>maxcash
- Shendare
Reply With Quote
  #3  
Old 05-31-2009, 01:49 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Thanks - I just updated the sql, but abit differently

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #4  
Old 05-31-2009, 05:16 PM
steve
Discordant
 
Join Date: Jan 2002
Posts: 305
Default

Thanks. I haven't had a chance to try it yet. This was from using the PEQ installer and the update packs with no mods.

Code:
mysql> UPDATE loottable SET  maxcash=mincash+1  WHERE  mincash>maxcash ;
Query OK, 2 rows affected (0.05 sec)
Rows matched: 2  Changed: 2  Warnings: 0
Will post back if it fixed it or not sometime today.
Reply With Quote
  #5  
Old 05-31-2009, 05:41 PM
steve
Discordant
 
Join Date: Jan 2002
Posts: 305
Default

Still crashing...

Could this possibly be it?

Code:
Unable to get group id, char not found!
Unable to get raid id, char not found!
Reply With Quote
  #6  
Old 06-01-2009, 08:07 AM
covou
Sarnak
 
Join Date: Jan 2006
Posts: 31
Default

I had a similar issue to this, and it was due to items being removed from the items table, that still existed in places like the starting items, lootdrops and tributes.
Reply With Quote
  #7  
Old 06-01-2009, 03:09 PM
steve
Discordant
 
Join Date: Jan 2002
Posts: 305
Default

How did you correct it?
Reply With Quote
Reply

Thread Tools
Display Modes

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 10:17 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3