Code:IsLeftShiftKeyDownto:Code:CastSpellByName(GetSpellInfo(77767),nil)
Code:IsLeftShiftKeyDown()Code:CastSpellByName(tostring(GetSpellInfo(77767)))
I would try and see what happens, but I have no Rogue at 85, so that's not happening lol
Last edited by firepong; 08-29-2012 at 08:08 PM.
@ bu_ba got your latest holy pala profile from your SVN , updated data files and profiles , when i activate it it spams the chat with endless lines of
" Nova Data File v2.0 - Aug 28, 2012
Loading Paladin Tables ... "
the profile seems to work even if that spam occurs ... any ideeas ? ( profile doesnt spam any LUA errors , just that )
LE : removed from the lua file the part on top where it sayed nova data file etc , and not just spams lines of " Loading Paladin Tables ..." dunno where the problem is , the rotation works , it heals , but spams endless lines of that
Last edited by ace99ro; 08-29-2012 at 08:17 PM.
Almost working Assassination rogue profile.
Most credit goes to sheuron.
Plugged together by me.
Dispatch is broken so this is just me putting this out there so hopefully someone can fix it.
Other then that optimal rotation for the time being, hold left shift to AoE.
If you want to get this work remove dispatch from the rotation.
Assassination.zip
Last edited by travis2861; 08-29-2012 at 08:16 PM.
tecnicly CastSpellByName(GetSpellInfo(77767),nil) is faster than CastSpellByName(tostring(GetSpellInfo(77767)))
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Screw that, forgot to start PQR xD I feel like an Idiot. I'll look around it some more and see what I can come up with.
Could swore that rogue combo points were on the player though, not the target.
Who is going to have a computer that's slow enough to notice the difference though. It's all done in a matter of milliseconds xD lol
Last edited by firepong; 08-29-2012 at 08:27 PM.
http://wow.6dreams.net/pqr/warrior.zip
Added Fury features, and Dragon Roar removed. Manual use only. Tomorrow add shift for pause rotation
Someone here has to Download Link Profiles Enhance Shaman or Fire Mage PvE? please
I see your correction, I had it the correct way for my ability I was just writing off the top of my head. The cobra shot ability works, I cut and paste Shueron's code there, what I do not understand is why the ID doesn't work with a simple return true when casting by the spell id works. What is going on?
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017
So why doesn't this work?
Did something change?
--- [ExtraActionButton1] ---
local DivineShield = UnitBuffID("player", 642)
local LeftAlt = IsLeftAltKeyDown()
--- [Fading Light] ---
local fadingtime = select(7,UnitDebuffID("player",110070))
if fadingtime ~= nil and fadingtime - GetTime() < 1.3 and DivineShield == nil then
RunMacroText("/click ExtraActionButton1")
end
--- [Hour of Twilight, Left Alt to skip] ---
if LeftAlt == nil then
local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1")
if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1 and DivineShield == nil then
RunMacroText("/click ExtraActionButton1")
end
end
--- [Madness of Deathwing] ---
local tentacledeath = select(7,UnitDebuffID("player",109597))
if tentacledeath ~= nil and tentacledeath - GetTime() < 0.7 then
RunMacroText("/click ExtraActionButton1")
end
--- [Spine of Deathwing] ---
local inCombat = UnitAffectingCombat("player")
local Parachute = UnitAura("player", "Parachute")
if inCombat then
if Parachute ~= nil then
RunMacroText("/cancelaura Parachute")
end
end
--- [Lightwell] ---
local LightwellName = "Lightwell"
local hp = UnitHealth("player") / UnitHealthMax("player") * 100
local sLightwell = UnitBuffID("player", 7001)
local sDeepCorruption = UnitDebuffID("player", 108220)
if PQR_LightwellTimeout == nil then
PQR_LightwellTimeout = 0
end
if hp < 70 and sLightwell == nil then
if PQR_LightwellTimeout < GetTime() then
if sDeepCorruption == nil then
PQR_LightwellTimeout = GetTime() + 1
InteractUnit(LightwellName)
end
end
end
--- [Darkmoon] ---
local cannontime = select(7,UnitBuffID("player",102116))
if cannontime ~= nil and cannontime - GetTime() < 1.15 then
CancelUnitBuff("player","Magic Wings")
end
edit: for anyone wondering what stat weights to use for ret.
Reforge with these on askmrrobot
MH Speed 18.85
MH DPS 9.00
Strength 2.33
Hit 1.30
Expertise 1.30
Mastery 0.98
Attack Power 1.00
Crit 0.79
Haste 1.13
Agility 0.00
Last edited by averykey; 08-29-2012 at 09:16 PM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/