Avery Ret Profile menu

User Tag List

Page 5 of 17 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 245
  1. #61
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah already reported that js, think will be fixed in the new version : ).

    Avery Ret Profile
  2. #62
    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)
    PHP Code:
    --solo pvp check
    local PlayerHP 
    100 UnitHealth("player") / UnitHealthMax("player")
    if 
    not IsInInstance() or IsInInstance() and select(2GetInstanceInfo()) ~= "raid" then
        
    if PlayerHP <= 70 then
            
    return false
        end
    end 
    Yes this looks like it's an instance/solo check and use wog if not in an instance.

  3. #63
    redev1's Avatar Private
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Found rotation stop bug, caused by Mass Exorcism glyph and that chunk of code:
    Code:
    -- prevents wrong spell cast ret
    if (select(2, GetSpecializationInfo(GetSpecialization()))) == "Воздаяние" then
    	if PQR_SpellAvailable(879) or PQR_SpellAvailable(24275) or UnitBuffID("player", 87138) then
    		return false
    	end
    end
    PQR_SpellAvailable(879) change to PQR_SpellAvailable(122032)

    Also:
    thats a talent: Divine Purpose - Spell - World of Warcraft
    and thats a buff: Divine Purpose - Spell - World of Warcraft

    u should replace all 86172 to 90174 to use TV/DS/INQ on DP buff procs.

    bloodlust/timewarp ownage:

    PHP Code:
    if UnitBuffID("player"80353) or UnitBuffID("player"90355) or UnitBuffID("player"2825then
        local GoAk 
    GetSpellCooldown(86698)
        
    local AW GetSpellCooldown(31884)
        if 
    GoAk == 0 then
            CastSpellByName
    (GetSpellInfo(86698), "player")
        
    end
        
    if AW == 0 then
            CastSpellByName
    (GetSpellInfo(31884), "player")
        
    end
        
    if GetInventoryItemCooldown("player",13) == 0 then
            UseInventoryItem
    (13)
        
    end
    end 
    Last edited by redev1; 10-06-2012 at 09:26 PM.

  4. #64
    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)
    Having problems with my modifiers right now, I fixed a ton of stuff and it's almost working.

    Trying to sort out the best way to do all 4 rotations in 1 while still having working seal switching/buffing if no seal

    Right now it will switch between

    Truth/Cs/Tv
    Truth/Cs/Tv
    Truth/Hotr/Ds -- sometimes works
    Sotr/Hotr/Ds -- problem

    Curse blizz for shitty balancing on our skills :O

    The dps increase is huge switching between these with modifiers.

    at 89
    Doing like 60k~ singletarget in greens and ds gear
    and 80k+ aoe in greens and ds gear


    edit: ^ I will do some testing with divine purpose, it seems to use the procs now I think? But if it doesn't I will switch the ids around.

    The check for bl/tw/hero/otherbufflol for popping cds

    I think I will add it in, you only pop those buffs ^ at times when people can get off cds and use them effectively, well most of the time. lfr guy, I think I will pop hero when the boss has 5% health left >.>; I will probably add in a check for boss health to prevent waste of cds? Let me know what you guys think.
    Last edited by averykey; 10-07-2012 at 12:50 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #65
    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)
    So Avery are you going to hold the update until complete, or is it the current version when updating through PQR? Thanks again for all your efforts.

  6. #66
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Avery, awesome profile so far!

    I have two requests. First, how would I go about modifying the WOG ability so it will check and heal my party as well as myself? Second, could you add an option for Selfless Healer with the same checks?

    Thanks!

  7. #67
    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)
    After killing Eregon tonight Exorcism and Hammer of Wrath both hang on the boss if you use the ability the rotation picks back up but there is something that causes those 2 abilities to continually hang up.

  8. #68
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Avery is WoG in your PvE rotation? I seem to notice is going off. It shouldn't been in it.

  9. #69
    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 bauwoo View Post
    Avery is WoG in your PvE rotation? I seem to notice is going off. It shouldn't been in it.
    If you check you will see the wog code checks to see if you are in an instance and does not heal if you are. So it works great for soloing but has no effect in raids.

  10. #70
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It goes off in raids hence why I mentioned it.

  11. #71
    Bouter's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    29
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @averykey I realy love your profile.
    But i have some problems with it.

    When i put my major glyphs in the slots your profile stops working? ( also tryed sheepmoons profile and his also stops working)

    I disabled all my addons and it still wont work.
    Only if i remove all my major glyphs it works again.

    Please help me

    Regards
    Bouter

  12. #72
    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 Bouter View Post
    @averykey I realy love your profile.
    But i have some problems with it.

    When i put my major glyphs in the slots your profile stops working? ( also tryed sheepmoons profile and his also stops working)

    I disabled all my addons and it still wont work.
    Only if i remove all my major glyphs it works again.

    Please help me

    Regards
    Bouter
    Which major glyphs are you using?

  13. #73
    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)
    Have you updated recently or is your double jep code updated in the download?

  14. #74
    Bouter's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    29
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by js1974 View Post
    Which major glyphs are you using?
    I just put my glyphs in Yesterday and than the trouble begins.

    I have [Glyph of Mass Exorcism] [Glyph of Double Jeopardy]and[Glyph of Divine Storm]

    I tryed them seperatly and togetter but it wont work?

    Please help ^^

  15. #75
    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 Bouter View Post
    I just put my glyphs in Yesterday and than the trouble begins.

    I have [Glyph of Mass Exorcism] [Glyph of Double Jeopardy]and[Glyph of Divine Storm]

    I tryed them seperatly and togetter but it wont work?

    Please help ^^
    The issue is with Mass Exorcism, Try to avoid using it for now we have been working on a fix for it but it's not quite there yet.

Page 5 of 17 FirstFirst 123456789 ... 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 08:33 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