diff --git a/NPCAggro.md b/NPCAggro.md index cefdf76..43aa9e2 100644 --- a/NPCAggro.md +++ b/NPCAggro.md @@ -3,19 +3,20 @@ Lets create a new faction. For this example, the NPCs on this faction will be KOS to all PCs except Erudites, whom they will con amiable. These NPCs will also attack other NPCs whom primary faction is Heretic. If anyone kills these NPCs, we will have them lose 10 points of faction with their faction (the new one we're creating) and gain 5 points with Heretic. 1. Create the new base faction to [faction_list](https://github.com/EQEmu/Server/wiki/faction_list).
- Create a new entry in faction_list. Since we want them to start out KOS to everyone except Erudites, set their base value to -1000. See table below:
+ Create a new entry in faction_list. Since we want them to start out KOS to everyone except Erudites, set their base value to -1000. This is barely KOS, so if you want to force more faction work to get above KOS, set is that much lower. + See table below:
-|Faction Value|Faction CON| -|-------------------|-----------| -|1101 -> ABOVE |ALLY| -|701 -> 1100 |WARMLY| -|401 -> 700 |KINDLY| -|101 -> 400 |AMIABLE| -|0 -> 100 |INDIFFERENT| -|-100 -> -1 |APPREHENSIVE| -|-700 -> -101 |DUBIOUS| -|-999 -> -701 |THREATENLY| -|-1000 -> BELOW |SCOWLS| +> |Faction Value|Faction CON| +> |-------------------|-----------| +> |1101 -> ABOVE |ALLY| +> |701 -> 1100 |WARMLY| +> |401 -> 700 |KINDLY| +> |101 -> 400 |AMIABLE| +> |0 -> 100 |INDIFFERENT| +> |-100 -> -1 |APPREHENSIVE| +> |-700 -> -101 |DUBIOUS| +> |-999 -> -701 |THREATENLY| +> |-1000 -> BELOW |SCOWLS| 2. Create the new [npc_faction](https://github.com/EQEmu/Server/wiki/npc_faction). 3. Create new [faction_list_mod](https://github.com/EQEmu/Server/wiki/faction_list_mod) entries to account for the Erudite loving aspect.