Thread: NPC Weapons
View Single Post
  #1  
Old 04-13-2008, 09:39 PM
jdam7459
Sarnak
 
Join Date: Mar 2007
Posts: 45
Default NPC Weapons

Just changed thread realquick to make it searchable...

Here's my NPC weapon code...newest build of EQEmu

loottable_entries
Code:
loottable_id: 90000 / lootdrop_id: 90000 / multiplier: 1 / probability: 100
loottable
Code:
id: 90000 / name: Guard / mincash: 0 / maxcash: 0 / avgcoin: 0
lootdrop
Code:
id: 90000/ name: Guard
lootdrop_entries
Code:
lootdrop_id: 90000 / item_id: 86956 / item_charges: 1 / equip_item: 1 / probability: 100
npc_types
Code:
loottable_id: 90000
If you see why the weapon is not showing on my guards lemme know, I'm either stumped or to too tired to see it lol...Thanks again
Reply With Quote