No Exp in blightfire moors
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?
|
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: Code:
update zone set zone_exp_multiplier = 1 where zone_exp_multiplier = 0; |
looks like that did the trick
|
All times are GMT -4. The time now is 04:47 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.