[Archive] (Beginner Tutorial) - How to change the loot of a creature
[Archive] (Beginner Tutorial) - How to change the loot of a creature
Archived author: ExO • Posted: 2025-11-04T18:04:30.787485
Original source
1. Open up the Creature_loot_template table
2. Make a new row and fill it out
the "entry" has to be a unique number, it doesn't matter what number it just has to be unique in that table, unless you are making more then 1 item to drop
the "item" is the Entry ID of the item that you want the NPC to drop (so you have to make a new row per item you want the npc to drop)
the "chanceorquestchance" is the percentage % for the item to drop (so 100 if you want it to always drop) you dont have to fill it in like : 100% just do : 100
"mincountorref" is the minimal amount of copies of the item the npc will drop on death
"maxcount" is the maximal amount of copies of the item the npc will drop on death
Now go to the creature_template table and go to your NPC that will need to drop the item(s), then go to the column named "lootid" and type in the "entry" of the Creature_loot_template you just made.
- Thanks to Jamey for the small tutorial.
Archived author: ExO • Posted: 2025-11-04T18:04:30.787485
Original source
sorry can you add tutorial
?
Quote:vanasis said:Of course I can! I'll see if I can get it created within a couple of days!
sorry can you add tutorial?
Click to expand...
Archived author: ExO • Posted: 2025-11-04T18:04:30.787485
Original source
Quote:vanasis said:Of course I can! I'll see if I can get it created within a couple of days!
sorry can you add tutorial?
Click to expand...
Archived author: ExO • Posted: 2025-11-04T18:04:30.787485
Original source
Wow, thanks for the help!!