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.

Using "Combat only = true" spells when not in combat...

Featured Replies

Hi

I want the bot to only cast Bloodrage if he is in combat. however, even with these 2 options. "combat only = true" and a spell condition of "me in combat = true" he still casts it when he's running around and ready to engage. 

This hinders the warriors ooc healing ability and stops him using charge. 

Am i missing something here?

Thanks

 

 

image.png.5b8935a7514855f2c1bdef2e4a27654a.png

In Combat for wRobot means flagged for combat or even just starting a fight.
Use C#  => ObjectManager.Me.InCombatFlagOnly
Which is just combat flag, or
ObjectManager.GetObjectWoWUnit().Any(u => u.IsTargetingMe) 

  • Author
2 hours ago, Matenia said:

In Combat for wRobot means flagged for combat or even just starting a fight.
Use C#  => ObjectManager.Me.InCombatFlagOnly
Which is just combat flag, or
ObjectManager.GetObjectWoWUnit().Any(u => u.IsTargetingMe) 

Thanks @matenia I'll give that a whirl! So neither of the 2 options i linked are actually "in combat"? they are both referring to in combat or "about to be in combat"? strange. 

  • Author
1 hour ago, KDiddy said:

Try using Target in Combat Range = True

I dont want them in range though, i want to be physically in combat before using it ? could try some kind of <10 yrd range though

It works perfectly for me on that setting ?

I have it prioritised just after a charge check, so I don't lose the option to close in quick if needed.

  • Author
21 hours ago, KDiddy said:

It works perfectly for me on that setting ?

I have it prioritised just after a charge check, so I don't lose the option to close in quick if needed.

Thanks, this does indeed work. The Target in combat range must mean target in melee range. He now only does the range if he is in combat and already charged or unable to charge. ?

 

Thanks

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.