Jump to content

My enhancement shaman fight class.


Ohren

Recommended Posts

If anyone can fix the issue in my enhancement fight class, I will be so happy. It's confused me for too long. Sometimes Lightning Bolt won't be cast even though the Maelstrom Weapon stack is at 5. I am leveling my enhancement now, and even using Healing Surge with the condition Buff Stack Maelstrom Weapon == 5, it doesn't work.

Link to comment
Share on other sites

  • 2 weeks later...

I can confirm, that there is a Bug.

 

For raiding it should be cast at 3-5 Maelstrom Weapon, but in most cases it wont.

 

condition Buff Stack Maelstrom Weapon bigger 3 also wont work.

 

I thought maybe Lightning Bolt iss Buggy - so i tried it with Chain lightning - same result.

 

So I am thinking, the Bot can not recognize the Maelstrom Weapon Buff.

 

Maybe it is like the Stormstrinke, wich has to be renamed in primal strike?

 

Maelstrom weapon maybe has another Name?

 

Sorry that I can not help more.

 

Dark

Link to comment
Share on other sites

Ohren, I figured out, why it wont work, after a bit lua digging.

 

Here is a Workaround!

 

Just use:

 

Lightning Bolt

Condtion

BUFF    Maelstrom

Need     True

 

Nothing else.

 

The Bot will cast LB when reached 5 Stacks.

 

Reason - When you reach 5 Stacks of Maelstrom Weapon you gain the AURA Maelstrom (which is not shown )- thats what we use with above mentioned condition.

Link to comment
Share on other sites

Yes! I'm surprised I never caught that. All my fight classed should be getting updates before Monday.

Dark, any other fight classes you need? I'll spend a bit of extra time on it. XP

Link to comment
Share on other sites

Hey Darktempler, I have found a better work around.

 

Using LUA just put down...

_, _, _, count, _, _, _, _, _, _, _ = UnitAura("player", "Maelstrom Weapon");

In return value research use "5".

In return value var user "count".

 

Fires perfectly. I was having issues using the normal Buff => Maelstrom = True

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...