Thread: Faction problem
View Single Post
  #3  
Old 07-22-2009, 07:54 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

This is what I have in faction_list
Code:
19938	Hand of Mayong	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
19939	Order of the Holy	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
npc_faction
Code:
19973	Mayong's Hand	19938	0
19974	Order of the Holy	19939	0
and npc_faction_entries
Code:
19973	19938	-30	1
19973	19939	0	-1
19974	19938	0	-1
19974	19939	-30	1
Reply With Quote