What's new

Create NPC Loot

Kriz

Veteran Member
41
2016
0
Hello, I have a problem with one of the side quests I am trying to fix here, and with that being said, I need to figure out where in the database I can set an item to be lootable from a NPC that isn't lootable or not being able to be looted and add a certain item to that loot of the NPC
 

ExO

Admin
5,119
2014
1,640
Hi.
Remember you can report the bug in the bug report section and we'll take a look, or even better - you can fix it on your own when you get your solution, and share the fix here - http://www.emucoach.com/forumdisplay.php?81-4-3-4-Database-Fixes-EmuCoach-Repack-Unofficial-fixes

Anyways to your question:
Basically you must assign/make sure it has a lootid attached. So you go into creature_template and find or search for the entry, and find the column lootid and define it.
Afterwards you want to add the loot, which is handled in creature_loot_template where the entry is the defined lootid.

Let me know if you need further information :)
 
Top