View Single Post
  #7  
Old 01-03-2014, 01:14 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

this is now in on PEQ thank you. I did change one thing. it will be in tomorrow's daily dump, thank you.

Code:
/* UPDATE LOOT TABLE FOR FROGLOK GUARD (was 116) */

update  npc_types
set     loottable_id = 93165
where   id = 65031;
That NPC is from guktop. So I copied him to 46107, updated the spawn group to use 46107, and assigned the loot to 46107.
Thus the guard in guktop still uses loot table 116
Reply With Quote