View Single Post
  #7  
Old 04-22-2011, 03:40 AM
Shamanistik08
Sarnak
 
Join Date: Apr 2011
Posts: 47
Default

Quote:
Originally Posted by Bamzal View Post
The npc_faction table consists of:

•id: A unique number for each entry in this table
•name: The name of the mob probably
•primaryfaction: The primary faction for the mob (id of the faction from the faction_list table)

I am pretty sure that you need to set the mob's primary faction to your newly created faction, using this table.
Aye, name of the mob probably.. only show 1 mob per faction, why.. is it a reference, any can do it? I done this already, unique number, name of the mob, faction from faction list. didn't work.

Quote:
Originally Posted by trevius View Post
You can find pretty much all you need in the wiki here:

DB Schema List - Has links to pages for many of the tables
http://www.eqemulator.net/wiki/wikka...DatabaseSchema

Below are the 3 tables you need to add entries to for making factions. The info in them should be enough to explain how it works. If you still don't understand, you can look at existing examples that are in these tables and how they were setup.

Faction Lists
http://www.eqemulator.net/wiki/wikka...emafactionlist

NPC Faction
http://www.eqemulator.net/wiki/wikka...hemanpcfaction

NPC Faction Entries
http://www.eqemulator.net/wiki/wikka...factionentries
Done that 3 times already. Still don't work. like I said. npc_faction is not explained.. name of the mob? don't work.
Reply With Quote