Avery Ret Profile menu

User Tag List

Page 10 of 17 FirstFirst ... 67891011121314 ... LastLast
Results 136 to 150 of 245
  1. #136
    tigerwoods2012's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure feels like your getting close Avery. I look forward to it.

    Avery Ret Profile
  2. #137
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats the news on the ret PVP profile? Havn't seen any updates on it for a while.

  3. #138
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the spells for the hunter mastery buffs are as follows:
    Roar of Courage - Spell - World of Warcraft - 93435
    Spirit Beast Blessing - Spell - World of Warcraft - 128997

    the PQinterface addon link:
    PQInterface - PQRotation Wiki

    as always your are doing a great job! keep up the good work!
    -Paintpauller

  4. #139
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maleth View Post
    Whats the news on the ret PVP profile? Havn't seen any updates on it for a while.
    i am waiting for an update also.

  5. #140
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Avery can you link me to your most latest profile?
    Links in sigs aren't working for me

  6. #141
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saga3180 View Post
    @Avery can you link me to your most latest profile?
    Links in sigs aren't working for me
    the 1st one in his sig is not working but the second one is =D just go look for the link or if u want use this one =D

    Download Avery.RetMOP.zip @ UppIT

  7. #142
    Blackjetta's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good Morning Avery, at first I wanted to thank you for your hard work on this ret profile, it is just awesome. The reason im posting here this morning is to report a bug that you might or might not be aware already but i couldnt find anything about it while browsing through the posts. On Elegon the profile hangs often when im attacking Elegon, I dont know if its because the boss is floating above the ground or that transparent floor or any other reason. I basically have to hit an ability to get it going again then it will go for 2-3 spells and hangs again. And iv also noticed that it seems to be doing it while attacking the celestial protectors as well.

    Also Ive also noticed that since last update Execution Sentence is not cast automatically as well as Sacred Shield on self while in group. Is that intended or is it a fluke?

    Thank you

    Edit: Also wanted to add that while fighting Elegon, ive tried a lot of position around him (ie edge of hitbox, under him, in front, close behind) and it doesnt seems to make a difference, it still hangs. Another thing i wanted to say that might help in the troubleshooting is that my brother (fire mage) is also having problem on this boss with his profile (profile stopping) and he said that it does it only when he is in the match stick form you get when you are on the transparent floor and getting the dmg buff.
    Last edited by Blackjetta; 11-10-2012 at 10:33 AM.

  8. #143
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    I want to add gloves as a ability, but as far as I know you can't check trinket time? Xelper is adding functionality in the next update for it.
    Right now if I added it, it would be a slight dps loss because if the trinket has <= 10 seconds till it's available and you use gloves, it will delay it by a gcd or a few seconds; I'm also unsure on how to correctly implement it, because if you are moving from phases quickly, or moving around a lot, like on heroic elegon for example it could also be a dps loss, because you only get half of its benefit. People also have different strategy's and you sometimes want to delay it for 20~ seconds to line up with bl/cooldowns.
    I get what you mean by this but since both of our top trinkets are proc it would effect the gloves. What I decided to do was always make sure I got the most out of the gloves and that is to always line ES up with gloves if the trinkets happened to be procs during that time frame great but they won't always be.

    I Setup my gloves like this.

    Name : Gloves
    Actions : /cast Execution Sentence
    Spell ID : 0
    Target : Target

    PHP Code:
    -- Check Cooldown info
    local _
    CooldownReady GetInventoryItemCooldown("player",10)

    -- 
    Check Cooldown and Combat status

    if Cooldown == and
       
    Ready == and
       
    UnitChannelInfo("player") == nil and
       
    UnitAffectingCombat("player") ~= nil
    then
      UseInventoryItem
    (10)
       return 
    true
    end 
    This means that ES is always lined up with gloves which is really something that should happen as it's the bets use for the gloves and es both.

    I also started using Xelpers rotation because of the constant hanigng during Elegon and a few other encounters that I can't get ironed out. His works flawless but no double jeopardy code just default judgement. Now at the same time I came across some other very interesting effects with Exorcism and Mass Exorcism.

    In order to use Mass Exorcism you need the Mass Exorcism in the rotation where you want it and you need Exorcism at the very end of the rotation. If you have Exorcism anywhere other than the end it will hang at that point and you don't continue with anything below it. If you remove the Mass Exorcism glyph you have to remove mass exo from your rotation so I suggest making 2 rotations one with and one w/o. For example here is my Mass Exorcism and it works flawless.



    Another one you might consider adding is a bomb ability, I use this one.

    PHP Code:
    if IsRightControlKeyDown() then
        UseItemByName
    (41119)
        if 
    SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
        
    return true
    end 
    Last edited by js1974; 11-10-2012 at 12:43 PM.

  9. #144
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blackjetta View Post
    Good Morning Avery, at first I wanted to thank you for your hard work on this ret profile, it is just awesome. The reason im posting here this morning is to report a bug that you might or might not be aware already but i couldnt find anything about it while browsing through the posts. On Elegon the profile hangs often when im attacking Elegon, I dont know if its because the boss is floating above the ground or that transparent floor or any other reason. I basically have to hit an ability to get it going again then it will go for 2-3 spells and hangs again. And iv also noticed that it seems to be doing it while attacking the celestial protectors as well.

    Also Ive also noticed that since last update Execution Sentence is not cast automatically as well as Sacred Shield on self while in group. Is that intended or is it a fluke?

    Thank you

    Edit: Also wanted to add that while fighting Elegon, ive tried a lot of position around him (ie edge of hitbox, under him, in front, close behind) and it doesnt seems to make a difference, it still hangs. Another thing i wanted to say that might help in the troubleshooting is that my brother (fire mage) is also having problem on this boss with his profile (profile stopping) and he said that it does it only when he is in the match stick form you get when you are on the transparent floor and getting the dmg buff.
    It's definitely known, There are more profiles doing it than this one. I'm unsure what the issue is I have started using a heavily modified version of Xelpers profile and while it does work I wish there was an AE toggle instead of a new rotation for AE. It never hangs on Elegon or anywhere else. Avery certainly does great work so I'm hoping with him being able to look at Xelpers maybe we can find what causes it too hang up.

    Your experience sounds like mine difference being on mine it hangs on Hammer of Wrath or Exorcism and I have to use those abilities manually and if I don't it just never casts them and I only know it's hanging on those because I have always been able to track it with clcinfo.

  10. #145
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by js1974 View Post
    It's definitely known, There are more profiles doing it than this one. I'm unsure what the issue is I have started using a heavily modified version of Xelpers profile and while it does work I wish there was an AE toggle instead of a new rotation for AE. It never hangs on Elegon or anywhere else. Avery certainly does great work so I'm hoping with him being able to look at Xelpers maybe we can find what causes it too hang up.

    Your experience sounds like mine difference being on mine it hangs on Hammer of Wrath or Exorcism and I have to use those abilities manually and if I don't it just never casts them and I only know it's hanging on those because I have always been able to track it with clcinfo.
    I will add in gloves/mass exo as optional rotations, thanks for the info. I believe I have fixed the hangup.

    This rotation doesn't have the pvp healing in it, that will come out tomorrow, if I can get it working.
    The pvp healing will support 2's only, I need to come up with a better way to get the lowest health party member when checking, for 3's/5's.

    Can you post your mass exo code, you cant use range checks on these bosses. That is why the ranged attacks were hanging the rotation.


    Update from pqr or download here

    https://dl.dropbox.com/u/44039495/AveryPaladin.zip
    Last edited by averykey; 11-11-2012 at 06:02 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  11. #146
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just did a small fix to inq handling, should be better.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  12. #147
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Date: 2012-11-11 18:41:55
    ID: 1
    Error occured in: Global
    Count: 1
    Message: [string "if PQR_Addon_Loaded == nil then..."] line 1451:
    GetSpellBookItemName(): Invalid spell slot
    Debug:
    [string "*:OnLoad"]:6:
    [string "*:OnLoad"]:1
    [C]: ?
    [C]: GetSpellBookItemName()
    [string "if PQR_Addon_Loaded == nil then..."]:1451: PQR_GetSpellID()
    [string "if PQR_Addon_Loaded == nil then..."]:1437:
    [string "if PQR_Addon_Loaded == nil then..."]:1435
    [C]: CastSpellByName()
    [string "if UnitIsDeadOrGhost("player") == nil and n..."]:185: ?()
    [string "if PQR_Addon_Loaded == nil then..."]:760: PQR_NextAbility()
    [string "if PQR_Addon_Loaded == nil then..."]:533: PQR_ExecuteRotation()
    [string "if PQR_Addon_Loaded == nil then..."]:289:
    [string "if PQR_Addon_Loaded == nil then..."]:214

  13. #148
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, another update for the ret rotation, out of range support for pvp only. Since range checks are broken for some bosses.
    Better execution sentence handling, it would cast if you had a cd available, it wont anymore.

    If anyone notices anything let me know.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  14. #149
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you change stop rotation and freedom to left side of the keyboard instead of right side ? its very hard to press right shift/ctrl/alt while pvping. every update i have to change it making it default would be better.

  15. #150
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by barandeniz View Post
    can you change stop rotation and freedom to left side of the keyboard instead of right side ? its very hard to press right shift/ctrl/alt while pvping. every update i have to change it making it default would be better.
    I am updating hof/emanc to include almost all snares soon, Right now manual es/lh/hp is on left alt, I can switch them; does anyone else want this as well?

    Are people ok with those on right alt as well?
    I am thinking of a way to have them bound to any button.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

Page 10 of 17 FirstFirst ... 67891011121314 ... LastLast

Similar Threads

  1. [PQR] Holy Paladin PvP [NEW! Ret PvP Profile!]
    By Dominium in forum WoW Bot Maps And Profiles
    Replies: 124
    Last Post: 07-03-2020, 03:05 AM
  2. Avery's Profiles
    By averykey in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 01-23-2014, 01:11 AM
  3. [ProbablyEngine] Retribution Wreckage NevoDarks Quality Ret Profile.
    By Nevodark in forum WoW Bot Maps And Profiles
    Replies: 14
    Last Post: 12-14-2013, 06:09 PM
  4. Avery's Profiles
    By averykey in forum WoW Bot Maps And Profiles
    Replies: 90
    Last Post: 09-17-2013, 06:19 AM
  5. Request RET Pally PVP Profile
    By Thesaint38 in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 04-23-2012, 05:50 AM
All times are GMT -5. The time now is 07:50 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search