1. #1

    For everyone having trouble remembering what world bosses you have killed......

    I found a nifty macro that will tell you if you have or have not killed a world boss in a given week. This comes in handy when you have more than one level capped character.


    /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



    You have to put the name of the boss in the 'xxxxxx this week' field, but even still this macro is useful.

  2. #2
    You could also grab one of the addons that will give you a visual display of all your characters and whether they've killed the world bosses. I use SavedInstances for this and it's other uses.

    http://www.curse.com/addons/wow/saved_instances

  3. #3
    These days there are a few addons that do just that.
    ||i5 3570k @ 4.4GHz||H100 push/pull||AsRock Z77 Extreme4||16Gb G.Skill Ripjaws 1600MHz||Gigabyte Windforce GTX 970|| Coolermaster Storm Trooper||Corsair TX850 Enthusiast Series||Samsung 840 Pro 128gb(boot drive)||1TB WD HDD, 2x 3TB WD HDD, 2TB WD HDD||

    Bdk Nagrand / Astae Nagrand
    Pokemon X FC: 4656-7679-2545/Trainer Name: Keno

  4. #4
    This is the macro I use. Found one on wowhead in a comment and modified it to be a bit more descriptive. Just click my button and it tells me what bosses I can still get loot from that week.

    /run print("Loot Eligible World Bosses")
    /run for k, v in pairs({ Galleon = 32098, Sha = 32099, Nalak = 32518, Oondasta = 32519}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cffff0000No\124r" or "\124cff00ff00Yes\124r")) end

  5. #5

  6. #6
    Blademaster Canidomini's Avatar
    10+ Year Old Account
    Join Date
    May 2011
    Location
    Connecticut
    Posts
    40
    Just my $0.02

    I use Gear Grinder (which used to be called Valor Point Cap Progress): http://www.curse.com/addons/wow/tita...p-cap-progress

    "This addon keeps track of you Valor Point Cap progress on your characters. It also keeps track of your characters Valor Points, Justice Points and Charms so you know if they are about to reach the Hard Cap.

    Optionally, adds your VP/JP/Progress details to your character stats sheet. No longer need to switch to the Currency sheet to see VP/JP"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •