Get the item you want Loot Rewards screen menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    powerblaze's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Get the item you want Loot Rewards screen

    *Updated with more info

    Basically, when you get that screen where you choose what item you want and it gives a x2, x10 etc bonus to get land on it.

    Well what Ive been doing is
    *when the item is selected RED
    *hit the close{X} button that closes the window and you should get that item.

    Perfect for any decor item you want : }

    Get the item you want Loot Rewards screen-arviyal-140512-224623-png


    UPDATE
    Ok so Jadd confirmed that closing the window has no effect on the reward. Just lets you get it faster instead of waiting for the random thing to finsh.

    Heres a script you can type in chat to find out your Challenge Reward

    Originally Posted by Jadd View Post
    Code:
    /eval function OnRewardReady(idChallenge, iReward) Print("Reward for challenge " .. idChallenge .. " is item #" .. iReward) end; Apollo.RegisterEventHandler("ChallengeRewardReady", "OnRewardReady", self)
    Last edited by powerblaze; 06-06-2014 at 10:06 AM.

    Get the item you want Loot Rewards screen
  2. #2
    Kw3n's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great that it works for you 100% of the time.
    Closing the window however has nothing to do with the outcome.
    Various times after closing the window I got one of the other options that I did not select.

  3. #3
    eKqN's Avatar Contributor MMOwned Veteran CoreCoins Purchaser
    Reputation
    279
    Join Date
    Apr 2008
    Posts
    701
    Thanks G/R
    13/41
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working. Just luck.
    Hackhac, contributor && donator.

  4. #4
    powerblaze's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kw3n View Post
    Great that it works for you 100% of the time.
    Closing the window however has nothing to do with the outcome.
    Various times after closing the window I got one of the other options that I did not select.
    Not sure what to tell you>But every time I close the window(pressing the red button), It instantly drops whatever item the red indicator was on.

    Maybe wait for it to slow down before you close it.

    ***Did more testing and it seems that it was I guess LUCK.
    Although I do get a better chance it seems at getting the item either way but not always.
    Last edited by powerblaze; 06-03-2014 at 09:56 AM.

  5. #5
    73r0's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Aug 2010
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Closing the window just skips the wait, it doesn't change the outcome

  6. #6
    Jeffers0n's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not working for me either

  7. #7
    crysis93's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its working for me unless I'm getting extremely lucky.

    Edit: It actually seems to work with whatever is highlighted at the time of closing the window. Not what you selected the x2/5/10 bonus for.
    Last edited by crysis93; 06-04-2014 at 02:01 PM.

  8. #8
    eKqN's Avatar Contributor MMOwned Veteran CoreCoins Purchaser
    Reputation
    279
    Join Date
    Apr 2008
    Posts
    701
    Thanks G/R
    13/41
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You are.
    Hackhac, contributor && donator.

  9. #9
    mounogliftras's Avatar Private
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not work sir

  10. #10
    powerblaze's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crysis93 View Post
    Its working for me unless I'm getting extremely lucky.

    Edit: It actually seems to work with whatever is highlighted at the time of closing the window. Not what you selected the x2/5/10 bonus for.
    This is basically what I was getting at but wasnt really able to 100% determine with out other ppl confirm. But the fact that you get the item as soon as you close the window it gives you a way better chance getting that item. That, im not sure if its intended or not.

  11. #11
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    With a little work it's quite easy to realise that the reward item is determined almost instantly after the favoured item is selected. Closing the challenge reward window has absolutely no effect on the result.

    Code:
    /eval function OnRewardReady(idChallenge, iReward) Print("Reward for challenge " .. idChallenge .. " is item #" .. iReward) end; Apollo.RegisterEventHandler("ChallengeRewardReady", "OnRewardReady", self)
    Last edited by Jadd; 06-05-2014 at 10:56 AM.

  12. #12
    powerblaze's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    With a little work it's quite easy to realise that the reward item is determined almost instantly after the favoured item is selected. Closing the challenge reward window has absolutely no effect on the result.

    Code:
    /eval function OnRewardReady(idChallenge, iReward) Print("Reward for challenge " .. idChallenge .. " is item #" .. iReward) end; Apollo.RegisterEventHandler("ChallengeRewardReady", "OnRewardReady", self)
    Yeah thats what I wasnt sure on. Either way, you dont have to wait just select the item and press X to close the window no need to wait : }

    Nice find on the script also Ill update 1st post if ppl want to use it.

  13. #13
    TomPetty's Avatar Active Member
    Reputation
    18
    Join Date
    Nov 2006
    Posts
    124
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by powerblaze View Post
    Yeah thats what I wasnt sure on. Either way, you dont have to wait just select the item and press X to close the window no need to wait : }

    Nice find on the script also Ill update 1st post if ppl want to use it.
    It's not a script, that's the game code he linked demonstrating what he said.

  14. #14
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TomPetty View Post
    It's not a script, that's the game code he linked demonstrating what he said.
    It's a script. Type it into chat then complete a challenge. You will see that the reward is chosen almost instantly after choosing the favoured item.

  15. #15
    getstaffed's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    didnt work -_-

Page 1 of 2 12 LastLast

Similar Threads

  1. Get the name you want. *Involves GM/CS, Not Theory, Exploit Kinda*
    By Skuddle in forum World of Warcraft Guides
    Replies: 11
    Last Post: 06-23-2012, 04:05 AM
  2. THE Foolproof Scam Get the Character YOU WANT tommorow!!!
    By Judas911 in forum WoW Scam Prevention
    Replies: 14
    Last Post: 06-10-2008, 02:06 PM
  3. How to get the assistance you want from the thread you make
    By degoscar in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 05-26-2008, 03:18 PM
  4. Scam The Gm's and get any weapon you want!
    By Nivv123 in forum WoW Scam Prevention
    Replies: 21
    Last Post: 02-06-2007, 09:11 PM
All times are GMT -5. The time now is 10:57 PM. 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