take a look at my sig.
once you get it be sure to update it with pqr.
take a look at my sig.
once you get it be sure to update it with pqr.
Please if someone helped you donate rep to them.
One more question for the devs
How should I code "if Explosive Shot duration on target is less then 1500ms (1,5sec)" ? Thanks! Only that is needed.
local EShot = select(7, UnitDebuffID("target", 53301, "PLAYER")
if (EShot - GetTime()) < 1.5 then return true end
but you'll prob need to take in account the gcd so
if (EShot - GetTime() + 1) < 1.5 then return true end
try one or both.
Last edited by crystal_tech; 04-13-2012 at 01:49 PM.
Please if someone helped you donate rep to them.
Okay so I've combed this thread and I can't find a PvE Rogue profile. I'm considering making my own but I've never used XML, if anyone can point me in the right direction I'll try to get started making one, and if anyone finds one useable for raids please let me know. Thanks in advance for any help and/or replies.
Last edited by ipass; 04-13-2012 at 02:35 PM.
Thank you Crystal, by the way, so far:
My edited changed Sheuron profile:
53 mln damage done
29,300 DPS
Explosive Shot 36,1% (43% crit)
Cobra Shot 20,3% (30,8% crit)
Auto shot 15% (36,8%)
Arcane Shot 13,2% (35% crit)
As you see, without too much luck with crits (I have 39,5% crit without any procs except Wrath of Unchaining) I got a very nice DPS result of 29300. Going to test it with the new code that Crystal just gave me.
okay, i want to have people test this profile for me.
http://dl.dropbox.com/u/23527046/Pro..._Rotations.xml
http://dl.dropbox.com/u/23527046/Pro..._Abilities.xml
its an aff lock rotation. and I know there will be errors/messups as its a testing profile.
What i'm after is what numbers you pulling off of it. whats broken. etc etc.
notes:
Talents: Talent Calculator - World of Warcraft
Glyphs: haunt/corruption/unstable_affliction/life_tap/shadow_bolt
KeyMods:
Left Alt - Pause
Left Shift - Doom Guard
Left Control - Seed of Corruption
Right Alt - Set Focus on Mouseover
Right Shift - unused
Right Control - Dark Intent on Mouseover
Notes:
Start the rotation by casting curse of elements on your target.
Turn off your Felhound's Shadowbite.
Potions are not coded yet.
SoulSwap isn't coded yet.
Last edited by crystal_tech; 04-13-2012 at 03:21 PM.
Please if someone helped you donate rep to them.
New Beta Offsets would be awesome.
I took a break from the game for a while, but i'm going to start playing again. Let me know any bugs with my resto shaman profile and i'll try and sort them out.
LnL Code on page 646. Enjoy!
Last edited by Dominium; 04-14-2012 at 09:53 AM.