1. #1

    Script to track which rares you've looted for week?

    I am farming mounts in Pandaria atm, but will move on to other regions later. I sometimes forget whether I've killed Nalak or Nuolon or one of the others since weekly reset. Is there a script to track that?

    "I Am Vengeance. I Am The Night. I Am Felfáádaern!"

  2. #2
    Deleted
    /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

  3. #3
    Sweet! Thanks

    "I Am Vengeance. I Am The Night. I Am Felfáádaern!"

  4. #4
    If you do this on alts, which you probably do if you're mountfarming, I suggest the Savedinstances addon to track your kills. The official one on curse is now updated, too, so no need to get the github one.

    https://mods.curse.com/addons/wow/saved_instances

  5. #5
    Quote Originally Posted by Schizoide View Post
    If you do this on alts, which you probably do if you're mountfarming, I suggest the Savedinstances addon to track your kills. The official one on curse is now updated, too, so no need to get the github one.

    https://mods.curse.com/addons/wow/saved_instances
    Cool thanks. I will give it a try.

    "I Am Vengeance. I Am The Night. I Am Felfáádaern!"

Posting Permissions

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