it will return 0 for stealthed druids, ok? breaking your own stealth to reveal enemy stealther is stupid;/I would add a 'if IsStealthed('player') then' to druids
EDIT: Sorry, it was not actually working in arena. Try the latest update.
it will return 0 for stealthed druids, ok? breaking your own stealth to reveal enemy stealther is stupid;/I would add a 'if IsStealthed('player') then' to druids
EDIT: Sorry, it was not actually working in arena. Try the latest update.
Last edited by RedRussian; 06-04-2013 at 12:38 PM.
Was just looking over your list of stealth-breaking abilities, and I'm not sure if this is common knowledge or not. But as a DK, if you have gorfiends grasp, you can break stealth up to 25 yards. At max range (30) yards it has no effect. This has been tested by my Rbg/Arena crew. It works in Rbg's, Arenas, and Duels.
Just thought you might want to test/add this to your list.
I think that gorefiend grasp should be used manually. Anyways you can't see a stealthed rogue at 25 yards so my profile won't help.
if IsStealthed('player') then
return 49376 --Wild Charge
This is what I would use for druids
Since I'm using Cokx profile, It will auto pounce them instantly.
Last edited by xLegendx; 06-06-2013 at 12:57 AM.
Wild Charge doesnt take you out of stealth, at least it didnt in 5,2
Don't know what I was thinking, hunter should use mark.
Do or Die
[PQR] Monk Mistweaver
Arcane shot is better because it breaks stealth.
A small update: code cleanup (no excessive use of string.match) and slightly improved logic.
can anyone explain me how do i create a new ability in a profile so that i will be avaiable to use this code?
do i have to copy the whole code or just from bg/rbg updown?
Read pqr's main thread, I've posted a link in the original post.
You need to:
1) download pqr
2) attach it to wow
3) open rotation editor (middle button)
4) create a new profile, create a new rotation, remove "execute only in combat" tick and press "save"
5) open ability editor (right button), create a new ability and paste the whole code there
6) open rotation editor again and drag your newly created ability to the right
It's explained in PQR's thread pretty well.
Message: [string "if PQR_Addon_Loaded == nil then..."]:765: attempt to call field '?' (a nil value)
Time: 06/09/13 10:38:21
Count: 61
Stack: [string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: rotationNumber = 0
nextAbility = -1
playerChanneling = false
(for index) = 0
(for limit) = 1023
(for step) = 1
i = 0
spellID = 0
skipUnknown = true
(*temporary) = nil
(*temporary) = "attempt to call field '?' (a nil value)"
Errors of this kind usually indicate syntax errors in the code you try to run. I've just reuploaded the code from my own profile, it was 100% working in bgs today - try it.
Please check other parts of your own profile for syntax errors - perhaps they are the reason.
ya i derped figured it out^^, hey is there any way to test this, doesnt seem to be working in a duel, (rogue vs rogue)