My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Hey guys, I'm trying to make something that most of you would find useless, but seeing as I play on an RP realm and play a Worgen I would like to be in human form when not in combat. And since blizz changed the way worgen transformation works my addon I made will no longer auto shift me into human, I'm looking to add an ability that will check if I am out of combat and if so, then to check if I'm worgen, if so it will uses two forms. Anyone able to help me out?
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Sadly, to say, I have yet and do not plan on making any alliance character's. You would have to code it yourself or get someone else to code it then add it into a interrupt profile. All I was saying was stuff like what your wanting, I usually package into a interrupt profile to keep out of main stream raid profiles. It was all I was getting at. Sorry for getting your hopes up.
*crys* I can't figure out how to tell if I'm in worgen form or not via pqr, if I could do that, it would be simple.
Do or Die
[PQR] Monk Mistweaver
You can't.
It's not a "Shapeshift" form, but you can do it with another way.
If you are out of combat, making him use the spell an save a Variable like: IsHuman = true.
Then when you go to combat,
IsHuman = False.
etc..Code:If UnitAffectingCombat("Player") and IsHuman = False then
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063
Unfortunately blizzard removed the api to check for worgen shapeshift form...I tried messing around with it in combatlog but got nowhere.![]()
worgenformon = 0
if UnitAffectingCombat("player") and worgenformon == 0 then
worgenformon = 1
end
if not UnitAffectingCombat("player") and worgenformon == 1 then
worgenformon = 2
if worgenformon == 2 then
castspellbyName("two forms")
worgenformon = 0
end
end
try this might need to change the castspellbyname
Please if someone helped you donate rep to them.
I never said thank you for making this and ive used it quite a lot. Sooo... thank you.
My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/
i need some help..
i cant get it to work.. :
(priest halo)
cast spell 120517 if player mana ABOVE 35%
Battle horn
cast spell 126318 if item 86565 has no cooldown and player mana is above 25%
dispersion
cast spell 47585 if player mana is below 50%
i would be verry happy if anyone could help me..
i will also spend some rep for it.. (is this allowed?)
Last edited by Pdey; 02-15-2013 at 12:34 PM.
Hey! this bot sounds real great! :3
Sadly, im not the smartest of people and i'm having a bit of trouble :< I have got a profile for my ret paladin (got the abilities and rotations)
I select them in the menu, go ingame and press ALT + X to enable them...but...my character doesnt do anything after that? :S she just auto-attacks. is there something I should be doing? or? O.o
Im so confused, any help would be greatly appreciated! :3 <3
Last edited by scuzi; 02-15-2013 at 12:48 PM.