Quote:
3. Create a new record under npc_faction. id = "3268". name = "lava beetle". Primaryfaction = "366".
|
There should have already been an entry:
Code:
INSERT INTO npc_faction VALUES (3268, 'Lava_Beetle', 0); -- NO FACTION
Instead of ADDING a new one, you should edit this line in the DB to update the 0 to 366.
Quote:
4. Create a new record under npc_faction_entries. npc_faction_id = "3268". faction_id = "366". value="0".
|
4 is not needed since faction will not be gained or lost.
Let me know if this works.