@smrdlja: Bubba forgot a ) at the end there. This will work:
Code:if UnitExists("target") and IsSpellInRange(GetSpellInfo(78), "target") == 0 then if select(2, GetSpellCooldown(57755)) == 0 then return true end end
@smrdlja: Bubba forgot a ) at the end there. This will work:
Code:if UnitExists("target") and IsSpellInRange(GetSpellInfo(78), "target") == 0 then if select(2, GetSpellCooldown(57755)) == 0 then return true end end
A dedicated "Profile site" would be nice.
But if most writers are not willing to sign up there (It's nice to have the REP on this forum TBH) then i don't see why profiles are not released at WoW Bot Maps And Profiles
That way all PQR stuff it kept on one site, easyer to talking to the profile writers/bug report. And people still get there rep
Could be a topic in that subforum like
[PQR] Holy Paladin
etc.
@ bu_ba_911
Was that you the other day that posed a profile to turn Create Charm Bracelets and keep turning them in to buy tokens? If so, could I get that. For the life of me, I cannot find it in the last 5 pages. Guess my old eyes are getting the best of me these days :s
If it wasn't you bu_ba, you by any chance know who it was? My search is turning up nothing. And it gets old real quick making 450 bracelets and turning them in a few at a time x.x
EDIT: I found out how lol, silly me
I think this code for Living Bomb is what is making the aoe so awesome for mages in the pve rotation, is it not possible to use for pvp on bg's due to not having enemy nameplates to check for other people nearby?
After thinking about it, I am not sure this is the difference between the two profiles for aoe. For burst aoe you hold down left shift on the pve profile and this is not part of that. This is frustrating me it seems so simple yet I can not figure out the best way to set up a spell cleave rotation. Maybe a mouse over LB ability would come in handy for that to set up multiple targets with the debuff.Code:if not CheckLV then function CheckLV(t) if IsSpellInRange(tostring(GetSpellInfo(133)),t) == 1 and not UnitDebuffID(t,44457,"PLAYER") and UnitHealth(t) > UnitHealthMax("player") and UnitCanAttack("player",t) and not UnitIsDeadOrGhost(t) and not PQR_IsOutOfSight(t) then return true end end end if CheckLV("target") then PQR_CustomTarget = "target" return true elseif CheckLV("focus") then PQR_CustomTarget = "focus" return true end
Last edited by Meatglue; 02-07-2012 at 05:07 PM.
Would it be possible to add something For Rocket Jump ( Goblin racial)
If target is 10 yard plus and less than 15 , Jump then Goblin Jump
If not , use Ghost wolf
Last edited by Sharge; 02-07-2012 at 06:23 PM.
I just finished up my Titans Grip profile, it is very high quality, as high as my arms stance dance profile. Right alt activates cooldowns, left shift toggles aoe mode, left ctrl is heroic leap. It uses an entirely separate rotation for execute phase - landsouls "advanced execute."
***important***
Before you run this profile you must activate the "reset" rotation for a few seconds, you'll know what I'm talking about when you see it. If any other problems arise just run the reset profile again. It will also avoid fading light and hour of twilight automatically. as will my stance dance profile
Watch this video so you know how to set up your latency tolerance etc for the advanced execute to work: http://www.youtube.com/watch?v=6OWoxXTB7i4
BossTG2.0.rar
Here's my arms stance dance profile, also very high quality. This is not an updated version, I've yet to find anything to improve on.
BossSD6.2.rar
Here's my SMF profile, this is not high quality. Only the basic rotation
BossSMF1.0.rar
edit: I just realized i left some debugging print code in my TG profile so its going to spam you with some messages sometimes
Last edited by Bossqwerty; 02-07-2012 at 07:06 PM.
can some1 make a script then i can put into the top of my rotation so itll start attacking when the tank does as well as target when the tank is attacking in combat?
edit: nvm i got it
Last edited by merrikh; 02-07-2012 at 06:49 PM.
-Left Alt will cast Defensive Cooldowns and will stay out on "Hour of Twilight."
- Left Control will Heroic Leap.
- Left Shift will cast AoE.
- Right Control will Pause rotation.
- In Game MACROs need to be used for "Sunder Armor" and "Thunder Clap."
- Equipset's need to be added In Game for Surf-n-Board and 2 hand.
1. Go In Game and setup your "equipset" .
-Open up your "Character Info"
-Go to "Equipment Manager" and hit "New Set"
-You are going to create TWO sets. One named "Shield" with upper case "S" and another named "2h"
- For "Shield" you will [X] everything out other than your 1hand weapon and shield.
-For "2h" you will [X] everything out other than your 2hand weapon.
-Make sure to update with new gear!
2. Time to make some In Game Macros!
- You will use these to toggle the abilities on/off.
-Name First macro "SUNDER" all upper case.
-Name Second macro "TC" all upper case.Code:#showtooltip /run RegisterCVar("SUNDER","no") /run if GetCVar("SUNDER")=="no" then SetCVar("SUNDER","yes") SetMacroSpell("SUNDER","Sunder Armor") return elseif GetCVar("SUNDER")=="yes" then SetCVar("SUNDER","no") SetMacroSpell("SUNDER","Throw") end
BUGSCode:#showtooltip /run RegisterCVar("TC","no") /run if GetCVar("TC")=="no" then SetCVar("TC","yes") SetMacroSpell("TC","Thunder Clap") return elseif GetCVar("TC")=="yes" then SetCVar("TC","no") SetMacroSpell("TC","Throw") end
-Fixed the execute code!
Please send me a PM for bugs and suggestions
Some of the code was created by other coders and I would like to give thanks to them!