WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Script/addon for show guild achiev. (https://www.wowinterface.com/forums/showthread.php?t=41111)

makaka 08-08-11 08:30 AM

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:


Ketho 08-08-11 09:55 AM

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

makaka 08-09-11 04:04 AM

Quote:

Originally Posted by Ketho (Post 242906)
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!


All times are GMT -6. The time now is 09:59 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI