Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Help with Spells

Featured Replies

I am making a FightClass for Fury Warrior spec and what I am trying to achieve is to make it so that my Dragon Roar is ONLY casted before the use of Rampage. But the problem is Dragon Roar is a CD and Rampage is based on rage. So if I put Dragon Roar before Rampage in priority it will always be used regardless if Rampage is available. But if i make it so Dragon Roar is only used if Rampage is available causes another issue. Rampage in my rotation can only be used if I am not buffed with Enrage or if I am at a 100 rage. So it seems impossible to do this through FightClass editor.

Is there a LUA code where I can make it so that Rampage becomes available that when the bot goes to use it that it always casts Dragon Roar if it is available before casting Rampage?

18 hours ago, Arkatetk said:

I am making a FightClass for Fury Warrior spec and what I am trying to achieve is to make it so that my Dragon Roar is ONLY casted before the use of Rampage. But the problem is Dragon Roar is a CD and Rampage is based on rage. So if I put Dragon Roar before Rampage in priority it will always be used regardless if Rampage is available. But if i make it so Dragon Roar is only used if Rampage is available causes another issue. Rampage in my rotation can only be used if I am not buffed with Enrage or if I am at a 100 rage. So it seems impossible to do this through FightClass editor.

Is there a LUA code where I can make it so that Rampage becomes available that when the bot goes to use it that it always casts Dragon Roar if it is available before casting Rampage?

That doesn't seem impossible.

Dragon Roar is ONLY casted before the use of Rampage

"Is Spell Usable" ==> Rampage, need true

In case rampage is a buff, you can also check for buff instead.

Rampage in my rotation can only be used if I am not buffed with Enrage or if I am at a 100 rage.

"Buff Casted By Me" ==> Enrage = False

"Rage" ==> Equal or higher value 100

 

If you want to use Spell ID to verify buff you can also use C sharp code:
wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff( Spell ID )

 

There is also another thing with conditions...

Whenever you add a spell to the rotation, when you add conditions, they always reflect as AND.

In order to get the OR condition, you might need to add the spell twice.

As example...

Dragon Roar ==> Is Spell Usable,  Rampage, need true
Rampage ==> Buff Casted By Me, Enrage, need false
Rampage ==> Rage, Equal Or Higher, value 100

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.