Thread Tools Display Modes
05-22-07, 09:08 PM   #1
brknsoul
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 18
Linking Enchants from the EnchantMe window causes disconnections as of patch 2.1

Main reason, is the links now have a different linking formula.
  Reply With Quote
05-23-07, 11:06 AM   #2
Maldivia
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 12
Originally Posted by brknsoul
Linking Enchants from the EnchantMe window causes disconnections as of patch 2.1

Main reason, is the links now have a different linking formula.
Thanks for the update. I checking the addon out on the PTR, and there were no problem linking at that time, but guess they restricted it later on in the PTR cycle to only support the new way. Unfortunately, I won't have the time to update this until June 1st, as I'm away from home until that date.
  Reply With Quote
05-31-07, 10:11 AM   #3
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 52
The only thing that changed was the color of enchant links. It's ffd000 instead of ffffff.

Open up EnchantMe.lua and go to line 33. Change the line from this:
Code:
ChatFrameEditBox:Insert("|cffffffff|Henchant:" .. this.EnchantID .."|h[" .. this:GetText() .. "]|h|r");
to this:
Code:
ChatFrameEditBox:Insert("|cffffd000|Henchant:" .. this.EnchantID .."|h[" .. this:GetText() .. "]|h|r");
  Reply With Quote
06-02-07, 03:40 AM   #4
Maldivia
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 12
OK, updated EnchantMe to version 2.1, fixing the colors, so it should once again be safe to link them.

I've also uploaded a new addon called ProfessionLinks, that is similar to EnchantMe, but contains links for all professions instead. When the addon has been approved, it can be found here:
http://www.wowinterface.com/downloads/info7210-ProfessionLinks.html
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » EnchantMe


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off