any one got feral (cat) pve profile ??
any one got feral (cat) pve profile ??
Could you, please, split those JC and ENCH parts? I tried to myself, but i cannot get it to work.
---------- Post added at 07:26 AM ---------- Previous post was at 07:19 AM ----------
That is a great profile.
I don't get how you're still a leecher... +5rep
Also, does anyone know how to set up the code to work for T13 2p and 4p for the firekitteh cat druid DPS rotation?? The 2p is basically a check t see if the boss is at 60% and if so, refresh rip one last time, then just spam ferocious bite and savage roar. As for the 4p, its to also add Ravage into the rotation everytime Tigers Fury is cast.
Just set a toggle button to push if you have either 2p or 4p of the T13 set.
I would try and code it in, but I dont know jack about coding for PGR,so I won't be of any help![]()
onya tradeskills 09012012.zip
added checks for the de and prospect parts to make sure you have the spell. you need to have the jc tradeskill window open for crafting to work. why do you want them split?
Last edited by onya; 01-08-2012 at 03:07 PM.
Reuploaded PQR111 with PTR offsets for 15171.
Or you can download the offsets here:
http://dl.dropbox.com/u/39925787/Offsets_15171.xml
after FINALLY raiding with my holy pally rotation in LFR.... i have come to admit that it is freaking awesome but still has some work left to do to make it even better (hadn't played in 2 months and topped my raid easily)
alright SO my svn will probably start heating up again in terms of holy pve for the next couple of days, some days more than others depending on whether im working that day or not![]()
The 2p is actually not all that difficult to do on your own. under ferocious bite and rip, change the 25 values to 60.
The 4p actually doesn't need a check, because opening with feral charge should use ravage! anyway. It becomes more important with the 4p t13.
In order for it to work, it would need to be something like "if stampede is up, and mangle and ff are applied, then ravage!". Unfortunately, I've got no coding knowledge, so I'm trying to corrupt other ability code to make it happen. Keep you posted
---------- Post added at 10:15 PM ---------- Previous post was at 09:23 PM ----------
so, I'm not quite sure what the hang-up is with this whole ravage! stampede thing. It looks as though it should function like any other proc (avenger's shield, obliterate, etc), but I can't get it to fire. Right now i've got:
-<Ability><Name>Ravage</Name><Default>false</Default><SpellID>6785</SpellID><Actions>/startattack</Actions><Lua>local StampedeProc = UnitBuffID("player",78893) if StampedeProc ~= nil then return true end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore/><LuaAfter/></Ability>
basically checking for stampede and then returning true. Anyone got an idea?
Last edited by boxo; 01-08-2012 at 09:57 PM. Reason: i'm a tool.