Page 1 of 1
Script to see if you've done Sha this week.
Posted: 01 Dec 2012, 19:46
by Melissa
/run local z,t,s={[32099]='Sha of Anger this week.'},GetQuestsCompleted();for c,v in pairs(z) do if t[c] then s='' else s=' not' end print('You have'..s,'done',v) end
Put this in a macro, then place it on your bars and click it.
It will show up in your chat window.
Re: Script to see if you've done Sha this week.
Posted: 13 Apr 2013, 16:00
by Cremate
Is it possible to update this for Oondasta and Nalak?
Re: Script to see if you've done Sha this week.
Posted: 13 Apr 2013, 16:15
by Dillweed
Have you tried replacing "Sha of Anger" with Oondasta or nalak.
Re: Script to see if you've done Sha this week.
Posted: 13 Apr 2013, 16:30
by Shaank
I use the Savedinstances addon it tracks gal,sha,nalk,oon and vp for your toons and if you done lfr or not on that toon.
Re: Script to see if you've done Sha this week.
Posted: 13 Apr 2013, 16:55
by Cremate
I got the NPC code from chariss, and replaced the Sha numbers with the Oondasta numbers... that should work. Instead of 32099 use 69161
Re: Script to see if you've done Sha this week.
Posted: 13 Apr 2013, 17:56
by Chariss
It didn't work
Re: Script to see if you've done Sha this week.
Posted: 13 Apr 2013, 17:57
by Cremate
Cremate wrote:... that should work.
Chariss wrote:It didn't work
Ok, nvm
Re: Script to see if you've done Sha this week.
Posted: 13 Apr 2013, 20:16
by Dillweed
/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
There you go.
Currently does not work for Oondasta though. Will try to find one that works.
Re: Script to see if you've done Sha this week.
Posted: 13 Apr 2013, 23:05
by Cremate
Dillweed wrote:/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
There you go.
Currently does not work for Oondasta though. Will try to find one that works.
ZOMG, that's even better than Mellissa's. Thanks dill. And are you sure it doesn't work for Oon? It said I did it this week, which I did.
Re: Script to see if you've done Sha this week.
Posted: 14 Apr 2013, 02:06
by Than
no offense cant you just remember if you fought it or not
Re: Script to see if you've done Sha this week.
Posted: 14 Apr 2013, 04:05
by Numerical
not if you have 100 alts, i can never remember what alt i have done what on
Re: Script to see if you've done Sha this week.
Posted: 14 Apr 2013, 08:27
by Shaank
just saying Savedinstances addon ftw

Re: Script to see if you've done Sha this week.
Posted: 14 Apr 2013, 08:38
by Cremate
Than wrote:no offense cant you just remember if you fought it or not
Why u no work, troll?