Pong when I use the PQR Update on the MOPDruid profile in the Rotation Editor I still have version 1.0. Am I updating the right one?
Pong when I use the PQR Update on the MOPDruid profile in the Rotation Editor I still have version 1.0. Am I updating the right one?
Just a thought, might want to include Sheuron's Data file in the zip as well, for anyone that doesn't have his Profile pack downloaded. The profile won't run without the Data file.
Make sure to update the FireKitteh one, not FireKittehMoP. FireKittehMoP has been discontinued since, obviously, 5.0.4 is on live realmsI just checked it myself, and it shows 1.1 as the latest version for FireKitteh.
P.S. Have not checked AoE, so it might not be working. I changed a few thing's on it, but that's it.
P.S.S Let me know if it decides to spam Faerie Fire at any point as I just did a quick code for it. It's not checking if there is any other Debuff like it on the target, so it could spam it in a situation where there's more feral druids in the group. For example, in a 25man LFR where its more common to have more than 1 of the same class and group that puts the same Debuff on the target, but under a different type of spell.
Last edited by firepong; 08-30-2012 at 12:44 AM.
Fixed my problem duhhh spell id number
Last edited by hbkx1; 08-30-2012 at 01:08 AM.
Sub rogue profile in the works got basics up and running just trying to get shadow dance working atm. Release what i got after work tomorrow.
On my Feral DPS rotation, got a problem on Mangle. Will have it fixed soon.
I have two abilities I had tied into my Warrior profiles that I can't get to work since 5.0.4 but I'm unsure of it's just small code changes I need to change. If someone could point me in the right direction I would greatly appreciate it.
Thunderclap
Code:if IsRightShiftKeyDown() then CastSpellByID(6343) if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end return true end
Heroic leap
Code:if HLeap == 0 and IsLeftControlKeyDown() and GetCurrentKeyBoardFocus()==nil then CastSpellByName("Heroic Leap") if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end return true end
Nevermind, posted it in a better place just to avoid spamming this thread.
Looking for exploiters and botters to Elder Scrolls Online.
Have the spellid for Hour of Twillight changed to 106371? I had an old spellid for the raid i tried yesterday and it did not work. Saw that avery had 109417 in his and that dont exist anymore.
Also at all who have spellid issues. Note that alot of the spellids are "morphed" or whatever so you need to be careful especially due to shapeshifting or spezialisation.
SavageRoar for example i need to use the base spell to cast 52610 but 127538 to check for buff. The 127538 is due to it being glyphed and therefore the spell morphs into a new one but i cant cast it, need to use the "base" spell.
Last edited by Gabbz; 08-30-2012 at 01:41 AM.
Looking for exploiters and botters to Elder Scrolls Online.
Good call. Here is the Finished PvE MoP Assassination PQR with Data file included. I'll go edit the old post to this new one as well.
MoP Ready PvE Assassination Rotation Download:
https://www.dropbox.com/s/7440qo653e...FixedwData.rar
Last edited by Vogel81; 08-30-2012 at 02:01 AM.