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.

Use of dragon roar only when enraged

Featured Replies

Hey,

I have been playing around with Dragon Roar and I can't for the life of me get it to cast only if Enrage is up. It will always cast automatically when available no matter what conditions I set It's like it doesn't pick the buff on me up. Could I grab some assistance in this space. C code appreciated.

Thanks.

55 minutes ago, Darkscarletz said:

Hey,

I have been playing around with Dragon Roar and I can't for the life of me get it to cast only if Enrage is up. It will always cast automatically when available no matter what conditions I set It's like it doesn't pick the buff on me up. Could I grab some assistance in this space. C code appreciated.

Thanks.

I can't provide C but i can give you an example in C#
 

            // Create spell instance
            Spell dragonRoar = new Spell("Dragon Roar");

            // Validate
            if (ObjectManager.Me.HaveBuff(new Spell("Enrage").Ids) && dragonRoar.IsSpellUsable)
            {
                // Use spell
                dragonRoar.Launch();
            }



The spell will be launched if you don't have the spell at your self and dragon roar is ready to use.
ps: you need to check the spell names if they are correct

 

Hope that helpes.

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.