View Single Post
  #6  
Old 06-16-2004, 07:39 AM
govtcheeze
Hill Giant
 
Join Date: Mar 2004
Location: South Florida
Posts: 247
Default

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.
__________________
GovtCheeze, Welfare Warrior
"Listen, here's the thing. If you can't spot the sucker in the first half hour at the table, then you ARE the sucker." -- Mike McDermott, Rounders

Developer of the original (circa 2004):
Loots v2.0, bitch!
Faction v1.0, bitch!
Magelo-like clone v0.3, bitch!
Zone geometry and spawn/path viewer, bitch!
Reply With Quote