EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   No Exp in blightfire moors (https://www.eqemulator.org/forums/showthread.php?t=31533)

djkain34 06-26-2010 10:01 AM

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?

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:
Code:

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


All times are GMT -4. The time now is 04:47 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.