Originally Posted by
Aldun
Hey,
I made a few custom npcs, and a few custom items. However, how can I choose what npc drops the items with what rate etc. Im not an experienced user, so dont make it too hard to understand please =)
I assume its at Loot_Creatures , but what to add at EntryID then? And Index?
Using Arcemu/ascent, 3.0.8, and Navicat
Thanks!
-Aldun
Go to table "loot_creatures" or whatever it's called.
Then make a new row by clicking on the "+".
Now start filling it out like this:
Code:
index - dont touch it, it will auto generate a number after u save it.
entryid: the entryid of ur NPC Boss or any other NPC.
itemid: The item it will drop, NOTE: to add more drop then add more rows!
percentchance: this is the percent chance of the loot. if u put 100 it will be 100% chance on drop. u can put any number here. recommend using a small number like 37 or something
Heroicpercentchance: This is if the NPC u make is a Heroic Boss. You can make loot only aviable with heroic on items by putting normal percenchance to 0 and heroic to something more than 1. you can also make it aviable for both.
mincount: This will be the minimum amount of an item wich will be dropped.
I reccommend "1" if its gonna be a sword or armor. if it's gonna drop berries or potions and things then u can go over 1 to like 200. then it will drop 200 potions.
maxcount: the maximum amount of an item to be dropped. choose 1 for swords etc armor etc. this number will be maximum amount so as an example:
U put 8 in "mincount" and 13 in "maxcount" then the item will randomly be from 8 to 13 times dropped in the loot.
ffa_loot: Leave this at 0, dont know what it is.
Ok hope that helped