Sure feels like your getting close Avery. I look forward to it.
Sure feels like your getting close Avery. I look forward to it.
Whats the news on the ret PVP profile? Havn't seen any updates on it for a while.
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
@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
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.
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
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.PHP Code:
-- Check Cooldown info
local _, Cooldown, Ready = GetInventoryItemCooldown("player",10)
-- Check Cooldown and Combat status
if Cooldown == 0 and
Ready == 1 and
UnitChannelInfo("player") == nil and
UnitAffectingCombat("player") ~= nil
then
UseInventoryItem(10)
return true
end
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.
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/
Just did a small fix to inq handling, should be better.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
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
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/
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 itmaking it default would be better.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/