I think I got something that works. And, simply doing that bit has made the way this functions a bit easier to understand what is going into making profiles (definitely rep people that make awesome combat profiles, because its no cakewalk from what i can tell). Massive thanks to everyone, and for those who look at my rotation (that is to say, the one I set up for people using Sheuron's generously shared code) send some rep to him, since I jsut pasted it in. be sure to runa round and stop near any eggs. Happy Noblegarden!
is there anyway to add delay on the auto interrupter, seems kicking at 0.1 is to obvious
thx alto kaolla, also i love your profile!!!
Guys, you who are raiding HCmode DS and do it as a bear-tank. What profile here do you use? I just got my computer back and installed PQR and I miss some druidprofiles like Xelpers Xeurons Googlebee's. Using Gabbz now which works awesome, but Im just curious of what other people use ^^
Help! Mentally's shadow rotations aren't working on my level 82 spriest. I put all the stuff into the data/profile folders, everything seems to load nicely but then it doesn't cast anything! Doesn't matter if I am in combat or out of combat.
Thanks in advance
What Resto Shaman's profile is the best?
Same here, I plan to try Sheuron's some more, but currently only been using Onya
Sugestion for Sheuron, for your resto shaman. I saw on your druid one there is an option to target or mouse over a player and it will focus heals on that person and ignore others.
Would it be possible to add that into the Shaman, to be able to be a tank healer.
Thanks
Experimental function
Show the number of enemy targets in front
Code:function TargetsInFront() if not tifTimer or GetTime() - tifTimer > 1 then tifTimer = GetTime() if UnitCanAttack("player","target") then local n, mytarget = 0, UnitGUID("target") repeat TargetNearestEnemy() n = n + 1 if n > 5 then break end until mytarget == UnitGUID("target") return n end end end print(TargetsInFront())
Last edited by sheuron; 04-09-2012 at 10:24 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]
[ 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]
Ahh ok, I had tried it, but didnt get in depth as I saw it in the notes of the druid one but not in the notes of the shaman one.
Kinda glad I didnt just jump in though, as that may have hurt if I targeted someone and stopped healing my group as I didnt know it was coded that way.
Will download and give the shaman one another go tonight in a HoT, before guild raids this week.