Check to see if you've done Galleon menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Greeko's Avatar Banned
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    366
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Check to see if you've done Galleon

    I searched around and couldn't find any script that would tell me if I've done Galleon or not (per reset) although
    I did find a script on Wowhead where you could check if you've done Sha of Anger. So basicly here it goes:

    Code:
    /run local z,t,s={[32098]='Galleon 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
    Either copy and paste it directly in your chat window or make a macro out of it. I tested it and it works.

    Check to see if you've done Galleon
  2. #2
    Raichuxoxo's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yaaa cuz everyone see Galleon XX times in a week

  3. #3
    katuro's Avatar Member
    Reputation
    2
    Join Date
    Apr 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ive seen galleon loads... ive killed galleon 0 times!

  4. #4
    brezell's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is no lockout to galleon anyway.

  5. #5
    Unscrupulous's Avatar Contributor CoreCoins Purchaser
    Reputation
    178
    Join Date
    Apr 2012
    Posts
    501
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont think you would ever need to check to see if you have done the rarest spawn in pandaria lol

  6. #6
    mcteojamc's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yaaa cuz everyone see Galleon XX times in a week

  7. #7
    Zelos666's Avatar Sergeant
    Reputation
    19
    Join Date
    Dec 2010
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by brezell View Post
    There is no lockout to galleon anyway.
    This. You can do him as many times as you want making this macro useless.

  8. #8
    sneakkz's Avatar Member
    Reputation
    13
    Join Date
    Nov 2007
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No lockout to galleon ( you can do him as many times you want ) And you just copied the SHA of anger script and replaced the ID's

  9. #9
    Grimgor54's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    On my server, to check if you've done Galleon :

    If Horde : Probably Yes
    If Ally : For sure No

  10. #10
    cwixichris's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This would be usefull for Sha of Anger

    /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

  11. #11
    auxiliry's Avatar Member CoreCoins Purchaser
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is more useful now since Galleon is only lootable once a week and spawns a lot more frequently.

  12. #12
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    or if u use ELV UI its built in to it

  13. #13
    dDARKb's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    73
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome! Very useful

  14. #14
    Aziziphel's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is an addon called savedinstances... it tracks galleon/sha kills on all your alts

  15. #15
    Snowee's Avatar яєтιяєd єχρℓσιтєя
    Reputation
    1263
    Join Date
    Apr 2010
    Posts
    1,005
    Thanks G/R
    72/191
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Found an even better macro for the world bosses (galleon, sha, nalak, oondasta)
    /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

Page 1 of 2 12 LastLast

Similar Threads

  1. [How-To] Check if you already done specific quest and more
    By spammero in forum World of Warcraft Guides
    Replies: 0
    Last Post: 12-21-2015, 11:14 AM
  2. [PvE] Macro to check if you've done the 4 world bosses
    By j0eL in forum World of Warcraft Guides
    Replies: 1
    Last Post: 04-26-2013, 01:14 PM
  3. [PvE] Check to see if you've done Sha of Anger
    By furiouslupus in forum World of Warcraft Guides
    Replies: 29
    Last Post: 02-28-2013, 03:09 PM
  4. [Guide] Checking to see if you have the correct last name on account
    By pewpewlazerz in forum WoW Scam Prevention
    Replies: 7
    Last Post: 04-26-2008, 01:24 AM
  5. worst thing you have done in the name of comedy?
    By nerdywow in forum Community Chat
    Replies: 32
    Last Post: 10-03-2007, 08:20 AM
All times are GMT -5. The time now is 03:49 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search