Ill add that tonight when I finish work, shouldnt be too tricky. And yeah ive done the same on a trash pull![]()
Ill add that tonight when I finish work, shouldnt be too tricky. And yeah ive done the same on a trash pull![]()
Awesome dude! You're the best![]()
I love ur lock profile and so I decided to give a try on ur shaman's. I use cprworks one and I like it a lot too.
One thing I could sugest is that u keep prioritizing Earth shock and Lava Burts procs on AOE mode.
Cheers
my rotation is based on the EJ / SimCraft one. The only thing I haven't done is put in a cleave mode, just seems pointless. Any more than 2 targets and using anything but Chain Lightning is a DPS loss. My implementation of AoE does way more dmg than anyone elses profile with other spells in it. I didn;t like the way other people did AoE, it was one of the main reasons I wrote this profile
Multitarget (two to four targets)
Cleaving
Single target rotation & substitute Chain Lightning (either glyphed or unglyphed) in place of Lightning Bolt.
AoE
Cast Chain Lightning (either glyphed or unglyphed) on the highest target.
[top]Area of Effect (five or more targets)
Cast Magma Totem before the AoE phase begins. If you have Totemic Projection, use it to reposition the totem for maximum effect
Cast Earthquake if there are 5 or more targets
Cast Chain Lightning
ok then. sounds good. thanks mate.
Mav, u need to get your hands on one lvl 90 of each class.so far your profiles top all others out there of the classes u made a profile for.
I have some other 90s. I was gonna make a Hunter profile but CodeMyLife released a couple, I've not tried them but he makes good profiles and keeps them up to date so unless there was something seriously wrong with it (which I'm sure there isn't) I'm not gonna make one. Boomkin was next on my list maybe but I don't have a huge amount of time right now so I've only started cobbling together a basic one. There are some pretty tricky boomkin mechanics from what I understand. I'm levelling a Monk but I havent looked at any profiles, been doing it manually, and I have an 85 mage, but mages seem pretty well covered.
well, Boomkins really need a good profile, so you should go for that first if you want, but if you got some extra time a nice Unholy and frost dk profile would be nice. Rubim used to be the top choice and his profiles were/are really good, but he has been away a long time and updates are going pretty slow, so we might need a new profile on that class if he stops updating again![]()
I still have a problem with blood fury not being popped ever. I completely forgot to report it amidst all the updates to your profileswould be awesome if it would activate with ascendance
![]()
I'll check the code for you on Blood Fury, not sure what the issue is as I don't have an Orc or Troll to test the racials
The other fixes are done, but I was having some issues with it yesterday so I want to test it some more
Hey Mav, Thought i would share some code I thought of today. this turns off CDs after you leave combat. Just have to add a variable to PQI so people can turn on or off the disabling of CDs after they leave combat.
Code:TurnOffCDsOutOfCombat = true --PQI setting if UnitAffectingCombat("player") then InCombat = true end if not UnitAffectingCombat("player") and TurnOffCDsOutOfCombat and UseCD --Cooldowns Toggle and InCombat then UseCD = false InCombat = false print("Hey man, I turned off your CDs because you left combat.") PQR_WriteToChat("Cooldowns: |cFFFF0000Disabled") end
Also, Heres the code i use for Racials. Ive confirmed it to work on troll/Orc
Code:--Orc if PQR_SpellAvailable(33697) then CastSpellByName(tostring(GetSpellInfo(33697))) end --Troll if PQR_SpellAvailable(26297) then CastSpellByName(tostring(GetSpellInfo(26297))) end
Last edited by cpowroks; 07-01-2013 at 02:08 PM.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
So there is no way to do the cleaving :/? There are several situation where also if is less dps is better cleave then just aoe..can you add it or there is an easy way to copy it from cpowroks profile?
It's the only reason I cant switch from his profile to yours ... apart from cleaving this profile is much better!