in the update i've put the timer code in there. the only ability that really uses a timer in the BM profile is Hunters Mark so its not really needed. I only base that on what simcraft action list said. Its there for future use just in case.
in the update i've put the timer code in there. the only ability that really uses a timer in the BM profile is Hunters Mark so its not really needed. I only base that on what simcraft action list said. Its there for future use just in case.
Please if someone helped you donate rep to them.
@ Diesel
Recently you said that you have a very very in depth frost dk dw profile. How does it compare(dps wise) to the edit of yours that imdasandman has done?
@ the community
Can anyone help me code in the 4-set bonus proc to imdasandman's masterfrost edit? The issue i've been having is forcing the profile to keep up one unholy rune and spend it once
a) the other unholy is replenished or
b) is 1 sec from being replenished so as to keep runic mastery proc'd more often for the 4pc bonus.
I believe this is a dps increase but I could be wrong so someone please correct me if you know.
Regarding the mangle and shred for my profile. Yes i dont use PQR_Behind since it was buggy last time i checked and i just move out shred and in the mange at Ultraxion. Just move out the Shred(nocheck) ability and move in the other shred and mangle and it should be correctly. Altough i think using it means some loss in dps.
What's the go to lock profile right now? I have Xelper's, but I seem to be DCing an awful lot whenever I have that profile loaded, not sure if it's just a coincidence or something happened to make the profile incompatible.
@ Everyone:
I must have been a complete asshat forgetting to actually double-check my coding. Drakes and Limbs on Warmaster and Madness doesn't actually go into combat while the rest of the encounter is, so I changed the logic on that.
If you have the latest PQR version, simply go into Rotation Editor, select my profile and hit "Update Profile".
Otherwise, the changed logic is up on the SVN and I'll repack a zip tomorrow.
Bit of code to help anyone doing PVP stuff or some PVE things if you do not already have a list of debuffs/buffs
If I'm missing something for PVE let me know. The list for PVP should be complete. PM me the code and the ability and I will add it to the list.Code:local immunitybuff = { 33786, 710, 19263, 47585, 642, 45438, 45182, 105784, 105738, 105784, 104995, 109554, 109562, 109553, 109561, 105256, 105409, 109552, 109560 } local magicimmune = { 48707, 31224, 51052 } local physicalimmune = { 41450 } local snared = { 45524, 55666, 50040, 58179, 61391, 35101, 5116, 54644, 50271, 11113, 6136, 120, 116, 44614, 31589, 63529, 15407, 31125, 3409, 26679, 3600, 8056, 8034, 18118, 18223, 63311, 1715, 12323, 29703, 46924, 54216 } local healingreduction = { 12294, 82654, 54680, 43235 } local immobilized = { 339, 45334, 19306, 19185, 50245, 54706, 4167, 33395, 122, 83302, 55080, 87194, 64695, 63685, 93986, 23694, 39965, 55536, 13099, 46924, 54216 } local stunned = { 47481, 5211, 22570, 9005, 24394, 91797, 50519, 44572, 12355, 83047, 853, 1833, 408, 39796, 89766, 54786, 30283, 93974, 7922, 12809, 20253, 46968, 85388, 56, 20549 } for i,v in ipairs(immunitybuff) do if UnitBuffID("target",v) then isimmune = 1 end end for i,v in ipairs(magicimmune) do if UnitBuffID("target",v) then ismagicimmune = 1 end end for i,v in ipairs(physicalimmune) do if UnitBuffID("target",v) then isphysicalimmune = 1 end end for i,v in ipairs(snared) do if UnitBuffID("target",v) then issnared = 1 end end for i,v in ipairs(healingreduction) do if UnitBuffID("target",v) then ishealingimpaired = 1 end end for i,v in ipairs(immobilized) do if UnitBuffID("target",v) then isrooted = 1 end end for i,v in ipairs(stunned) do if UnitBuffID("target",v) then isstunned = 1 end end --Boss Immunities -- Baradin Hold -- 105784 Alizabal(25) -- 105738/105784/104995 Alizabal(10) -- Dragon Soul -- 109554/109562 Hagara(25) -- 109553/109561 Hagara(10) -- 105256/105409 Hagara(10) -- 109552/109560 Hagara(RF)
Last edited by kickmydog; 03-21-2012 at 05:54 PM.
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
Just wanted to let everyone know. If I am one of the lucky ones to get into any of the First couple Beta Waves when they are released, I will be updating all of my profiles and have them ready for MoP. I will also be trying to code a profile for the different classes of MonksWith how much updates I expect to be coming, I might just go back some pages and take Xelper's advice on how to find the offsets yourself
![]()
i have testet only @ orgrimmar @ trainings dummy´s it does no dots iss liitle bit crazy^^ i used focus and mousover and he does nothing (yes i have set this in rotation modus)
/update drakes @ blackhorn i have testet on lfr same problem the profil does only mindfly mindblast on the drakes in the air no dots
Ultraxion was crazy the profil starts normal with mindflay 2 times then mindblast but then Vampire touch mindspike i´m a little bit counfused
Last edited by fluxflux; 03-21-2012 at 06:35 PM.
yes i know i updatet my post, the same problem was @ the drakes blackhorn
never mind i found the zipper
Last edited by lostwalker; 03-21-2012 at 06:52 PM.