@bu_ba your rotation isn't healing alot, and when it does its just holy shocks and judments. I dont think there are any errors, but i'll try to search for them.
p.s. im talking about the no mouseover rotation.
@Sheuron
I'm getting severe drops in FPS (sometimes as much as half my FPS dropping) as soon as I activate your Fire Mage Pve Profile. Has anyone else mentioned this? Otherwise it seems to work fine.
Last edited by Taran32; 08-29-2012 at 12:42 PM.
@bu_ba_911
Although I haven't found any working profiles for my toons yet, I definitely want to give you rep (but I cannot even give 1...) for dealing with everyone who's spamming these boards since the release of this patch...
I don't know how you do it! haha
Last edited by Nerder; 08-29-2012 at 12:39 PM.
Buddy you have to calm down, you have to figure this shit just got released the people that actually take the time to release all these are working on perfecting their own before they release them to the general public. The best one I've come to find yet was Kinkeh it's at the bottom of his post in his signature here. Also take note, this is 2h frost.. there is not a good DW released yet, nothing against sand i've found his work good in the past (used this before registering) but kinkeh's does significantly better dps now.
http://www.ownedcore.com/forums/worl...ml#post2465011 (PQR - Rotation Bot)
Last edited by Hot2pop; 08-29-2012 at 12:45 PM. Reason: forgot to mention
As far as i see i think it is "PQR_UnitDistance()". Typed to Xelper what to do with it.
@Firepong
I tried to implement ur code:
Is it ok from programming side? No errors etc. /dump not returning empty value but not working.Code:--Var1 = Target --Var2 = Player function PQR_UnitDistance(var1, var2) if UnitExists(var1) and not UnitIsDead(var1) then local x1 , y1 = select(1,PQR_UnitInfo(var1)), select(2,PQR_UnitInfo(var1)) local x2 , y2 = select(1,PQR_UnitInfo(var2)), select(2,PQR_UnitInfo(var2)) local w = 100000 local h = 100000 local distance = sqrt(min(x1 - x2, w - (x1 - x2))^2 + min(y1 - y2, h - (y1-y2))^2) return distance end end if PQR_UnitDistance("target","player") < 20 then return true end
hmm after work tonight i will look more indepth to it.... the only thing not working that i saw was Beacon..... so manually choose a beacon target, maybe that will help?
Me and Crystal haven't decided the order yet, but if I get my way, it will probably be Destruction and Affliction first :-/
is there nay working Combat Rogue Profile released yet?
Interested in Dugi's Ultimate Guide? Then Visit my Thread and get it for free
link: https://www.ownedcore.com/forums/wor...ate-guide.html
Post's like this is exactly why I'm not getting in a hurry this time around to write profiles. It's not because of a "Shitty" computer as you say, it's because the program would need a complete re-write of the code. You would need to change hooks to try and hook 64bit addresses. You would also need to find those 64bit addresses, which ARE NOT the same as the x86 addresses. On top of that, everything would have to be checked and re-checked and tested and so on. It's not as simple as 99% of the damn leecher's on this site think it is. There's a reason why HonorBuddy isn't 64bit as well for a reason. That same reason goes for this program as well.
P.S. I've almost got my druid profile updated. Funny enough, I didn't have to change but 1 thing on my already made Mists profile . Didn't shit no error's out what so ever. Love when nothing changes in 4 months![]()
PQR is working atm?