hey could one of you guys "if" you may have saved or remember roughly what page i would find the newest basic feral pvp rotation. and or pve with stampede proc.
thnx alot!
hey could one of you guys "if" you may have saved or remember roughly what page i would find the newest basic feral pvp rotation. and or pve with stampede proc.
thnx alot!
well here's the latest cat dps profile, im sure u can edit it to suit your purposes haha
http://www.ownedcore.com/forums/worl...ml#post2130409 ([BETA] PQRotation - an automated ability priority queue.)
Hi, i am new at this Lua macro thing. Can someone explain me how this works. and it seems to have been there for alot of time. is there any chance to get banned? for pve use? Thanks
Is there a Subtletly rogue PvE profile around? I've been wanting to test a few things out.
Check the first post, there's links to all kinds of profiles there.
No dice. All there is, is assassination -.-
yea tried all kitty profiles and none will ravage on stampede proc![]()
@Lost
local stampede, _, _, _, _, _, stamptimer = UnitBuffID("player", 78893, "PLAYER")
if stampede ~= nil then
if stamptimer - GetTime() <= 9 then
return true
end
else
return true
end
try this lost this says if stampede procs and basically as soon as its up it should fire. Oh and thats rank 2 stamp if only rank one its 78892
Last edited by trulygangster; 09-22-2011 at 07:21 AM.
- Tap RIGHT CONTROL to disable/enable Killing Spree. Is enabled by default
xeronrogue220911bPQRProfiles.zip
ive tested it so many times its driving me insane.
could this be because im testing it on a target dummy? ran every profile, tried trulygangster's code all tested with 15+ charges and not one proc in recount. ive specced correctly, idk what the deal is =[
Has any one got a Affliction Warlock PVP rotation The PVE is good but missing spells like if pally healer cast curse of tongues etc..
alright now i could make this only cast on pally healers, druid casters, any and all other casters and such..... but i want to see if you can edit this to suit your purposesCode:local class, token = UnitClassBase("target") local ps = {Druid, Warrior, Death Knight, Hunter, Rogue} for i,v in ipairs(ps) do if UnitBuffID("player", 7302) == nil and UnitAffectingCombat("player") == nil and class == v then return true end end
it has most of the basic components u'll need
*edit*
for the record this is grb's (i think) code for auto cast frost armor depending on who the target is