Thanks for the feedback guys, I'll look into the things you've mentioned and hopefully update in the next day or so, just need to get some time to play !
Thanks for the feedback guys, I'll look into the things you've mentioned and hopefully update in the next day or so, just need to get some time to play !
What is the command to bring up the pqi profile editor?
it should load up when you activate the profile or right click on PQI and click rotation config I think it is. if it doesnt come up make sure you have the data file in the right place and the latest version of PQI
Racials are currently only supposed to go off under heroism, I can switch them to the auto CDS if people want them in there.
I'm looking into the CDS dropping totems after ascendance
Last edited by Mavmins; 06-16-2013 at 02:49 PM.
FYI Mav you were correct my pqinterface was outdated.
this is what ive been using lately to drop totems before ascendance.
Functions needed
Code:PHP Code:
--Amount of Cooldown that remains--
function cdRemains(spellid)
if select(2,GetSpellCooldown(spellid)) + (select(1,GetSpellCooldown(spellid)) - GetTime()) > 0
then
return select(2,GetSpellCooldown(spellid)) + (select(1,GetSpellCooldown(spellid)) - GetTime())
else
return 0
end
end
PHP Code:
local Ascendance = UnitBuffID("player", 114050)
local AscendanceAvil = PQR_SpellAvailable(114049)
--Ascendance
if not Ascendance
and AscendanceAvil
and cdRemains(2894) > 2 --Fire ele
and cdRemains(120668) > 2 then --Stormalsh
CastSpellByName(tostring(GetSpellInfo(114049)))
end
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Can we get a button to do CD's? Like cpoworks PQI has a thing at the bottom like, rc = blow all CDs and a way to switch how AoE works, instead of a toggle on/off, a hold down shift to use?
Parsed on the following using this:
Durumu 25HC - top 100
Primordius 25HC - top 50
Dark Animus 25N - top 20
Iron Qon 25HC - top 40
Twin Consorts 25HC - top 50
//note. those parses were on a 536 ilvl Ele Shaman w/ 4pc and no legendary meta.
Last edited by Zoinx; 06-16-2013 at 09:59 PM.
I've used a different set of checks for the totems during Ascendance but it seems to be working
I've also added a check to make sure Flameshock has >=15s remaining when Ascendance starts so we don't lose a GCD recasting Flameshock - so if you notice the profile not immediatley using Ascendance its because its waiting to refresh Flameshock before it fires off.
Racials are now set to go off under CD or under Heroism
By default the Offensive CD toggle will blow whatever Cooldowns are available and the status in PQI will say SINGLE TARGET MODE - USING OFFENSIVE COOLDOWNS
I'll think about the holding down key to AOE but i prefer the toggle personally. I'll see how I can implement both options.
Update should be coming out tonight with these features (thats EU tonight, not US)
Isee for the CD's it says blow them when Heroism is popped, well that great, unless we are saving Hero for the last 30% and I need to blow all my CD's (including 3 min ones) twice before that Hero phase comes up. Is there a way to implement like, hold RC down (can be changed in PQI) and it:
Checks that Flameshock has >18 secs (this is because of all the GCDs we will blow prior to popping Ascendace)
Pop Fire Elemental
Pop Racials/Professions/On-use trinkets/engineer sprockets, etc.
Pop Stormlash (I prefer this manually, but some people might want it in there)
Pop Ascendance
You misunderstand. Only racials were set to go off under heroism which was from my warlock profile, when I push the update they will go off under the CD toggle as well.
When you set a key in PQI to 'Offensive CD Toggle' it will already drop fire elemental totem (or earth elemental totem if fire one is on CD for >1min), drop stormlash, cast ascendance. You dont have to hold it down, it will cast them wnever they are available. Check the PQI status text and if it says 'USING OFFENSIVE COOLDOWNS' the profile will activate them every single time they are available
Changes look perfect Mavmin! really looking forward to trying it out !
1.2 Added racials to USECDS toggle
Ascendance should only pop after FIRE / STORMLASH
Ascendance only pops with >=15s on FSHOCK
FSHOCK won't refresh during Ascendance
I can't check racials so let me know how you get on, im working on some other stuff like the hold down AOE alternative and some other bits and bobs.
Date: 2013-06-17 22:00:06
ID: 4
Error occured in: Global
Count: 128
Message: [string "local TOT1, TOTNAME, startTime, duration = ..."] line 19:
attempt to call global 'totemDistance' (a nil value)
Debug:
[C]: totemDistance()
[string "local TOT1, TOTNAME, startTime, duration = ..."]:19: ?()
[string "if PQR_Addon_Loaded == nil then..."]:765: PQR_NextAbility()
[string "if PQR_Addon_Loaded == nil then..."]:534: PQR_ExecuteRotation()
[string "if PQR_Addon_Loaded == nil then..."]:287:
[string "if PQR_Addon_Loaded == nil then..."]:214
get this error after updating