Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-11-2004, 01:01 PM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default Quick faction info

Ok, just trying to gather some quick info about faction levels before i implement my faction editor.

Anybody have a full list of the different consider levels (scowling, dubious etc) and what their corresponding number values are in the emu?

Code:
_ ally 
_ warmly 
_ kindly 
_ amiably 
_ indifferently 
_ apprehensively 
_ dubiously 
_ threateningly 
_ ready to attack
If somebody could fill in the blanks here it would be great
thanks )
Reply With Quote
  #2  
Old 09-11-2004, 01:51 PM
eq_addict_08
Hill Giant
 
Join Date: Nov 2003
Location: Drunk tank
Posts: 199
Default

Quote:
FACTION_VALUE CalculateFaction(FactionMods* fm, sint32 tmpCharacter_value)
{
sint32 character_value = tmpCharacter_value;
if (fm)
character_value += fm->base + fm->class_mod + fm->race_mod + fm->deity_mod;
if(character_value >= 1101) return FACTION_ALLY;
if(character_value >= 701 && character_value <= 1100) return FACTION_WARMLY;
if(character_value >= 401 && character_value <= 700) return FACTION_KINDLY;
if(character_value >= 101 && character_value <= 400) return FACTION_AMIABLE;
if(character_value >= 0 && character_value <= 100) return FACTION_INDIFFERENT;
if(character_value >= -100 && character_value <= -1) return FACTION_APPREHENSIVE;
if(character_value >= -700 && character_value <= -101) return FACTION_DUBIOUS;
if(character_value >= -999 && character_value <= -701) return FACTION_THREATENLY;
if(character_value <= -1000) return FACTION_SCOWLS;
return FACTION_INDIFFERENT;
}
from faction.cpp
Reply With Quote
  #3  
Old 09-11-2004, 02:05 PM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Cool. so the following would be correct?

Code:
1100_ ally 
700_ warmly 
400_ kindly 
100_ amiably 
0_ indifferently 
-1_ apprehensively 
-101_ dubiously 
-701_ threateningly 
-1000_ ready to attack
*note, i used the values of when they first "become" that faction. Lowest numbers to achieve the faction
Reply With Quote
  #4  
Old 09-12-2004, 03:17 AM
eq_addict_08
Hill Giant
 
Join Date: Nov 2003
Location: Drunk tank
Posts: 199
Default

well, looks like 1101, 701, 401, and 101, but what's the big diff... You got it figured out.
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 10:03 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3