LF Rogue,hunter,feral/kitty druid MoP profs that work
LF Rogue,hunter,feral/kitty druid MoP profs that work
True. Once 5.0.1 hits PTR, I'll probably fully update my druid profile and try to hopefully get a level 90 on Beta to test everything out 100%. Right now, with patches coming out pretty much every week still for Beta, and other things taking priority, I've put the feral DPS rotation on the back burner. Everything is pretty much there for it and I know it doesn't work, just when I know a definitive release date, and like stated, when 5.0.1 hits, that's when I'll take full responsibility and get my feral rotation working at least 90% with the occasional error or 2.
From the Desk of Future Sailor Firepong![]()
i have just tried the pvp Cokx Lock profile but it keeps spamming like mad and disconnecting me from wow ....
Anyone know what the problem could be plz ..............
Is there any other lock pvp profiles
thanks in advance
I really appreciate the help I got earlier and I have my core rotation working great for me ... but I have one problem I am not even sure you guys can help me with. I want to create a rotation for soloing old content and want to add "Impending Victory" to my rotation (note: this is for MOP). When I add it to my rotation it never triggers. I even stripped it down so it was the only ability in my rotation and it still wouldn't work. Currently using spell id "103840" which is the new spell ID for this ability in MOP. I replaced the spell ID for mortal strike and it triggered every time off of cooldown so I know the code should work. Is it because it's a new spell for MOP? Any help would be appreciated![]()
@Firepong
Havn't started leveling on Beta yet so can't tell how stuff works at 90, but your Beta profile works fine on Dummies at 85 at leastPull about 10k more on the lvl 85 Beta dummies than I do on live:P( I am pretty sure ravage spam during Incarnation is the culprit, as dummies never going under 100%HP
)
Last edited by Apsalaar; 07-07-2012 at 08:56 AM.
I've noticed certain things to here and there. I think the thing that probably gave you away was the lack of a target. If someone focus's you all they see is you casting spells with no target. I know there are addons and macros that have the same effect but this can put people on to you.
Not true. If you use Healbot or any of the other healing addon's that bind most of your spells to macros and lets you just shift click or shift right click or whatever, you will notice that you are actually never even targeting anyone, ever. The way Healbot works, it has most of the spells set to heal on mouseover. I don't think any of their macros use targeting.
But anyways, ye, you will be surprised how much people actually use this or Honorbuddy on a server. When I was leveling my druid on Stormrage, I came across at least 5 different chars while babysitting that were using HonorBuddy. Let me remind you this was when I was babysitting the Bot. No telling how much people actually used HB that I came in contact with lol
Anyways...
@Xelper
Any possibility of maybe integrating these 2 functions into PQR itself?
The first one is just a rounding math function to get rid of some of those decimal places on spells Blizzard loves to give like 15 thousand places after the Decimal.Code:--num = Number to round --idp = How much places to round to. Negative number not recommended. function round(num, idp) local mult = 10^(idp or 0) return math.floor(num * mult + 0.5) / mult end --Var1 = Target --Var2 = Player --Var3 = Round Number. Leave blank for 0 function PQR_UnitFlying(var1, var2, var3) local targetHeight = select(3, PQR_UnitInfo(var1)) or 0 local playerHeight = select(3, PQR_UnitInfo(var2)) if UnitExists(var1) and not UnitIsDead(var1) then local height = round(targetHeight - playerHeight,var3) return height end end
As for the second one, it tries to tell you if your target is flying. It's not 100% accurate (lets say your standing at the bottom of the Hill and the target is at the top of the Hill). But for my HonorBuddy integrated profile, I needed a way to pull flying mobs, and this is what I came up with. Works a treat.
But when I have it in my Data file, and it starts polling that particular function, with all the data going through it, it takes a lot of CPU cycles. For example, I get no game lag from FPS what-so-ever, but I can tell there is definitely lag. Again, mostly CPU cycles from the rounding and the other math, even though there shouldn't be any.
It doesn't slow the profile down any, just some kinda lag. It's best to test it out yourself or just take a look at my latest SVN update of my HonorBuddy Profile. At the moment, those 2 functions are in the Data file, and the Ability that is calling it is "Test". If I find out it's not working great, I was gonna remove it.
EDIT** Here's how I'm calling it in my Test ability in the latest SVN:
Casts Moonfire to pull if it decides the target is flying, or suppose to. Again, the hills thing doesn't work to greatCode:local hasTarget = UnitExists("Target") local isDead = UnitIsDead("Target") local Hostile = UnitCanAttack("Player","Target") if hasTarget and not isDead and Hostile then local inCombat = UnitAffectingCombat("Player") local PQR_UnitFlying = PQR_UnitFlying("Target","Player",3)*10 if not inCombat and PQR_UnitFlying > 45 then CastSpellByName(tostring(GetSpellInfo(8921))) -- print(PQR_UnitFlying) end end
If the local for calling the function was outside of the first if statement with the other locals at the top, it would physically lag all the time. This was the only way I could get it to fully work with all the data going through so it wouldn't lag 100% of the time.
Last edited by firepong; 07-07-2012 at 01:45 PM.
Blinded's Rogue Profiles v2 beta
Supported talent specs :
- subtlety
Subtlety :
- Supports the hemo glyph
- Better cooldown management
- Supports arcane torrent
- Supports synapse springs
- Supports feint and cloak for the black blood phase ( Morchok )
- Supports feint for soaking stomps ( Morchok )
- Will click the extra button for you if you have no cloak buff up ( ultraxion )
- Focus == Auto Tricks
This is a WIP,
I'll add more racials and a combat rotation in the next days.
Please report all bugs!
Download
Last edited by [Blinded]; 07-07-2012 at 03:48 PM.
It seems like the profile caps energy some times :/
I'll find the bug and post an update but even with this capping i pulled 47k on morchok dps with my 399 Rogue
If you want to take control back on the Enhance Shaman Profile, the link is in my post on the first page. I don't think there's much more that can be done with Enhance DPS though lol. Once you get a certain iLVL, your DPS just doesn't jump up as much and I've done all I could with the rotation and my 397 Enhance Shaman gear![]()