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.

Pathfinder problem again?

Featured Replies

  • Replies 52
  • Views 12.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Fix or refund please.

  • You guys are morons. Someone is clearly attacking his server. If it was that easy to fix he would've already done it. Give it a few days, it's not like he's not trying.

  • Hello, I again added security code, I hope than this time its good. To wait to be sure than problem are resolved, I recommend to use this plugin: https://wrobot.eu/forums/topic/9678-pathfind

29 minutes ago, Droidz said:

Sorry for the inconvenience, the server has worked for more than 6 months without problem, but since few days he get troubles, I added security code and more debug logs server side to try to avoid to get this problem again.

I had folio hat theory that Lights hope is DDOS:ing youre path finding server to bring it down for catching up ton of bots at once, is there something like this possibly happened?

Yo, wtfs happening Droidz, several times a day path server down + hundreds of your clients walking against walls and doing dodgy shit. everybody is loosing chars on mass because of that shit. The service we pay performs poorer than freeware, wtf are we paying for when we cant use your product without  getting banned?

 

Got a deal with LH ?;)

12 minutes ago, kpeno said:

Need code for pause bot ? Or he is going in the wall

Try PathFinderPathIfDown.cs

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        robotManager.Events.LoggingEvents.OnAddLog += delegate(robotManager.Helpful.Logging.Log log)
        {
            try
            {
                if (log.Text.StartsWith("GetRequest(string url=\"http://pathfinder") ||
                    log.Text.StartsWith("GetRequest(string url=\"https://pathfinder"))
                {
                    robotManager.Products.Products.InPause = true;
                    wManager.Wow.Helpers.MovementManager.StopMove();
                    robotManager.Helpful.Logging.Write("In pause because pathfinder server seem down");
                }
            }
            catch
            {
            }
        };
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

 

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.