View Full Version : No Exp in blightfire moors
djkain34
06-26-2010, 10:01 AM
I have set everything setup right and everything else is working fine. when I kill mobs in Blightfire moors I get no exp points. I am using all the newest DB files and SoF client. Any idea what needs to be done to fix this?
Derision
06-26-2010, 03:07 PM
I think the problem is that the extractor doesn't set the zone_exp_multiplier column in the zone table, so it gets set to zero by default (probably should default to 1?)
Try:
update zone set zone_exp_multiplier = 1 where zone_exp_multiplier = 0;
Or add a WHERE zoneidnumber/short_name clause to that just to set it for a specific zone.
djkain34
06-26-2010, 07:16 PM
looks like that did the trick
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.