Mentally; Releasing Fire Mage once I wake up! Need a good night's rest. I managed to simplify a lot of the profiles, effectively merging them into 2 profiles rather than 4. Single-Target - Automatic and Single-Target Manual. Difference is that it will still use Scorch/PoM whenever the best situation for them are (Moving or Proc dependant), personally I managed to get a good crit streak once and averaged 74.4k DPS for a long while with automatic Invocation usage (I forgot to add some checks to it, so it kept using it no matter what I had active!) so I'm only going to fix that in the morning.
Expect an update to Shadow Priest as well in a couple of hours!
Teh stress!I must have missed it, does anyone know if she uploaded it to a secret svn trunk or something cause ive searched everywhere but cant find it?Mentally; Fire Mage profile and Shadow Priest will be uploaded/updated once I get home from school in a couple of hours!
Last edited by derfred; 11-24-2012 at 04:55 PM.
Try this link its a very nice blood DK profile and is being updated regularly
http://www.ownedcore.com/forums/worl...-profiles.html ([PQR] Death Knight / Monk - Tank and DPS Profiles.)
Is there a guide somewhere where I can learn how to make my own profile? I don't understand everything that's going on.
What language is this, where's the API?
Last edited by Rezlol; 11-24-2012 at 08:47 PM. Reason: More info to help you help me
Does PQR_resumeAttack only work for 2.20 user?
PQR_resumeAttack is not a part of PQR, it is implemented 100% in my boss special ability that has been posted.
All the ability does is 'return true' if the variable PQR_resumeAttack is > GetTime(). Nothing special.
Is there a way to prevent the skill that has lower priority not cut my casting skill? even the condition are met.
Exemple: While i'm casting my steady shot, other skill tent to cuz my casting because their condition are met. So i cant keep up with my steady focus.
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
if its really that bad for ya put a check in the lower spells that makes it return false if a higher spell needs to be cast. eg if your steady focus timer is at 3 or less then return false until steady focus it greater than 3
Please if someone helped you donate rep to them.
Great idea... y i didnt think of that earlier. >>';'
Add:
I made something like this and added to all the lower spell. but it seems broken. anyone can check?
PS: some of my spell used "CastSpellByName" instead of "return true" maybe that's the problem?Code:function SSBuff() if (UnitBuffID("player",53224) and select(7,UnitBuffID("player",53224)) - GetTime() < 3 or not UnitBuffID("player",53224)) then return false end end
Last edited by darksahde; 11-25-2012 at 03:03 AM. Reason: Added info
I was trying to figure out a way to get the Anniversery buff working with PQR, but Im not a coder so my puny effort didn't succeed
I figured I could copy the arcance brilliance code, and came up with this:
What should the code be instead?Code:if not UnitBuffID("player",100951) then RunMacroText("/use Celebration Package) end return true end