If the weapon held is not just a graphic and it is something you will/can loot you can easily change the DB. The table `lootdrop_entries` has a column called `equip_item`. The value 1 is on and will make the npc wield a weapon or equip armor.
A query could be written to equip anything that is equippable by joining items and loottable_entries. I haven't done this but know it's possible.
|