sweet..
i don't need the gui part just the math of the addon to run a check against. but this should allow for libbossid to run outside of wow now too and many others.
sweet..
i don't need the gui part just the math of the addon to run a check against. but this should allow for libbossid to run outside of wow now too and many others.
PQR v2.01 (NOTE: DOWNLOAD REMOVED. SEE MAIN POST FOR v2.02)
-Changed default 'spell available time' to 125ms before a spell is off CD. Up from 50ms. It was 250ms in the original version. This can be changed in a profile by changing PQR_SpellAvailableTime.
-Changed default refresh rate from 100ms to 50ms.
-Added external Lua file loading. Any file in the "Data" directory named as follows: "PQR_*.lua" will be loaded into WoW when PQR starts. It should only be loaded once. If you reload UI, log off then in, etc.. it should re-inject on the next PQR start.
----
Here is a quick sample of Time to Die for developers: TTD.zip
Place the Lua file in the Data directory. Place the mage profile in the MAGE directory. Start the rotation and attack a dummy.
Last edited by Xelper; 03-12-2012 at 10:52 AM.
Here you go:
This needs to be added in some zerospellid ability at the near top of the rotation.Code:if not TTD_loaded and UnitAffectingCombat('player') then TTD_ttd = 1000 TTD_apoint_life = UnitHealth('target') TTD_bpoint_life = nil TTD_time = GetTime() TTD_loaded = true elseif TTD_loaded and not UnitAffectingCombat('player') then TTD_apoint_life = nil TTD_bpoint_life = nil TTD_time = nil TTD_loaded = false end if TTD_loaded then if GetTime() - TTD_time > 1 then TTD_time = GetTime() TTD_bpoint_life = UnitHealth('target') local HealthDif = TTD_apoint_life - TTD_bpoint_life TTD_apoint_life = UnitHealth('target') TTD_ttd = UnitHealthMax('target') \ HealthDif end end
Last edited by Valma; 03-12-2012 at 12:59 AM.
MEDVED+VODKA+BALALAYKA
@Sheuron
Wondering if you have though about a smart Armor ability for Mage especially for pvp like molten for dps and mage for mana loss at set percent?
Also, still having weird issue with it losing rotation and spamming scorch with a 2-3 second delay in between at times.
Sounds like it's just a personal problem though.
Just know that the lua files are loaded when the main PQR form loads.. You will need to relaunch PQR and then reload UI for the new code to take effect.
Ill probably eventually make an option to reload the lua files every time.
Working on a completely redesigned from the ground up PQInterface to complement the new PQR 2.0
a few key features:
- custom Text fields useable by profile creators to display custom text for the current rotation status invoked from abilities
- tighter integration with the the bot itself (more precise information on the bots status)
- new interface
So here we go.As I promised - updated my profile.
Support for all 3 specs now in 1(!!!) profile.So you should just start PQR and slack like a whoreYou don't need to swap anything when you change specs,go in dungeon,go in raid etc.
And yes,I finally finished Demo(+petswap).Enjoy,folks
DOWNLOAD
MEDVED+VODKA+BALALAYKA
@Blinded changed Lightning Shield ability of ur Shaman profile after couple of deaths due to falling caused by refreshing shield while mounted to:
Same with weapon enchantsCode:if UnitBuffID( "player", 324 ) == nil and IsMounted()== nil then return true end
Last edited by svs; 03-12-2012 at 05:06 AM.
Gotta admit though, your profile is one of the biggest ones I've used. My systems specs are not that bad and even when I use your profiles, I notice a good 10fps drop on boss fights. Guess all that code is really killer thoughAnyways, I just got to trying out your Last Profile update before the latest one and have to say. It works great. Will have to try out the new one later.
EDIT* Damn, if only I had enough time to code a profile that has almost 3.5k lines of code in it![]()
Last edited by firepong; 03-12-2012 at 04:25 AM.
Well guys, I just wanted to drop by a quick note letting everyone who uses my profiles know that I'm currently working on updating (and upgrading!) my Feral Cat / Shadowpriest Profile for some of the new stuff added in PQR2!
Gonna work on it today and hopefully also wrap up my Shadow PvP Profile. Just wish I had one calm day where I could sit down and focus on everything, heh.
@ valma getting this error in wow with your profile with the use of PQR 2.01 or w/e his newest version is... your profile is the only one to be throwing errors so far....
Code:Message: [string " ..."]:272: attempt to index a nil value Time: 03/12/12 02:55:28 Count: 224 Stack: [string " ..."]:272: in function `PQ_Init' [string " ..."]:293: in function `?' [string "..."]:542: in function `PQR_NextAbility' [string "..."]:355: in function `PQR_ExecuteRotation' [string "..."]:139: in function <[string "..."]:74> Locals: (*temporary) = <function> defined =[C]:-1 (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = "attempt to index a nil value"
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/