View Single Post
  #4  
Old 05-25-2010, 03:18 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by fredsbox View Post
I had this same problem. It's a divide by zero issue due to an invalid db loot variable. Run this sql command and you should be golden:

Code:
update lootdrop_entries set chance=1 where chance=0;
Thank you! you just solved an old puzzle for me - I could not figure out why my Gukbottom, and Guktop were always crashing for no reason. I went and followed the lootdrop_entries chance that had zero, sure enough Gukbottom had about a dozen and Guktop had 2-3. In my case, these were reminiscent of a merge we made years ago, and some merges went into the wrong tables with a setting of zero chance. I thought I had them all, but since they were set to zero chance, I figured it wouldn't matter .
You wouldn't believe all the time I spent with this detail.

Cavedude; you have six zero chance entries in PEQ database , in a fairly new PEQ I just checked - if you still have them, you need to fix, as I can assure you, this will crash the zone.
Reply With Quote