Zone.exe crashing when I enter the world
As soon as I pop into the world from character select, zone.exe is crashing...
Code:
[Debug] [RULES__CHANGE] Set rule World:ExemptAccountLimitStatus to value -1 |
Code:
Error in loottable #14411: mincash > maxcash |
Fix your table with
*edit* I chaged the sql a bit from before Code:
UPDATE loottable SET maxcash=mincash+1 WHERE mincash>maxcash ; |
Quote:
It would have to be more along the lines of: Code:
UPDATE loottable SET maxcash=mincash WHERE mincash>maxcash |
Thanks - I just updated the sql, but abit differently
GeorgeS |
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 ; |
Still crashing...
Could this possibly be it? Code:
Unable to get group id, char not found! |
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.
|
How did you correct it?
|
Since my case was the tributes still using items that didnt exist, i truncated the tribute tables, on the otherhand if you dont want to lose this, resource the item table from the most current ones.
|
All times are GMT -4. The time now is 03:45 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.