hey guys can someone make this for me please if taste for blood (60503) proc it will change stance to battle stance (2457) then use overpower(7384).
hey guys can someone make this for me please if taste for blood (60503) proc it will change stance to battle stance (2457) then use overpower(7384).
Delicious!
if UnitBuff("player", "Taste for Blood") then RunMacroText("/castsequence reset=1 Battle Stance, Overpower ")
this is a newb code but it should work.
---------- Post added at 01:50 PM ---------- Previous post was at 01:46 PM ----------
sheuron
Dunno if its just me but it seems like my hunter dps was decreased with this new updated comparing to the 1 befor.
PQR_IsMoving(seconds) = returns true or false if the player has been moving for X seconds. If the player has been standing still for 1 second this resets to false. Molten Feathers will cause this to always return false.
PQR_IsCastingSpell(spellID) = returns true if you are casting (or channeling) the specified spell ID.
PQR_NotBehindTarget() = returns true if you try to cast a spell that requires you to be behind your target and fail. Reverts back to false after 3 seconds.
UnitBuffID(unit, spellID, [filter]) = identical to UnitBuff() in terms of returns, but accepts a spell ID instead of a spell name. Translates the spell ID to a spell name then does a UnitBuff() lookup.
UnitDebuffID(unit, spellID, [filter]) = identical to UnitDebuff() in terms of returns, but accepts a spell ID instead of a spell name. Translates the spell ID to a spell name then does a UnitDebuff() lookup.
---------- Post added at 03:10 PM ---------- Previous post was at 02:52 PM ----------
I wanted to explain the per-ability Cancel Channel functionality ahead of time. This setting defaults to "False" for every ability, however when set to "True" it will allow a spell to be cast during a channel. XMLs will be backwards compatible, and if an ability doesn't have a <CancelChannel></CancelChannel> setting in the XML it will just be assumed to be False. It will be up to the profile designer to determine when an ability that is set to True should interrupt the channel, and they can do this by implementing code into these abilities that looks like this:
Simply: An ability labeled as "Cancel Channel" will still function even if the player is not channeling, it will just have the added ability to cancel a channel by executing the spell ID or actions in the ability.Code:local _, _, _, _, _, playerChanneling = UnitChannelInfo("player") if playerChanneling ~= nil then local currentTime = GetTime() * 1000 if (playerChanneling - currentTime) > 300 then --we have more than 300ms left on our channel time end end
Last edited by Xelper; 09-26-2011 at 02:29 PM.
love the ideaand thank your for the list of your functions, was always curious if there were more out there than i knew about lol
---------- Post added at 02:47 PM ---------- Previous post was at 02:41 PM ----------
lol the part where it's only for pve made me laugh
i know very well that this thing can be used to rape pvp XD
Thanks Xelper![]()
This program is gonna be around forever!!!!
I'm an optimist.
after i finish my holy paladin rotation......
what else is left to code besides rogue stuff? (which i don't have a good character of to code personally lol)
and im not including all of the pvp rotations.... those will have to be done by pvp enthusiasts of each class![]()
Did anyone manage to code a working line of sigh check yet ? That would be awesome.
+Rep and Donated! Thanks alot bud!
Disc priest coff coff...:P still no good profile out and on the rogue codes there are a few really good out combat by sheuron and a assasination 1 that i dont know the name of the rigther (sorry m8) sub profile seen 2 out but .. none decent .
Lately i had more fun testing profiles them actually playing the gamei'm going on a big trip in a few days to a country where theres no access to internet or very few access so will be away for atleast 3 months.
hope that this project continues to grow and improve, and i want to specially tks to the designer of the project and the nice comunity that was formed tks to it.
See ya all in 3 months![]()
just realised we don't have a moonkin profile.
can i request for 1 please. thank you
Updated PvP/Pve (Yes fixed PvE Holy rotation) Holy Paladin
-----------------download----------------
PvP_Holy_Paladin_BETAv2.2_BETA.zip
Notes:
*Added Holy Wrath to cast on focus target if focus target is Undead, Demon or Elemental
*Added Turn Undead to cast on focus it focus target is Undead or Demon
*Removed Mouseover from the new targeting system ONLY on PvP because it was causing me more headaches than it helped fix
*Fixed Holy PvE and updated it to use the new Targeting System. Played around with healing levels to conserve mana, may have gone to far or not enough, didn't test long enough to see
*Added Hammer of Wrath to cast when Target is under 20% health (Hammer doesn't become active if your focus target is under 20%)
*Minor bugs fixed here and there and were beneath my interest to remember![]()