Reply
 
Thread Tools Display Modes
Old 03-15-13, 05:09 AM   #21
Voxxel
A Theradrim Guardian
Join Date: Mar 2009
Posts: 60
Yea, seems we don't need to track Oondasta quest at all since it seems the boss works as the Pre-nerfed Galleon where you were able to loot anytime you find him (because it could happen only once or twice a week)
Voxxel is offline   Reply With Quote
Old 03-15-13, 09:24 AM   #22
p3lim
Mmmrrrggglll
 
p3lim's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,066
If we're really minimalizing something this small

Lua Code:
  1. for name, id in pairs{
  2.     Oondasta = 32519,
  3.     Galleon = 32098,
  4.     Nalak = 32518,
  5.     Sha = 32099
  6. } do
  7.     print(name, IsQuestFlaggedCompleted(id))
  8. end
Lua Code:
  1. /run for k,v in pairs{Oondasta=32519,Galleon=32098,Nalak=32518,Sha=32099} do print(k,IsQuestFlaggedCompleted(v)) end

Returns true or nil based on completion status, good enough for many.
p3lim is offline   Reply With Quote
Old 03-16-13, 11:09 AM   #23
Voxxel
A Theradrim Guardian
Join Date: Mar 2009
Posts: 60
Ok, I was wrong, you cannot loot Oondasta more than once a week (despite its loong respawn). Moreover, you're not allowed to use your mogu coins more than once a week.

According to this, the completition quest should be marked as completed but it doens't work actually. Maybe a wrong quest?
Voxxel is offline   Reply With Quote
Old 03-16-13, 11:57 AM   #24
Phanx
A Pyroguard Emberseer
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 2,624
Wowhead only lists 4 weekly Short-Supply Reward quests which correspond to the 4 weekly world bosses. I'd guess the quest itself is just buggy.
__________________
Author/maintainer of Grid, PhanxChat, and many more.
Troubleshoot an addonTurn any code into an addonMore addon resources
Need help with your code? Post all of your actual code! Attach or paste your files.
Please don’t PM me about addon bugs or questions. Post a comment or forum thread instead!
Phanx is offline   Reply With Quote
Old 04-25-13, 03:47 PM   #25
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 489
Originally Posted by Phanx View Post
Wowhead only lists 4 weekly Short-Supply Reward quests which correspond to the 4 weekly world bosses. I'd guess the quest itself is just buggy.
Yes, Delaene reportet that killing Nalak marks both quests in my addon and I was able to check it tonight. So its blizz's fault.
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Rilgamon is online now   Reply With Quote
Old 05-02-13, 10:39 AM   #26
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 489
http://us.battle.net/wow/en/forum/topic/8728854089#3

We are aware of the request and looking to add a way for characters to track which world boss had already been defeated in a given week.
Why not just fix the weekly quests in question?
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Rilgamon is online now   Reply With Quote
Old 05-02-13, 07:40 PM   #27
Phanx
A Pyroguard Emberseer
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 2,624
In addition to fixing the quest, they should just add these as raid locks so they show up on /raidinfo and the calendar. Doesn't seem like it would be too difficult.
__________________
Author/maintainer of Grid, PhanxChat, and many more.
Troubleshoot an addonTurn any code into an addonMore addon resources
Need help with your code? Post all of your actual code! Attach or paste your files.
Please don’t PM me about addon bugs or questions. Post a comment or forum thread instead!
Phanx is offline   Reply With Quote
Reply

Go BackWoWInterface » AddOns, Compilations, Macros » Macro Help » macro for Sha / Galleon lock

Thread Tools
Display Modes

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