how do u add stuff to a Chest or make a new object that can be open in game to give and item and give out a random item like every 24 hours?
how do u add stuff to a Chest or make a new object that can be open in game to give and item and give out a random item like every 24 hours?
To add stuff to a chest do this (For Arcemu)
Open up your database and look for gameobject_names. Look for a chest name, for example Large Solid Chest. Check the entry or ID of it, forgot which it was, and write it down.
Open up objectloot table and make a new row.
Index; Just choose an unused number.
EntryId; The ID you wrote down from gameobject_names, i.e the chest.
ItemId; The ID of the item you wish to add.
Percentchance; The % to drop it. For example: You open the chest five times and loot an epic one time. Thus the % to drop is 20.
Heroicpercentchance; Not sure about this one... Make it something higher than the last one, I think it's if the chest is in an heroic instance.
Mincount; The lowest amount that can drop.
Maxcount; The highest amount that can drop.
ffa_loot; Not sure.
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
The heroicpercentchance is for heroic instances as you said, I always set it to 0 personaly unless you are planning on putting it in a heroic, and the ffa_loot stands for free for all loot, which is used say for badges of justice, where everyone in the group can loot them.
I understood the meaning of ffa_loot, but I didn't have an example for it. Thanks for the input.
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms