Avery Ret Profile menu

User Tag List

Page 9 of 17 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 245
  1. #121
    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 LtButterman View Post
    when can we expect the leveling stuff to be implemented, Avery?
    I will try to get it out today, I have to write a bit more, I actually missed a few spells so I need to write new logic.


    After this update, I want to pick up another class. I will continue with ret/prot and maybe holy.
    What class do you guys want?
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

    Avery Ret Profile
  2. #122
    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)
    if the ret arena/pvp is decent i would vote for holy arena/pvp =) im excited for ret pvp tho w8ing like 1 month or so.

  3. #123
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Avery
    I saw your post on the main thread about inq.

    this is exelpers code
    PHP Code:
    local holyPower UnitPower("player"9)
    local divinePurpose PQR_UnitBuffID("player"86172)
    local inquisition_____inquisitionEndTime PQR_UnitBuffID("player"84963)

    if 
    inquisition ~= nil then
        inquisitionEndTime 
    inquisitionEndTime GetTime()
    end

    if inquisition == nil or inquisitionEndTime <= 2 then
        
    if holyPower >= or divinePurpose ~= nil then
            
    return true
        end
    end 
    the ability with HaveBuff is Sheuron and he stop playing afaik.

    I hope this points you in the right direction.
    Looking for exploiters and botters to Elder Scrolls Online.

  4. #124
    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 Gabbz View Post
    @Avery
    I saw your post on the main thread about inq.

    this is exelpers code
    PHP Code:
    local holyPower UnitPower("player"9)
    local divinePurpose PQR_UnitBuffID("player"86172)
    local inquisition_____inquisitionEndTime PQR_UnitBuffID("player"84963)

    if 
    inquisition ~= nil then
        inquisitionEndTime 
    inquisitionEndTime GetTime()
    end

    if inquisition == nil or inquisitionEndTime <= 2 then
        
    if holyPower >= or divinePurpose ~= nil then
            
    return true
        end
    end 
    the ability with HaveBuff is Sheuron and he stop playing afaik.

    I hope this points you in the right direction.
    This is my current code for inq and it works fine.

    PHP Code:
    if UnitBuffID("player"84963) == nil or UnitBuffID("player"84963) and select(7UnitBuffID"player"84963)) - GetTime() <= 3 then
        
    if UnitPower("player"9) >= or UnitBuffID("player"90174then
            CastSpellByName
    (GetSpellInfo(84963))
        
    end
    end 
    What I wanted to know is how to use the time var correctly in HaveBuff, I also wanted to know if my implementation of stacks was correct.

    So I could do something like.

    PHP Code:
    if not HaveBuff("PLAYER"84963) or HaveBuff("PLAYER"849633then
        
    if HolyPower >= or HaveBuff("PLAYER"90174then
            CastSpellByName
    (GetSpellInfo(84963))
        
    end
    end 
    I was wondering if the 3 in HaveBuff("PLAYER", 84963, 3) will check if the time is at least that and or less than that.
    I'm not sure if it will because sheuron's code is
    PHP Code:
       if buff and ( buff == or buff GetTime() > TimeLeft then return true end 
    , so will this only return true if inq has more than 3? That's what it looks like. I just wanted to know if I was wrong.

    I am unsure on how to implement stacks. Ideally I want to use the existing havebuff function instead of making another.

    Maybe something like this?

    PHP Code:
    function HaveStacks(tidstacks)
        if 
    select(4,UnitBuffID(t,id)) == stacks then return true end
        
    return false
    end 
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #125
    triggersad's Avatar Member
    Reputation
    8
    Join Date
    Apr 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Trivouille View Post
    Just to make a few things clear.

    This is working flawless. If it's not working for you, then delete, re-download both PQR and profile, check that you have put the abilities and rotations in the "PALADIN" folder, and the "PQR_Avery_Data" In the "DATA" folder, within PQR.


    EDIT : Confirming js1974, the rotation is simply not working on Elegon. Not tested on the others bosses. Havn't been able to tell why, it's really weird. It was working on adds there, just the boss itself causing issues.
    I did what you have told me and it still does not work...

    I have a level 90 belf paladin and still not using the crusader strike and judgement
    Last edited by triggersad; 11-04-2012 at 04:18 PM.

  6. #126
    DymondKing's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This profile will bug if you have the Exorcism Glyph to turn it into melee range. Make sure that Glyph isn't active and it will work.
    Took a bit of time to figure that out :3

  7. #127
    triggersad's Avatar Member
    Reputation
    8
    Join Date
    Apr 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ya, I removed that it works perfect, thanks

  8. #128
    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)
    love it so far, the left shift is kinda annoying but i can live with it. the latest update just messed everything up and it doesnt like to work most of the time so i reverted back to the Halloween release =D. is there any way u could add [Jade Charioteer Figurine] (Jade Charioteer Figurine - Item - World of Warcraft.) link is for the normal one!

    EDIT: also [Execution Sentence] doesnt work
    EDIT #2: it will not let me use Blessing of Kings, it just over rides it
    Last edited by paintpauller; 11-05-2012 at 09:49 PM.

  9. #129
    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 paintpauller View Post
    love it so far, the left shift is kinda annoying but i can live with it. the latest update just messed everything up and it doesnt like to work most of the time so i reverted back to the Halloween release =D. is there any way u could add [Jade Charioteer Figurine] (Jade Charioteer Figurine - Item - World of Warcraft.) link is for the normal one!

    EDIT: also [Execution Sentence] doesnt work
    EDIT #2: it will not let me use Blessing of Kings, it just over rides it


    What is wrong with left shift?

    exe works for me, bok is a dps loss, it will only use bok if you have grace of air from shamans.

    going to try to get the new update out today, will be releasing a warrior profile today or tomorrow as well, lots of people have been requesting it.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  10. #130
    wow4Supplier's Avatar Banned
    Reputation
    145
    Join Date
    Jan 2009
    Posts
    745
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Avery you are doing great job. Really and for this i wil donate! Its really good profile !
    and for the people that are saying THIS IS NOT WORKING or PUT THIS OR MAKE THIS LOW DPS etc etc
    go give 30$ for a retarded profile Dont wanna put the name here^^

  11. #131
    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
    Will add that in, also coming out with some more pvp updates soon. The leveling stuff is done.

    Not sure if it was a bug in the rotation or something, but I have no problem doing elegon in lfr/normal or garalon in heart of fear, so I might have made an error somewhere before my recent edits, will be fixed in the next update.
    I know you have put a lot of work into the setup and it's really appreciated but I would suggest dropping SoR as an AE option the seal is total garbage and you will just get more out of HoTR + DS without swapping seals. I've tested a number of times and just can't find a reason to ever go to SoR until Blizzard buffs the damage. Just my opinion on it anyway.

    For the rotation issues these are generally all related to Exorcism and Hammer of Wrath not firing, I've tried with and without glyphs I've made a number of changes including deleting the profile completely and re-downloading it. On Heroic Elegon for sure it just completely quits the rotation you have to manually use Exorcism or Hammer of wrath everything else will continue firing. I noticed this happen on multiple accounts in Heart of Fear as well. I'm not sure what is the culprit but something is and I can only assume it's either a talent or glyph issue.

    Suggestion would be to add Engineering Gloves as an ability, Personally it's just a hassle updating and having to re-add it and I'm sure a lot of Rets are still engineers with how it syncs up with ES. I'm not sure if it helps but this week I'm going to run all raids and log debug mode if this is possible so I can see the differences. I'm going to use Xelpers rotation today and see if Exo/HoW quit working based on the same exact glyphs & talents I have been using. If they don't quit working at least it will give us an idea where to look.

  12. #132
    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)
    as for the left shift just in terms of typing and other things that u need to use shift for but like i said defiantly able to live with it. =D

    our raid comp was messed up that day and i was the only one able to give out a stats buff, we did have 2 shamans and i know at least one of them was using the mastery buff so idk why it wasn't working then if that's the case.

    with the Execution Sentence i was testing it out b4 raid and i couldn't for the life of me get it to use that spell.

    another great suggestion is to have it more compatible with the PQinterface addon, maybe have it say that you are using Truth/Tv/Cs, Truth/Ds/Cs, Truth/Ds/Hotr or Sotr/ Ds/Hotr rather then ret single/aoe. but by no mean am i demanding this or anything like that just trying to give some cool ideas that u might find useful or like.

    KEEP UP THE GOOD WORK, LOVE THE PROFILE!
    -PaintPauller

  13. #133
    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)
    ok so im raiding now and found the buffing problem im having, the hunters have a mastery buff to and it overrides the sham one causing me to cast might making us loose the stats buff. =D

  14. #134
    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
    I know you have put a lot of work into the setup and it's really appreciated but I would suggest dropping SoR as an AE option the seal is total garbage and you will just get more out of HoTR + DS without swapping seals. I've tested a number of times and just can't find a reason to ever go to SoR until Blizzard buffs the damage. Just my opinion on it anyway.

    For the rotation issues these are generally all related to Exorcism and Hammer of Wrath not firing, I've tried with and without glyphs I've made a number of changes including deleting the profile completely and re-downloading it. On Heroic Elegon for sure it just completely quits the rotation you have to manually use Exorcism or Hammer of wrath everything else will continue firing. I noticed this happen on multiple accounts in Heart of Fear as well. I'm not sure what is the culprit but something is and I can only assume it's either a talent or glyph issue.

    Suggestion would be to add Engineering Gloves as an ability, Personally it's just a hassle updating and having to re-add it and I'm sure a lot of Rets are still engineers with how it syncs up with ES. I'm not sure if it helps but this week I'm going to run all raids and log debug mode if this is possible so I can see the differences. I'm going to use Xelpers rotation today and see if Exo/HoW quit working based on the same exact glyphs & talents I have been using. If they don't quit working at least it will give us an idea where to look.
    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.

    try this

    in data
    PHP Code:
    function InRange(idt)
        if 
    IsSpellInRange(GetSpellInfo(id), t) == 1 then
            
    return true
        end  
        
    return false
    end 

    in load lua

    PHP Code:
    HolyPower UnitPower("player"9
    exo

    PHP Code:
    -- Freeze Check
    if not PQR_UnitFacing("player""target"then
        
    return false
    -- Holy Avenger Check
    elseif UnitBuffID("player"105809) and UnitPower("player"9) >= 3 then
        
    return false
    -- Prevent Wrong Spell Cast
    elseif PQR_SpellAvailable(24275then
        
    return false
    -- Prevent Inq from falling off
    elseif UnitBuffID("player"84963) and select(7UnitBuffID"player"84963)) - GetTime() < 2.5 and UnitPower("player"9) >= 3 then
        
    return false 
    end    

    -- Exorcism
    if UnitBuffID("player"87138) and HolyPower or HolyPower 5 then    
        
    if InRange(35395"target") or not InRange(35395"target"then
            CastSpellByName
    (GetSpellInfo(879), "target")
        
    end
    end 

    how
    PHP Code:
    -- Prevent Freeze
    if not PQR_UnitFacing("player""target"then
        
    return false
    -- Holy Avenger Check
    elseif UnitBuffID("player"105809) and UnitPower("player"9) >= 3 then
        
    return false
    -- Prevent Inq from falling off
    elseif UnitBuffID("player"84963) and select(7UnitBuffID"player"84963)) - GetTime() < 2.5 and UnitPower("player"9) >= 3 then
        
    return false 
    end    

    -- Hammer of Wrath
    local EnemyHP 
    100 UnitHealth("target") / UnitHealthMax("target")
    if (
    UnitBuffID("player"31884) or UnitBuffID("player"53376) or EnemyHP <= 20) and HolyPower 5 then
        
    if InRange(35395"target") or not Inrange(35395"target"then
            CastSpellByName
    (GetSpellInfo(24275), "target")
        
    end
    end 
    judgment

    PHP Code:
    -- Holy Avenger Check
    if UnitBuffID("player"105809) and UnitPower("player"9) >= 3 then
        
    return false
    -- Prevents Wrong Spell Cast 
    elseif PQR_SpellAvailable(879) or PQR_SpellAvailable(24275) or PQR_SpellAvailable(35395) or UnitBuffID("player"87138then
        
    return false
    -- Prevent Inq from falling off
    elseif UnitBuffID("player"84963) and select(7UnitBuffID"player"84963)) - GetTime() < 2.5 and UnitPower("player"9) >= 3 then
        
    return false 
    end        

    -- Seal Check
    if GetShapeshiftForm() ~= 0 then hasSeal true else hasSeal false end

    -- Double Jeporady
    if switchedTargets == nil then switchedTargets false end

    -- Judgment
    if HolyPower and hasSeal then
        
    if UnitExists("focus") and (InRange(20271"focus") and not InRange(35395"focus") or InRange(20271"focus")) and switchedTargets == false then
            CastSpellByName
    (GetSpellInfo(20271), "focus")
            
    switchedTargets true
        
    elseif UnitExists("target") and (InRange(20271"target") and not InRange(35395"target") or InRange(20271"target")) and switchedTargets == true then
            CastSpellByName
    (GetSpellInfo(20271), "target")      
            
    switchedTargets false
        
    elseif not UnitExists("focus") or not InRange(20271"focus"then
            
    if UnitExists("target") and InRange(20271"target") and not InRange(35395"target") or InRange(20271"target"then
                CastSpellByName
    (GetSpellInfo(20271), "target")
            
    end
        end
    end 

    add this check in tv5/cs

    PHP Code:
    -- Return false if out of range
    elseif not InRange(35395"target"then
        
    return false
    end 

    will do my best to get the update out today, I rewrote a lot of stuff, so things are easier to update in the future without causing fps issues or slowing the profile.



    Originally Posted by paintpauller View Post
    ok so im raiding now and found the buffing problem im having, the hunters have a mastery buff to and it overrides the sham one causing me to cast might making us loose the stats buff. =D

    name of buff?


    Originally Posted by paintpauller View Post
    as for the left shift just in terms of typing and other things that u need to use shift for but like i said defiantly able to live with it. =D

    our raid comp was messed up that day and i was the only one able to give out a stats buff, we did have 2 shamans and i know at least one of them was using the mastery buff so idk why it wasn't working then if that's the case.

    with the Execution Sentence i was testing it out b4 raid and i couldn't for the life of me get it to use that spell.

    another great suggestion is to have it more compatible with the PQinterface addon, maybe have it say that you are using Truth/Tv/Cs, Truth/Ds/Cs, Truth/Ds/Hotr or Sotr/ Ds/Hotr rather then ret single/aoe. but by no mean am i demanding this or anything like that just trying to give some cool ideas that u might find useful or like.

    KEEP UP THE GOOD WORK, LOVE THE PROFILE!
    -PaintPauller


    if you can get me a link to the thread/addon I will add that in
    Last edited by averykey; 11-07-2012 at 08:48 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  15. #135
    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 paintpauller View Post
    love it so far, the left shift is kinda annoying but i can live with it. the latest update just messed everything up and it doesnt like to work most of the time so i reverted back to the Halloween release =D. is there any way u could add [Jade Charioteer Figurine] (Jade Charioteer Figurine - Item - World of Warcraft.) link is for the normal one!

    EDIT: also [Execution Sentence] doesnt work
    EDIT #2: it will not let me use Blessing of Kings, it just over rides it
    add

    if not IsMounted() then

    end

    over the combat switch, you can mount and it wont switch or spam seals.
    Will be included in the next update
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

Page 9 of 17 FirstFirst ... 5678910111213 ... 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 05:35 PM. 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