Ok... Think I got this as clear as mud
From Faction_List I found that Qeynos Guard are faction ID 135
Running this query...
select * from npc_faction where id in
(select npc_faction_id from npc_faction_entries where faction_id =135
and value > 0)
gives me data like...
id,name,primaryfaction,ignore_primary_assist
4,Lord_Grimrot,21,0
18,Guard_Donlan,21,0
29,Chesgard,21,0
50,qey_gnolls,279,0
51,a_gnoll_commander,279,0
Where as if I change value to < 0 I get
id,name,primaryfaction,ignore_primary_assist
8,Sir_Morgan,167,0
12,Narra_Tanith,135,0
17,Chanda_Miller,167,0
26,Holly_Windstalker,265,0
which looks pretty much in line with KOS and non-kos mobs... However...
Nowhere can I find in the database where any of the Qeyons Guards like Guard Hezlan is tied to this faction ID 135
And the guards dont attack the gnolls. Flippy Darkpaw walks right into town without harrassment.
I even tried an experiment... I changed npc_faction_id to 135 in npc_type table for Guard Hezlan and he still does nothing
Im stumped.
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
|