View Single Post
03-11-13, 05:21 PM   #19
Nihlo
A Murloc Raider
Join Date: Apr 2008
Posts: 7
Originally Posted by semlar View Post
Try replacing | with \124
yeah...didn't even know this way

Originally Posted by Haleth View Post
I'm not sure, but I thought that all (or at least some) world bosses had their weekly limit removed since patch 5.2.
You can kill them every 20min but you can only get loot once a week.


For those macro-noobies like me, here's the perfect code:
Code:
/run for k, v in pairs({ Galleon = 32098, Sha = 32099, Nalak = 32518, Oondasta = 32519}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cff00ff00Yes\124r" or "\124cffff0000No\124r")) end
  Reply With Quote