Updated Understanding the database tables (markdown)

Paul Coene 2018-08-01 12:50:52 -04:00
parent 37a831cfe8
commit 3248c3b812

@ -16,7 +16,7 @@ This table stores the ever-changing data in regards to each characters actions i
These two tables are more about assigning each NPC a primary faction, while also establishing sister factions (assist worthy), enemy factions (attack worthy), and the hit taken by any PC that were to kill the PC. These two tables are more about assigning each NPC a primary faction, while also establishing sister factions (assist worthy), enemy factions (attack worthy), and the hit taken by any PC that were to kill the PC.
## npc_faction ## [npc_faction](https://github.com/EQEmu/Server/wiki/npc_faction)
The ID from this table is where an NPC gets its entire faction behavior. The ID assigned here, ties an NPC to their primary faction (from faction_list) as well as determines whether not not they will assist their primary faction comrades in battle. The ID from this table is where an NPC gets its entire faction behavior. The ID assigned here, ties an NPC to their primary faction (from faction_list) as well as determines whether not not they will assist their primary faction comrades in battle.