Vanity Enchanter

Warning: This project is experimental. Its files will not synchronize across the CurseForge network.

Have you ever wanted to see what a particular enchant would look like on your gear, or someone else's? What the Fiery enchant would look like on a Broom? With this tool, you can create links to such items with any given enchant on them, capable of being seen properly in the dressing room and linked to others safely.

It constructs item links using the documented ItemString data format and its subcomponent EnchantId. This is already possible through Wowhead and other item/spell game databases, but cumbersome to edit manually.

For instance, the script code to link Thunderfury, Blessed Blade of the Windseeker in-game is:

/script DEFAULT_CHAT_FRAME:AddMessage("\124cffff8000\124Hitem:19019:0:0:0:0:0:0:0:0\124h[Thunderfury, Blessed Blade of the Windseeker]\124h\124r");

As detailed by the ItemString data format, the "19019" integer is the itemID for the Item. The 0 that follows is the space left for EnchantId. Let's choose a common and easily recognized enchant, Executioner. Based on the EnchantId list on WowWiki, its ID is 3225. The resulting link for the sword would then be:

/script DEFAULT_CHAT_FRAME:AddMessage("\124cffff8000\124Hitem:19019:3225:0:0:0:0:0:0:0\124h[Thunderfury, Blessed Blade of the Windseeker]\124h\124r");

Et Voila!

http://img690.imageshack.us/img690/7487/tfexecutioner.png


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

No files uploaded yet.