dont take LFR as a reference - in LFR you do 300% dmg when he casts cataclysm
and yeah bu_ba im really looking forward to your UH update![]()
dont take LFR as a reference - in LFR you do 300% dmg when he casts cataclysm
and yeah bu_ba im really looking forward to your UH update![]()
Inner Will increases your movement speed by 10% and reduces mana cost of instant cast spells by 15% which is why it turns on while you are on the run.
If you don't want it to do it out of combat, either disable the profile while there is no combat or set your settings so that the rotation starts only while in combat. Or just take Inner Will out of the rotation, but I wouldn't suggest that because it is very useful.
Ok, maybe someone can help me a little on this. I'm trying to add some auto checks to the current Enhance shaman build. Trying to code in for it to auto-apply the weapon enchants for Flametongue and Windfury. For some reason, I cant get "GetWeaponInfo()" to work right.
I can type it into WoW itself, and it comes up that the Main Hand weapon has a chant as well as a timer. But when I check for the OH enchant, nothing comes up. Would be easier if I could put the enchants on there by hitting the spell, then clicking on the name, but they changed the way they work don't know how many patches ago.
Anyways, heres the code I tried, which isn't working:
Name: Weapon Enchants
SpellID: 0
Deley: 1000
Target: Player
I was using CastSpellByID(8024, "player") (Flametongue Weapon) & CastSpellByID(8232, "player") (Windfury Weapon) respectively, but wasen't for sure if it was getting sent out right, so I just went to cast there.Code:local _,chantMH,_,_,chantOH = GetWeaponEnchantInfo() if chantMH == nil then cast Windfury Weapon elseif chantOH == nil then cast Flametongue Weapon end end
Anyone else have any ideas? Maybe it's just to advanced for my normal brain
EDIT* Even used RunMacroText before on the very first test of the code, but it wasen't working as well.
EDIT** Dis-regard that second edit in there, dont know why I had 2.
Last edited by firepong; 01-26-2012 at 07:35 PM.
No one has been banned for using this program. The reason for 'chance of detection' posts being ignored is because if Blizzard wants to detect something, they will. You use any public hack knowing that Blizzard has access to it, and if they dislike it enough will get rid of it. Cypher wrote LuaNinja and Blizzard had no ways of detecting it at all, so after months they made a completely new way to detect it.
All I will end with is that there hasn't been any banwaves for client-detected hacked in over 2 years. Has Blizzard given up? Does Blizzard find that the resources needed to ban some minor thing and lose subscription revenue is worth it? Your guess is as good as anyones.
Last edited by Xelper; 01-26-2012 at 08:35 PM.
Want to give cred to the maker of this profile
Want to also give cred to ONYA. Took some code for her combat checker as well as totem recall scripts as I couldn't get the sucker figured out myself
Also want to give cred to who made the xmC_Rogue profile (SHEURON) for the special events and offensive spells
Made some changes, don't know if any of them are major, to the Enhancement_PVE Shaman profile that is in the PQR links on the main page. If it's any better than the first let me know:
Also, if any changes can be made, let me know by forms of this thread and I'll see what I can do. I have only a half set of enhance gear with the rest being my heals gear. All the enhance gear (5 or so pieces) didnt have chants or anything and I was pulling 9.4k DPS. Don't know if that's noticeable or not
EDIT* When it firsts starts out, it will cast flame shock after unleash elements, but after that, it just goes with the flow of the rotation. If the abilities are on cooldown, it goes onto the next spell that is not on CD. Couldn't get this worked out.
EDIT**Also, in your totem bar, set the fire totems to no totmes for searing flames. Also, I did not touch the AoE portion of this rotation yet, just trying to perfect the single target as much as possible.
EDIT*** Updated profile with error I did not know was there till after I closed and re-opened PQR.
EDIT*** Didn't notice I had removed sheurons print code from the init part of the code. Added back. Also, how would I go about adding more to that? About adding thanks to it?
EDIT***** I'm just gonna remove the whole thing for the time being till I can get a init script made by hand or can get this one worked out. For some reason, it doesn't work good with 2 inits trying to get it started. For example, I could just leave Sheurons init in there by itself, load up ONYA's Resto script to getthe libraries loaded up and it works great. But I cant get both of them in there at the same time without errors.
Last edited by firepong; 01-27-2012 at 12:44 AM.
Bubba how was that unholy pvp profile test you made? I am thinking of trying to edit some stuff for it to work based off what ya got.
Does anyone have anything in the works for a ret pvp profile? i've toyed with some of the premade pve ones and tried to mix and match but still not running optimally. i'm completely clueless when it comes to this code. things like casting freedom on other people and cleansing yourself to get out of movement impairing effects.
edit: just wanted to say how awesome this is btw thanks a lot for everything.
Lol it was almost exactly like my pve rotation, but it just had level and boss checks removed from the CD abilities haha. I can't remember his name, but there was another profile writer that released a dk arena profile right around the time that I released my first dk profile and his was a lot more in depth than mine so I stopped writing the pvp side of my profiles haha
Didnt realize i deleated it, I just did a full copy O.o must have missed something. I'll go back through and add it in.
EDIT* Ok, I seen where it was, thought it was still in there as I didn't know it was saved after i removed in. Prior to what my other post says, I do remember now that I was removing things from it and just trying to take out all that wasn't needed. But the funny thing is, to fix the code that was bugging it out from starting, I had to use the init code from ONYA RESTO PQR.
If you guys want, I can just take it down. Just thought I would upload what I had pieced together :confused: To all that I posted aboe about borrowing parts from.
Last edited by firepong; 01-26-2012 at 11:53 PM.
I'm still waiting for the profiles crystal tech was gonna release for warlocks.
Much anticipated.
Working on a Elemental Shaman rotation.
xeronshaman270112PQRProfiles.zip
Feedback is welcome
Guys I got a problem, I have my WoW opened, I open the program, select my character, select the rotations, when I go in game to the training dummies and targe the training dummies, pressng the hotkies does not actiavate my rotations? what is this?
Thanks in advance,
me