EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Bugs (https://www.eqemulator.org/forums/forumdisplay.php?f=622)
-   -   Insane Faction Hits (https://www.eqemulator.org/forums/showthread.php?t=12942)

mikenune 04-08-2004 08:06 AM

Insane Faction Hits
 
I don't know if it's just the servers that I've played on (before Guild Wars), but I've noticed that, for anything you kill that has faction implemented, the faction hits are insanely high! After only three kills, I've getting the message "Your faction standing with X could not get any worse!"

Is this just a database issue or is it an actual coding issue?

RangerDown 04-08-2004 03:56 PM

database issue.

The npc_faction_entries table contains all the faction hits. The MW_055 source by default just populates it with faction losses, and some of those losses are up to -100 points per kill. (I think it only takes around 1100 points lost to go from indifferent to scowling)

Of course, you are free to modify the table as you see fit. There's another thread started by govtcheese where I and a couple others talked about how to add other faction hits in, like faction increases.

relorm500 04-10-2004 12:21 AM

i think its just stupid =P factione hit = dumb

govtcheeze 04-10-2004 02:07 AM

if you dont want faction hits at all:

Code:

delete from npc_faction_entries;
if you want to remove all of the negative hits:

Code:

delete from npc_faction_entries where value < 0;


All times are GMT -4. The time now is 01:04 PM.

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