Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Bugs

Archive::Bugs Archive area for Bugs's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-08-2004, 08:06 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default 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?
Reply With Quote
  #2  
Old 04-08-2004, 03:56 PM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

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.
Reply With Quote
  #3  
Old 04-10-2004, 12:21 AM
relorm500
Hill Giant
 
Join Date: Apr 2004
Location: Bafoon.........
Posts: 193
Default

i think its just stupid =P factione hit = dumb
Reply With Quote
  #4  
Old 04-10-2004, 02:07 AM
govtcheeze
Hill Giant
 
Join Date: Mar 2004
Location: South Florida
Posts: 247
Default

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;
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:53 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3