This is working on all languages. Just edit first ability on your rotation and add this code to the top.
Code:local egg = GetItemInfo(45072) local gotloot = GetNumLootItems() -- Auto open eggs if GetItemCount(45072) > 0 then UseItemByName(egg) end -- Auto use basket for extra run speed --if GetInventoryItemCooldown("player",17) == 0 then UseInventoryItem(17) end -- Auto pick closer eggs if GetUnitSpeed("player") == 0 and not UnitCastingInfo("player") and gotloot == 0 then InteractUnit(egg) end -- Auto loot if gotloot > 0 then for i = 1,gotloot do LootSlot(i) end end
Last edited by sheuron; 04-08-2012 at 05:13 AM.
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Hey guys,
Yeah, what I meant is Combat Rogue PvE rotation/profile, not spec >.< So, Sheurons or Blinded's profile for DS?
Cheers!
I have a question regarding the Nova Arms warrior PvP rotation.
The spell reflect function is not working too well for me. I have followed the instructions and entered my weapon and shield names in both places. However what seems to happen is that I will switch to 1H + shield and cast spell reflect but immediately switch back to 2H which removes the spell reflect buff from me. Is there a way to stop this from happening?
Shake Your Bunny-Maker
Spam clicking in AV.Code:if UnitLevel("target") >= 18 then for i=1,GetAchievementNumCriteria(2422) do local target = UnitRace("target") local sex = UnitSex("target") local race,_,complete = GetAchievementCriteriaInfo(2422,i) if target == race and sex == 3 and complete == false then UseInventoryItem(16) end end end
Last edited by deadpanstiffy; 04-08-2012 at 06:35 AM.
I launch PQR as admin, attach my priest to the process and use Nova's Shadow Priest rotation and abilities.
I switch to WoW and activate the rotation with ALT+X, but it won't start. Any thoughts? I noticed that no abilities are present in the ability editor.
In the rotation editor there are spells present in the "Current Abilities" tab, but when I switch them over to the "Available Abilities" tab, they get removed; from both of the tabs.
Any help? Could someone give me a mirror of Nova's shadow priest rotation and abilities or something like that?
@xelper: i may understand PQR need admin priviledges to read game memory but, why PQR updater need it too?
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Is there anything I could add in an ability that would make me (druid) shapeshift automatically to cat/bear when attacked?
This would be great if you're fishing and someone decides to attack you. Maybe even switch to 2hander-weapon as well if its possible. Sounds really lazy because you could just keybind it, but the thing is PQR reacts faster than most people so hence it would be helpful for some people I think.
On second thought, this might be bad if you're tanking a dungeon and it wants to flip you to catform.
But on the other hand then I would just edit the ability shift into bear instead of cat for that purpose
Last edited by Ninjaderp; 04-08-2012 at 11:20 AM.
local stance = GetShapeshiftForm("player")
If stance ~= 1 and if UnitAffectingCombat("player") ~=nil then //bear form
RunMacroText("/console Sound_EnableSFX 0")
CastShapeshiftForm(1)
RunMacroText("/console Sound_EnableSFX 1")
end
3 am pretty basic could also just use a SPELL ID for bear form as well and rreturn true, 3 is cat form btw instead of 1
omgosh i love playing Wind Walker.... if i find a guild letting me play them, im definitely playing them legitOriginally Posted by bu_ba_911these guys are a blast
Well I pretty much finished coding Wind Walker today lol. Leaving pretty much all the CD's on Manual Cast only (i prefer is that way)
I got AoE coded in, and single target seems to be running flawlessly
I may add in a Tiger Statue at mouseover location and Modifier eventually, but for now it's not in.... Report back how u guys like it![]()
@buba
i have to say that i like your old blood tanking profile more than the nova one i dont really know what is different but i like for instance that i can pause the profile with left shift. also my selfhealing is much bigger with your old one than with the nova one.
i also like to have a shortcut button for death and decay on mouseover dont really care which key does what but the pause button is really nice since in hardmode tanking you have to react depending on the situation that occurs with stuff that you cant forsee. also it made popping dancing rune weapon much easier xD
what i noticed was that when useing the death and decay function it clears my targeting, i dunno if this is intended but you might look into bbamasterfrost profiledunno what he did there but the mouseover function for dnd is pretty neat
Last edited by Weird0; 04-08-2012 at 01:43 PM.
....... my profile came long before boss's.... I update my pvp profile lol.... in mists there will be no stance dancing so I'm not going to even both updating bosses since his works fine. I'll do mist warrior dps though if he doesn't come back, I've already started the rotation making for it
Sent from my Xoom using Tapatalk