View Single Post
11-04-14, 05:57 PM   #40
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Originally Posted by Rilgamon View Post
To keep this macro alive

37460 - Drov the Ruiner
37462 - Tarlna the Ageless
37464 - Rukhmar
Thanks the new macro is now this, it still includes all bosses that drop mounts:
Code:
/run for k, v in pairs({ Galleon=32098,Sha=32099,Nalak=32518,Oondasta=32519,Drov=37460,Tarlna=37462,Rukhmar=37464}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cff00ff00Yes" or "\124cffff0000No")) end
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________

Last edited by Tonyleila : 11-04-14 at 06:25 PM.
  Reply With Quote