Just reuploaded 1.1.1 with support for pre-cata clients and the offsets for 3.3.5a. (12340) No upgrade is necessary if you already updated to 1.1.1 and have no plans to use it on an emulator.
If you post rotations for older versions of WoW make sure you explicitly state that they are for older versions. Remember, back in 3.3.5 spells had multiple ranks. Make sure you are casting the proper spell ID, and not a lower rank.
---------- Post added at 05:14 PM ---------- Previous post was at 04:38 PM ----------
Lichborne
Spell ID: 49039
Code:
Code:local debuff = { 10326, 8122, 2094, 5782, 5484, 6358, 5246 } local _, wotfDuration = GetSpellCooldown(7744) if wotfDuration ~= nil and wotfDuration > 3 then for i,v in ipairs(debuff) do if UnitDebuffID("player",v) then return true end end end
Last edited by Xelper; 12-26-2011 at 05:25 PM.
hei,
i have 2 little questions,
first: is there a profile fĂŒr ARMS warriors in PvE/PvP that is running with client 4.3, becaus i have the old profile anywhere and cant find it any more......
and the sec question is, at sheurons Fury profile, every time i will start it, the prog is doing nothing, but all other profiles are running, in example the warri prot profile, and with the fury profile its only casting battle shout and thats it.....i have the same skills like theres in the readme and done all how it says in the profile and the forum, but i cant find anything....
im using the german client, the newest pqr and the newest profiles, its all up to date, but its not running with arms or fury....
i hope someone could help me, and sry for the bad english, im not so good in writing this language^^
greetz
Tested out the fire mage profile and it starts out well until pyroblast procs then it just stops just a heads up
Thanks a ton Crystal. Yes I am using your profile but edited with the pause taken out so that it doesn't give me trouble attacking anything like tentacles and such. Gave you rep for the help.
here is what i am using for my Inner Rage. If you can clean it up or improve it in anyway plz do so.
Name: Inner Rage
Spell ID: 1134
Cancel Inner Rage @ <= 20Code:local DCs, DCx = GetSpellCooldown(85730) -- Deadly Calm local DCcd = (DCs + DCx - GetTime()) local DC = UnitBuffID("player", 85730) -- Deadly Calm local Inc = UnitBuffID("player", 86627) -- Incite local CS = UnitDebuffID("target", 86346,"PLAYER") -- Colossus Smash local unithealth = 100 * UnitHealth("target") / UnitHealthMax("target") local rage = UnitPower("player") if DC==nil and DCcd>15 and ((rage>=75 and unithealth>=20) or ((Inc~=nil or CS~=nil) and ((rage>=40 and unithealth>=20) or (rage>=65 and unithealth<20)))) then return true end
Name: Inner Rage X
Spell ID: 0
Added Deadly Calm and Recklessness to Execute (buff deadly calm = up or buff recklessness = up) return trueCode:if UnitPower("player") <= 20 then RunMacroText("/cancelaura inner rage") end
Code:local unithealth = 100 * UnitHealth("target") / UnitHealthMax("target") local _,_,_,count = UnitBuffID("player",90806) local DC = UnitBuffID("player", 85730) -- Deadly Calm local Reck = UnitBuffID("player", 1719) -- Recklessness if unithealth<20 then if count~=5 or UnitPower("player")>65 or DC~=nil or Reck~=nil then return true end end
Last edited by ishtro; 12-26-2011 at 10:21 PM.
Awesome bot, Holy priest and Prot/Ret Paladin profiles are great, just did some LFR with my ilvl 375 pally and smashed the dps charts.
Gonna try this for my holy priest soon, also worked great with my frost dk in LFR![]()
Resto ONYA_resto crashes WoW on Warmaster Blackhorn. Other than THAT fight, it seems to work flawlessly and is my preferred Resto PvE profile.
Edit: Crashes on the back of Deathwing as well. Not sure why. Anyone have a way to fix these crashes?
Last edited by larrybyrdy; 12-27-2011 at 05:19 AM.
Perhaps due to moving function does not work in those boss fights? He is looking at positioning for chain heal and i dont think it is working in those fights.Resto ONYA_resto crashes WoW on Warmaster Blackhorn. Other than THAT fight, it seems to work flawlessly and is my preferred Resto PvE profile.
Edit: Crashes on the back of Deathwing as well. Not sure why. Anyone have a way to fix these crashes?
one of you could edit the profile, the clicks of feral Ravage when the second T13 set bonus procs please ??