Anyone else having an issue while running PQR a message pops up saying a certain addon is messing with the blizzard ui? Then PQR stops working :/ Ive had this happen like 6 times now. Which is bad because idk my rogues rotation XD
Anyone else having an issue while running PQR a message pops up saying a certain addon is messing with the blizzard ui? Then PQR stops working :/ Ive had this happen like 6 times now. Which is bad because idk my rogues rotation XD
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Hello everyone, i would like to buy or hire someone that could write the perfect arms warrior pve profile for DS HM raiding, plz send me via PM if u can so we can talk about the little things.
Atm using Boss 7.3 arms but i dont know feel like sometimes goes low on dps, thnx in advance.
Thnx all for ur awsome profiles and Xelper for this gift of the god's.
Got home and found some other resources that may help you with this:
- C# VS.NET wrote the lua (a scripting language) plugin. - Source Codes Search Engine - HackChina.com (theres a Lua parser and a lexer. A bit messy but seems like a start).
- Visual Studio - Lua Language Support syntax coloring and error checking of the Lua script language inside VS 2008/2010, it does needs Irony to work but maybe that's not a bad thing at all. Using Irony you could put syntax checking and error highlighting inside PQR's code editor.
- luainterface - A library for integration between the Lua language and Microsoft .NET platform's Common Language Runtime (CLR) - Google Project Hosting "A library for integration between the Lua language and Microsoft .NET platform's Common Language Runtime (CLR)"
well, normally the profile works awsome, but then it stops for a few secs with rage at 50+ then start again, instead of using a filler or something, maybe i could be wrong so i rly appretiate ur knowledge.
Edit: Also to add something like check if its on range to use deadly calm cuz at morchok hm happend that uses DC when its the earthen thing
Last edited by nertharul; 05-02-2012 at 06:55 PM.
whats the best shadow priest profile ?? and where may i find it plz ??
Is there sucha thing as a good Boomkin Profile?
Run LFR Faster crystal! D=
How to use PQR_UnitInfo function to autoface a target
Code:if UnitExists("target") and not IsMouselooking() and ( not TurnDelay or GetTime() - TurnDelay > 1 ) then local x1,y1,z1,r1 = PQR_UnitInfo("target") local x2,y2,z2,r2 = PQR_UnitInfo("player") local angle = math.atan2(y1-y2,x2-x1) + r2 - math.pi if ( angle < -0.5 and angle > -math.pi ) or angle >= math.pi then TurnLeftStart() elseif ( angle > 0.5 and angle < math.pi ) or angle < -math.pi then TurnRightStart() else TurnDelay = GetTime() TurnRightStop() TurnLeftStop() end end
Last edited by sheuron; 05-02-2012 at 10:15 PM.
[ 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]
Oh btw, I put 2.1.3 on the updater about an hour ago..
MOP offsets aren't up for this patch, but when they are up (soon) they will not have the offsets for the object manager (so no UnitFacing, etc for beta) I need the time to check the object manager on MOP for any major changes and just don't have the time until at least the weekend.
I can't wait to see this released +rep in advance.![]()
Last edited by Kelley204; 05-02-2012 at 10:28 PM.
Well, it's really as simple as creating a custom class for honor buddy that does the resting, facing and movement then just enabling the profile on PQR. I do this all the time, and it works wonders. I can create custom PQR profiles for certain farming spots so it can spam abilities that are better for that farm then waste time using diseases, etc.