hello there cute
i tried to use your profile on ptr today and got this error
what could it be?Code:Message: [string "if not PQR_LoadedDataFile then..."]:35: Division by zero Time: 07/26/13 01:52:01 Count: 32 Stack: [string "if not PQR_LoadedDataFile then..."]:35: in function `shcom' [string "if PQR_RotationStarted == true then ..."]:25: in function `?' [string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility' [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation' [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214> Locals: (*temporary) = 0 (*temporary) = 0 (*temporary) = "target" (*temporary) = 0 (*temporary) = "Division by zero"
its weird cause i play a rogue also using vitalic and my fps seems fine in heroic tot
Hi Cute! I would like to express my gratitude to you! Your feral cat profile is very good! works perfectly! I wish you all the best! Keep updated it pls )
i found what was causing the error on ptr, UnithealthMax() returns 0 when there is no target so i changed
thp = 100*(UnitHealth(t)/UnitHealthMax(t)) on datafile for
if UnitExists("target") then
thp = 100*(UnitHealth(t)/UnitHealthMax(t))
else
thp = 0
end
that solved this part then i got errors regardint UnitBuffID and UnitDebuffID, it seems ptr cant use the pqr function and keep saying the usage of UnitBuff is wrong
so i changed datafile again using names instead of the ids. it was easy since cutte already posted on the coment on the side of each id
so then i got a third error
any ideas?Code:Message: [string "if PQR_Addon_Loaded == nil then..."]:765: attempt to call field '?' (a nil value) Time: 07/26/13 05:42:07 Count: 328 Stack: [string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility' [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation' [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214> Locals: rotationNumber = 0 nextAbility = -1 playerChanneling = false (for index) = 0 (for limit) = 1023 (for step) = 1 i = 0 spellID = 0 skipUnknown = false (*temporary) = nil (*temporary) = "attempt to call field '?' (a nil value)"
I don't know what to tell you as I do not use PTR (stuff in PTR is subject to change without notice so kinda pointless imo to try to code for it.)
Thanks, glad you enjoy it.
Toggle Cooldown usage to "On" that will cause the profile to use cooldowns regardless of if target is boss or not, that being said though Berserk will only cast after a Tiger's Fury as that is the optimal usage.
BadRotationsDeveloper
Loving this Rotation for my Arms warrior, it's by far the best, but my only problem is that it will cast Disrupting Shout AND Pummel for a single target's cast using 1.1.2. I tried to look at the lua and maybe find out how to fix it, but it's far too complex learning all the abbreviations.
Updated to 1.1.4 and no longer uses Disrupting Shout? :'(
Last edited by mindwarp80; 07-26-2013 at 12:35 PM.
I updated the feral profile to the latest version last night before my raid, and discovered that the profile is now charging (skull bash) the heads on the megaera fight when they start to cast their breaths. A manual fix was to target a player instead of a head when DBM told me that the breath was about to be cast, but I was wondering if this was an intended change.
Thanks, apart from that the profile is great, and the last update was about a 5-6k dps increase on a dummy test for me.
Removing the interrupt ability from the rotation using the ability editor for that fight would also do it.
Yeah anyone that has Renataki's Soul Charm will definitely notice a dps increase with the latest version, along with Blizz's hotfix buff of the RPPM trinkets.
Sent from my Galaxy S4 using Tapatalk 2
Last edited by cukiemunster; 07-26-2013 at 02:17 PM.
I have noticed an issue with the use of skull bash at non-opportune times, I will be looking into this as its not intended.
BadRotationsDeveloper
Hello there,
Using your Feral Cat pofile for levelling (61), works like a charm.
Althogh i am wondering if its possible to put the AOE Mode to pushm not to switch.
Like if i hold Left Shift, it does the AOE rotation. Also any way to elminiate Hybrid Rotation so the AOE Switch key would work too.
I already changed the key to Left Shift, but i would be happier if it would be hold down to AOE.
Thank you