Is there anything I should be adjusting in the new slam arms rotation if you have the 4piece set for t13?
can someone pls help me for frost pvp profile?
@XHelper with the new patch probably being released Tuesday or a week from now. Where would we go to get the new offset number in our files? This way you don't have to feel rushed to get the new one out. I think posting a simple procedure for everyone (unless you've done that in here?) would help greatly. Thanks again!
The "problem" with Fire script isnt gear tbh. The difference between a good fire DPS and imba is how you use Combustion.
Sheruns script checks if all DoTs are on target and then cast combustion. It doesnt check if the dots (LB, Ignite and Pyroblast) are big. So basically if you unlucky the combustion can tick for just 6K or if you lucky it can tick for 30K.
My solution was to take combustion from rotation and cast it manually with help from a addon.
Hello again chums, heres a new puzzle for your noggins.
Feral PvP being as OP as it is right now, I thought I would work on some of the more advanced pvp options. Currently I am using GRB's Feral PvP / ARENA (i think thats the correct person, apologies if it wrong, please correct me) and it works splendidly. However I find myself in need of more cc control, for example Roots / hibernate.
Now, I want to modify the current Cyclone Ability found in this profile to include these 2 new abilities, with keys to trigger each one. For example, if you hold down left control you will cyclone your focus, right control to roots and left alt to hibernate. Of course the keys are just used as examples they could be changed around to which ever is easiest to code.
This would also remove the auto cyclone and provide some extra control, which is always nice at higher level arenas. I currently have macros working with the left shift key (as this pauses the rotation), but I wondered if anything more automatic would be available. Perhaps even toggling between the different cc's to cast on the focus.
Ideally, you would want something that checked if the target had DR on cyclone and rooted / hibernated them instead, dependant on class of course.
Apologies for the wall of text.
Thanks you guys. +rep to any helpful responses.
here is the current cyclone ability found in the profile for taking a look quickly:
local _, _, _, PS = UnitBuffID("player", 69369)
local inRange = IsSpellInRange("Cyclone", "focus")
if PS ~= nil and inRange == 1 and PQR_IsOutOfSight(focus) == false then
return true
else
return false
end
Last edited by Cahonez; 01-22-2012 at 10:20 AM.
Couple things with fire. It is very depending on good crit RNG.
Next thing the key is getting good combustions. The profile does ok but sometimes will combust a pretty low ignite. I just changed it so you hold left control to activate combustion so I can trigger it at the best time. Not only to get the best combustion but to use it at the best time if there are boss debuffs or trinket procs or timewarp or something. Other tricks are things like combusting at the right time then use the impact to spread to adds. This is how you see high dps on yorsaj for example.
The profile is fine and does the correct rotation. If you want to rank in dps somethings its just best to do manually like timing of combustion or else the profile would need to be made incredibly complex with many checks for every possible boss situation.
I have sent Sheuron this message to get mouseover into the fire script.
But im pasting it here also so if there are anyone that can make the script recognice how many LB is up so we dont remove a LB.
Cause my code works but it cant know how many LB is up and since we just can have 3 it will overwrite if you happen to mousover something.
"
Was thinking adding a mouseover Living bomb to your Fire mage script
The problem is that you can just have 3 LB active.Code:Code: if UnitExists("mouseover") and IsSpellInRange(tostring(GetSpellInfo(44457)), "mouseover") and not UnitDebuffID("mouseover", 44457, "player") then return true end
Im not that good with Lua but is there anyway to check if there is already 3 Living bombs active ?"
Thats a good idea, however,i already changed that code, to cast also healing touch on one of your party member if they hp is low and you cant cyclone focus.
I need a few more hours per day to do changes on all my profiles, since that not possible, some profiles are staying behind. but i will update them when i have time.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
some one can explain to me why use trinket no work on pvp frost setup?
most likely because it would use ur pvp trinket then on cooldown ? :P
no its not in cooldown for sure