-
Elite User
Originally Posted by
BHLDepression
someone should make a subelty level 19 twink rouge rotation! -cough- bubba :P
lol i had one when i was lvl 19
but when i leveled i progressed the rotation past that XD
it was pretty much stealth around then attack attack evicerate/stealth whenever possible
-------
Originally Posted by
imdasandman
or take a sub lvl 85 rotation and only leave in the abilites a lvl 19 rogue has... It is not that hard.
taking an 85 profile and making a 19 out of it is a little more difficult than u think... it's easier to just level up some1 and finding the best way to use the profiles that they have to make a profile than removing and editing a 85 profile into 19
^0^Team Nova's PQR NCC ^0^
If you think someone did something good, take the time to show your appreciation!
-
Corporal
Originally Posted by
sheuron
Profile updates, package includes:
Mage (Frost PvP, Fire PvE, Fire PvP, Arcane PvE)
Priest (Holy PvE, Discipline PvP)
Hunter (MM PvE, Survival PvE)
Warrior (Protection PvE, Fury PvE)
Rogue (Combat PvE, Subtlely PvP)
Death Knight (Frost PvP)
Shaman (Elemental PvE)
xeron280112PQRProfiles.zip
New elemental shaman profile features:
- Self buff & manage totems
- Soft AoE (3-4 mobs)
- Heavy Aoe (5+ mobs)
always love your profile...can you help me with the shaman profiles...i want it to cast FS on the focus target when possible...thx for helping !
-
Member
Anyone able to do a lvl 70 Blood DK PVP Rotation or Frost DK pvp rotation, the current frost pvp rotation doesnt work at that level nor can i make it to work, would be greately appreciated
-
Corporal
Originally Posted by
Bossqwerty
I'm working on changing it up a little bit, the simcraft "rotation" didn't really translate well into pqr I believe. I think it's missing too many TFB procs but I have it set up the exact same way simcraft does so I'm not sure. I'll be tweaking it a bit and releasing a new version today or tomorrow most likely.
Can u add HOT BUTTON to switch HeroicStrike/Cleave?
-
Member
Btw about Heroic Leap... problem was one "end" missing. So code is:
local _,HLeap = GetSpellCooldown("Heroic Leap")
if HLeap == 0 and IsLeftControlAltKeyDown() and GetCurrentKeyBoardFocus()==nil then
CastSpellByName("Heroic Leap")
if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end end
-
Active Member
can some one help me with this warrior profile.
PVP and PVE warrior.rar
It disarms people that got a certain buff eg wings and so on. But if I switch target and he got a buff up so the bot will disarm, it just keeps stance dancing coz it thinks it can disarm again, even tho its on CD :/
Hope someone can help me
-
Corporal
- Tested Fire and Arcance rotation in LFR with Ilvl 383 gear.
Raid n°1 : 25k (fire) and 24k (arcane)
Raid n°2 : 20K (fire) and 21k (arcane)
I didn't have any problem with rotations though AoE rotation ain't really hurting the mobs in LFR 
- I also tested Paladin protection spec (AoE rotation).
I easily become "oom" if I keep the 2 AoE.
- Dk frost rotation is really nice! I tell you later how much dps I do with it in LFR.
Last edited by couky; 01-29-2012 at 07:25 AM.
-
Contributor
Originally Posted by
bu_ba_911
if you tell me exactly what needs to be changed/added in mine, i could probably do it pretty quickly
your frost profile is still flagged as 4.2 for me, where there no changes or do i only messed up the profile download and have the old one ?
-
Member
also, has there been a resto shaman rotation with smart totem management? rather than using 4 predetermined totems that may or may not already exist in the raid, it should look at buffs and fill in the gaps when possible.
-
Banned
people please let the normal profile for cat pve
-
Member
@Bossqwerty, How's the progress on BossD6 going? After running FL with it I managed 43k on rag.. so pretty sure it's safe to say its a clear improvement dps-wise but I still think the "stalling whilst in zerker stance and spamming skills" is a problem, it's actually making me rage hungry just like in Fury.. Should look into it.
Also can you try make it work if you're in combat only? Helps a lot in raids specially when tank gives you a countdown for initial pull and the bot just smashes out our rage moves 5-10 seconds before tank even starts :s
-
Knight-Champion
WARNING!! The scripts below may cause extreme lazyness
Auto loot archaeology finds
Code:
local gotloot = GetNumLootItems()
local race = { "Dwarf", "Draenei", "Fossil", "Night Elf", "Nerubian", "Orc", "Tol'vir", "Troll", "Vrykul" }
if GetUnitSpeed("player") == 0
and not UnitCastingInfo("player")
and gotloot == 0
then for _,v in ipairs(race) do InteractUnit(v.." Archaeology Find") end end
if gotloot > 0 then for i = 1,gotloot do LootSlot(i) end end
Auto gather herbs (combine with tauren druid for faster gathering experience)
Code:
local gotloot = GetNumLootItems()
local herb = { "Whiptail", "HeartBlossom", "Twilight Jasmine", "Azshara's Veil", "Cinderbloom", "Stormvine" }
if GetUnitSpeed("player") == 0
and not UnitCastingInfo("player")
and gotloot == 0
then for _,v in ipairs(herb) do InteractUnit(v) end end
if gotloot > 0 then for i = 1,gotloot do LootSlot(i) end end
-
Post Thanks / Like - 1 Thanks
bynike (1 members gave Thanks to sheuron for this useful post)
-
Member
Originally Posted by
LtButterman
@Bossqwerty, How's the progress on BossD6 going? After running FL with it I managed 43k on rag.. so pretty sure it's safe to say its a clear improvement dps-wise but I still think the "stalling whilst in zerker stance and spamming skills" is a problem, it's actually making me rage hungry just like in Fury.. Should look into it.
Also can you try make it work if you're in combat only? Helps a lot in raids specially when tank gives you a countdown for initial pull and the bot just smashes out our rage moves 5-10 seconds before tank even starts :s
About rage problems... i felt it a bit also today... like when in need to pop bladestorm... and not having rage.
About working only in combat, if your tank gives pull timer, just activate rotation when he is about to pull.
But in general, this is a really amazing profile!
Would love to see even half as good profile for prot.
Last edited by smrdlja; 01-29-2012 at 11:25 AM.
-
Member
Originally Posted by
smrdlja
About rage problems... i felt it a bit also today... like when in need to pop bladestorm... and not having rage.
About working only in combat, if your tank gives pull timer, just activate rotation when he is about to pull.
But in general, this is a really amazing profile!
Would love to see even half as good profile for prot.
Yeah but it would help in dungeons too.. I just liked the fact you had to engage for it to activate, specially with dummies.
-
Member
Any updates on this new Spriest profile?
Originally Posted by
Sheepmoon
Shadow PVE with 4pc rotation
Opening rotation does mind spike + mind blast rotation if shadowfiend and archangel is out of synch later in the fight just switch to normal pve rotation. Don't wait more than 30 seconds for them to line up or it is a dps loss.
PVE rotation mostly mentallys work, has focus target multi dotting etc. You need to edit the VT and DP buffed refresh code if you don't have tailoring and engineering.