Looking at WoW-V, I don't see any options for making an item box ( Openable Item that contains stuff ). Do I just make an item and atatch a loot table to it or something?
Looking at WoW-V, I don't see any options for making an item box ( Openable Item that contains stuff ). Do I just make an item and atatch a loot table to it or something?
Which core are you using? Yes that is what you do :-)
3.3.5
Just tested ingame but doesn't seem to work ( Created an item under Junk>>Other )
Mate, which core/emulator as in Arcemu or Trinity? Custom items need a "hackpatch" to be used properly unless you use a already existing unused DB item entry.
Can't give you much more information without more information from you.
Arcemu, I set it as the prefix
Sorry.
Lets do it the easy way:
1. Connect to your MySQL database, and go to the Items table.
Look for an item that already does what you want, in this example we will use: Champion's Purse.
2. Duplicate the "row" / the item and change the EntryId and the description to what you want.
3. Go to loot_Items and duplicate the row used for Champion's Purse. Change the duplicated rows EntryId to your Items EntryId. Change the duplicated rows itemid to the item's loot. In this case it's already Champion's Seal.
The rest should be self explanatory. Only problem you will have, is that you cannot use a custom item if it does not exist in the client database, so either you edit the client dbc, which I am not going to explain or you choose a EntryId from this page: Credits to Rochet2.
Regards, Minupi.
Last edited by minupii; 11-13-2013 at 06:53 AM.
Ty, it works!
No problem :-)