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.

Force Stop Battleground Free Movement and Targeting/Attacking

Featured Replies

I'm building a custom profile/healing fight class for PvP and the Battleground Free State is force targeting hostile players and trying to attack them in the short window between targeting the intended friendly target and casting the heal spells.

Along with the targeting, the forced movement is messing with the class as well. 

Is there a way to force stop the movement and fighting until re-enabled by a function?

As in:

Me.InCombat = true;

Battleground.Dispose();

...fight class with personal movement and targeting...

Me.InCombat = false;

Battleground.Run();

14 hours ago, Droidz said:

Hello,


 wManager.Events.FightEvents.OnFightStart += (target, cancelable) =>
        {
            cancelable.Cancel = true;
            while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && ObjectManager.Me.InCombat)
            {
                // you custom move....
            }
        };

 

There is any way to add the fight class profile to block the bot to control the movement?

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.