Sheuron your holy profile is godlike, i have a question tho...how do you do at Chimearon ? =P
Sheuron your holy profile is godlike, i have a question tho...how do you do at Chimearon ? =P
ok i just had to restart wow
I usualy disable rotation on trash before chimaeron to warm up.
I think i found the way to save some mana on raids. replace Holy: Renew with this code:
Will only use renew if target is tank or Chakra Sanctuary is activeCode:local mytarget = 100 * UnitHealth("target") / UnitHealthMax("target") if mytarget < 95 and UnitBuffID("target", 139) == nil and (UnitGroupRolesAssigned("target") == "TANK" or UnitBuffID("player", 81206)) then return true end
If only there was a way to cast Hunters mark on targets that have been switched to itll cast it on the first target you select but when you select another it just keeps on with the rotation not casting it again.
Huh..The delay is 0 idk..But when i switch targets it starts as if hunters mark isnt even there and goes on casting everysingle other spell lol
sheuron
The bot still useing by it self the trinket.
In last update u added it the rotation editor,i've removed it but PRQ still useing it.Tell me please,how to disable it?
I'm aware. The reason I say that is: when you usein an always true ability, it causes you to spam attack everything in sight, which defeats the purpose of a rotation bot, and is highly annoying. Using it inside a conditional means it's not going to go 'rambo'. So while the actions in essence does the same thing, that trick keeps people's minds on putting it in abilities with conditionals. Savvy?Code:/startattack
For druids
Is it posible to cast Lifebloom on focus and recast it if its not 3 stack or 3 sec left on it.
and when you are in treeoflife form it should cast on every body ?
Sorry this was my bad - some people were trying to do some stuff that we didn't want and I had to censor some stuff, unfortunately I messed up and censored rune instead of the sentence that should have been censored - in which rune was part of.
It should be fixed now, sorry for ANY INCONVENIENCE THIS HAVE CAUSED... PURELY MY FAULT
ON TOPIC: THIS thread is awesome - The members from the OwnedCore community is really working together and helping eachother out. I have gone through some of the last pages and added rep to some of you that are helping as that is what we really want to see and I hope we will see you in the shoutbawx soon. Great tool xelper 35 rep from me.
Is hunter's mark high up in the rotation list? Are you MM with marked for death, because it will not put up hunters mark if marked for death procs.
---------- Post added at 12:03 PM ---------- Previous post was at 12:00 PM ----------
Xelper do you have any ideas on this one?Any suggestion on how to code a range check for pets. Basically I want to bot to skip using kill command if the pet is not in range of a target. When I use the current BM rotation in pvp, it someone sticks and just attempts to use kill command while the pet is chasing a target, but the pet is not in range so kill command doesn't go off.