Thread Tools Display Modes
09-02-08, 04:22 AM   #1
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 331
[PATCH] Achievement macro for build 8885

You can deal with this 2 macros to respectively run, it will place back the achievement button to its default position and will open the achievement frame OnClick

Macro1
Code:
/script local a = AchievementMicroButton;a:Show();function CanShowAchievementUI() return true end;a:SetScript("OnClick",ToggleAchievementFrame);a:SetPoint("BOTTOMLEFT", "TalentMicroButton", "BOTTOMRIGHT", -2, 0);
Macro2
Code:
/script QuestLogMicroButton:SetPoint("BOTTOMLEFT", "AchievementMicroButton", "BOTTOMRIGHT", -2, 0);
__________________
If you need to reach me I'm in ESO, @class101 or "Fathis Ules i"
addons: SpamBayes, BrokerCPU
projects: ThunderBayes
Mera[xeh]? - La CroisadeEcarlate (wow)

Last edited by Mera : 09-02-08 at 05:04 AM.
  Reply With Quote
09-02-08, 11:47 PM   #2
Jayhawk
Premium Member
 
Jayhawk's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 105
Cool, thanks =)
  Reply With Quote
09-03-08, 12:10 AM   #3
Drauer
A Fallenroot Satyr
 
Drauer's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 22
Thank you
__________________
Quando omni flunkus moritati
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » [PATCH] Achievement macro for build 8885


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