[Archive] How to find an AppareanceID of an physical item
[Archive] How to find an AppareanceID of an physical item
Archived author: Parallax • Posted: 2019-12-21T18:53:32+00:00
Original source
Hello guys. First of all sorry if im asking in the wrong section and also sorry for this being the first post.
Im really struggling with an issue that has me pretty fucked up, being a bit rude. Im trying to do a Legion tests to make a custom dungeon and i really need to do a few custom items but im pretty lost in the way that means find those 2 informations:
- AppareanceID - How this will be showing up.
- Icon name - the icon will be showing up in the game.
I've been using a pretty "noob tool" called Mindsear's Legion Item Creator but is outdated AF so i though of learning the good old way. Since Legion can call the local files of some information as the objects you make that can be helpful to make new items.
Im really hoping you can help me. If this goes as expected i'll be soon releasing this to all as this is a test im doing by myself!
Cheers buddies!
Archived author: Смердокрыл • Posted: 2019-12-23T02:29:02+00:00
Original source
You'll need to edit your world and hotfixes tables, where the latter basically replicate client-side db2s. The editing you just do with any sql editor, and you can use https://wow.tools/dbc/ to browse existing db2 records.
To figure out how the various db2s relate to each other, and where AppearanceID comes into play, take a look at
https://www.wowmodding.net/tutorials/art.../?do=embed
Archived author: Parallax • Posted: 2019-12-27T15:55:22+00:00
Original source
Im trying it in a few hours and im telling all of you the results!