Thread Tools Display Modes
08-08-11, 08:30 AM   #1
makaka
A Cyclonian
Join Date: Feb 2010
Posts: 40
Script/addon for show guild achiev.

Hello, looking for an addon or script through which one could run a "guild achievements obtained by XXX". That picture.

Like this:

  Reply With Quote
08-08-11, 09:55 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
something like this?
Code:
AchievementAlertFrame_ShowAlert(628)
AchievementAlertFrame_ShowAlert(5037)
Code:
/run if not AchievementFrame then UIParentLoadAddOn("Blizzard_AchievementUI")end;AchievementAlertFrame_ShowAlert(628)AchievementAlertFrame_ShowAlert(5037)
-- https://github.com/tekkub/wow-ui-sou...es.lua#L10-L17
-- https://github.com/tekkub/wow-ui-sou....lua#L249-L350
  Reply With Quote
08-09-11, 04:04 AM   #3
makaka
A Cyclonian
Join Date: Feb 2010
Posts: 40
Originally Posted by Ketho View Post
something like this?
Code:
AchievementAlertFrame_ShowAlert(628)
AchievementAlertFrame_ShowAlert(5037)
Code:
/run if not AchievementFrame then UIParentLoadAddOn("Blizzard_AchievementUI")end;AchievementAlertFrame_ShowAlert(628)AchievementAlertFrame_ShowAlert(5037)
-- https://github.com/tekkub/wow-ui-sou...es.lua#L10-L17
-- https://github.com/tekkub/wow-ui-sou....lua#L249-L350
Yes! Thank you very much!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Script/addon for show guild achiev.


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