[Blinded] --
Could you suggest the talents / glyphs that I should use on my sub / assassination rogue for your profile? If it's not too much trouble, could you suggest for both specs? I would very much appreciate it, as right now, I am using what sounded best to use.
Assassination needs a facing target check for ambush, or it'll keep trying to spam it.
Im also not reading anything on icy veins that suggest using ambush while in stealth.
Last edited by PCharlesAA; 09-14-2012 at 12:32 AM.
Just replace Ambush code with something like thisBlinded, think there is issue with Assa: Start ability. Last night on hc DW encounter, it refused to attack Corrupting ParasitePHP Code:
local CurHealth = 100 * UnitHealth("target") / UnitHealthMax("target")
if GetComboPoints("player","target") < 5
and (UnitBuffID("player",115191) -- Stealth
or UnitBuffID("player",115193)) -- Vanish
then
if not PQR_NotBehindTarget() then
CastSpellByName( GetSpellInfo(8676), nil ) -- Ambush
else if CurHealth >= 35 then
CastSpellByName( GetSpellInfo(1329), nil ) -- Mutilate
else
CastSpellByName( GetSpellInfo(111240), nil ) -- Dispatch
end
end
return true
end
Last edited by average; 09-14-2012 at 05:23 AM. Reason: Corrupting Parasite issue
First,
Thank you blinded for a wonderful profile!
Attempting to use the Sub profile to do daily quests and other busy work. Profile seems to hang upon initiation of combat. I get a noise in game like it is trying to spam something. Works fine on target dummies. Wondering if it is an issue with facing targets versus being behind them?
Last edited by rsanviral; 09-19-2012 at 11:39 PM.
hey blinded was wondering when you plan on releasing a new profile with now awesome stuff in it for lvl 90
I will upload my profile tomorrow.
Includes Combat and Assa, blood elf racial/trinket and gloves will be supported.
What does this mean, when i turn cooldowns on?Message: [string "if PQR_Addon_Loaded == nil then..."]:1451: GetSpellBookItemName(): Invalid spell slot
Time: 10/03/12 22:19:15
Count: 345
Stack: [C]: in function `GetSpellBookItemName'
[string "if PQR_Addon_Loaded == nil then..."]:1451: in function `PQR_GetSpellID'
[string "if PQR_Addon_Loaded == nil then..."]:1437: in function <[string "if PQR_Addon_Loaded == nil then..."]:1435>
[C]: in function `CastSpellByName'
[string "if UnitMana("player") < 75 and nv_CDs and P..."]:5: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: (*temporary) = 228
(*temporary) = "spell"
First MoP Version, pls report bugs
ROGUE.rar
Never had an issue like this, try out the current profile and report if the error wont disappaer
btw : Datafile : http://www.mediafire.com/download.php?ta6tiltur62l0pr
It's giving me that damn error![]()
Message: [string "if PQR_Addon_Loaded == nil then..."]:1451: GetSpellBookItemName(): Invalid spell slot
Time: 10/03/12 22:19:15
Count: 345
Stack: [C]: in function `GetSpellBookItemName'
[string "if PQR_Addon_Loaded == nil then..."]:1451: in function `PQR_GetSpellID'
[string "if PQR_Addon_Loaded == nil then..."]:1437: in function <[string "if PQR_Addon_Loaded == nil then..."]:1435>
[C]: in function `CastSpellByName'
[string "if UnitMana("player") < 75 and nv_CDs and P..."]:5: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: (*temporary) = 228
(*temporary) = "spell"