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.

Regen before looting

  • Version: All
  • Product: WRobot General
  • Type: Suggestion
  • Status: Fixed

The bot seems to be placing a higher priority on looting over taking time to regen. Please consider placing REGEN as a higher priority over LOOTING. Often time the bot will be very low health and/or OOM and the act of moving to loot pulls more mobs before being able to regen using drink/food typically causing an unnecessary and stupid death. 

Now:

  1. Fight
  2. Loot (accidentally pulls mobs and possibly dies)
  3. Regen

Ideal:

  1. Fight
  2. Regen
  3. Loot

Thanks

User Feedback

Recommended Comments

Wicked Guardian

Members

Maybe just needs some logic to detect if mobs are close by the loot or something. The bot seems to kamikaze into mobs after a fight just to loot. Does not seem fight class dependent, but I could be wrong. 

Hello, by default WRobot regen before to loot, you are probably tagged in combat (server bug?), try to use this plugin: DontSkipRegenIfFlaggedInCombat.cs

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        wManager.wManagerSetting.CurrentSetting.SkipRegenIfFlaggedInCombat = false;
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

 

Wicked Guardian

Members

Droidz, that plugin seems to be doing the trick. Thanks.

Monkeylimits

Members

how do i add this code to my bot?

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.