Good I am blind lol. Good work!
Sent from my Galaxy S3 using Tapatalk 2
nice work, tnx. but i have a lags =/...
Which wow client?
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Kind of on the same topic of the different modes? I like having all 3 modes, but sometimes, I want to go from Single to Multi, or Hybrid, to Single, but I have to cycle through them. Is there a way to add hotkeys to go directly to one mode or the other?
Can I set Alt-X and Alt-Z for Single and Multi, and just use Right Shift if I want to go into Hybrid?
Thanks CuteOne!
The lag is caused by PQR_UnitFacing which is there to check if you are behind the target. I ask which wow client because the workaround i have for this relies on checking the combat log for the following error:
Now if i can get a translation for that phrase for each client then I can use the workaround for them, until then the lag fix is only for EN-US ClientsCode:"You must be behind your target."
BadRotationsDeveloper
Doh! Change it like this.
Code:if IsRightShiftKeyDown() and not GetCurrentKeyBoardFocus() and GetTime() - PQ_AOETimer > 1 then PQ_AOETimer = GetTime() if PQ_AOE then PQ_AOE = false AOEMode = 0 PQ_Rot = "Single" PQR_SwapRotation("Kitty-Single (CuteOne)") PQR_WriteToChat("|cff347C2CCooldown Mode: |cffDC143CSingle|cffffffff", "Notice") --elseif AOEMode==0 then -- PQ_AOE = false -- AOEMode = 1 -- PQ_Rot = "Hybrid" -- PQR_WriteToChat("|cff347C2CAOE Mode: |cff79BAECHybrid|cffffffff", "Notice") elseif AOEMode==0 then --1 then PQ_AOE = true AOEMode = 2 PQ_Rot = "Multi" PQR_WriteToChat("|cff347C2CCooldown Mode: |cff006400Multi|cffffffff", "Notice") PQR_SwapRotation("Kitty-Multi (CuteOne)") end end
BadRotationsDeveloper
Just tried using Incarnation for Ji-Kun, and the profile locked up completely the entire time Inc was up, sat at 100 Energy, had to manually push buttons till it dropped D=
lol
Wonder why.... i seem to remember an earlier report of that and i remembering a solution but i don't now =(
I will look into it and see what's up.
BadRotationsDeveloper
Got it, wrong spell id
Uploaded fixes!
BadRotationsDeveloper
getting this for some reason now, not sureDate: 2013-05-09 21:50:20
ID: 1
Error occured in: Global
Count: 1
Message: [string "if not PQR_LoadedDataFile then..."] line 69:
attempt to compare nil with number
Debug:
[string "if not PQR_LoadedDataFile then..."]:69: ttd()
[string "if PQR_RotationStarted == true then ..."]:703: ?()
[string "if PQR_Addon_Loaded == nil then..."]:765: PQR_NextAbility()
[string "if PQR_Addon_Loaded == nil then..."]:534: PQR_ExecuteRotation()
[string "if PQR_Addon_Loaded == nil then..."]:287:
[string "if PQR_Addon_Loaded == nil then..."]:214
Locals:
unit = "target"
(*temporary) = 37274650
(*temporary) = nil
(*temporary) = 37274650
(*temporary) = "0xF131123A000000D1"
(*temporary) = nil
(*temporary) = "attempt to compare nil with number"
AddOns:
Swatter, v5.16.5405 (MousyMulgara)
ACP, v3.4.2
Auctionator, v3.1.3
Babylonian, v5.1.DEV.332(/embedded)
BeanCounter, v5.16.5405 (MousyMulgara)
Chatter, v1.4.4
Configator, v5.1.DEV.344(/embedded)
DBMCore, v
DBMThroneofThunder, v
DebugLib, v5.1.DEV.337(/embedded)
Enchantrix, v5.16.5405 (MousyMulgara)
EnchantrixBarker, v5.16.5405 (MousyMulgara)
ErrorFilter, v2.8
LibExtraTip, v5.12.DEV.350(/embedded)
LibGraph20, v2.0.2
MikScrollingBattleText, v5.7.128
OmniCC, v5.2.3
PQInterface, v2.22
Skada, v1.4-11
SkadaCC, v1.0
SkadaDamage, v1.0
SkadaDamageTaken, v1.0
SkadaDeaths, v1.0
SkadaDebuffs, v1.0
SkadaDispels, v1.0
SkadaEnemies, v1.0
SkadaGraph, v1.0
SkadaHealing, v1.0
SkadaPower, v1.0
SkadaThreat, v1.0
SlideBar, v5.16.5405 (MousyMulgara)
Stubby, v5.16.5405 (MousyMulgara)
TipHelper, v5.12.DEV.343(/embedded)
XPerl, v3.6.35
XPerlArcaneBar, v
XPerlPlayer, v
XPerlPlayerBuffs, v
XPerlPlayerPet, v
XPerlRaidAdmin, v
XPerlRaidHelper, v
XPerlRaidMonitor, v
XPerlTarget, v
XPerlTargetTarget, v
BlizRuntimeLib_enUS v5.2.0.50200 <us>
(ck=459)
TTD will sometimes do that.... its annoying not sure of the issue, but I have found reloading ui works.
BadRotationsDeveloper