can some one plz tell me hoe to change loot tables ty
can some one plz tell me hoe to change loot tables ty
What do you want to do? You want to add an item to the loot of an NPC?
If so, go to your DB and open the creatureloot table
enter at the beginning an new ID, then the NPC ID, then the Item ID and the rest should be self explaining.
Oh, be carefull with Min Count and Max Count.
Min Count 1 means: Every Time you kill the NPC it drops minimum the amount you setted. I recommend setting it to 0 and the dropchance to 10-25. just try it out what drop chance fits better for your server.
Last edited by Alamos; 02-25-2009 at 09:31 AM.
what repack? ArcEmu - table: loot_creatures
index = just a high number
entryid = NPC ID
itemid = item id
percentchance = % chance to drop
heroicpercentchance= % chance to drop while in heroic mode
mincount = the npc will drop a minimum # of the item
maxcount = the npc will drop a maximum # of the item
FFA_loot = this means, if everyone is able to just (if in a group, with group loot) go and take the items, like sunmotes in sunwell. =)
good luck! ^^