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.

Featured Replies

  • Author
2 hours ago, Droidz said:

Hello, run this code from your profile :

wManager.Wow.Helpers.Radar3D.Pulse();
wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true;

 

Thank you and where can i find info like this?

  • 1 month later...
On 5/5/2022 at 10:01 AM, Droidz said:

Hello, run this code from your profile :

wManager.Wow.Helpers.Radar3D.Pulse();
wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true;

 

where must i put this code in to auto start radar3d every time i open wrobot?

33 minutes ago, Droidz said:

No, you cannot run code when WRobot is opening.

Ok so how can i make it to auto activate radar,where in profile do i put the code you posted?do i put it in my gathering profile at the top?

Hello, to add code to your gatherer profile you can use https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ :

c#: wManager.Wow.Helpers.Radar3D.Pulse();

 

But, I think it's better to do it with plugin :

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        wManager.Wow.Helpers.Radar3D.Pulse();
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

(save this code in .cs file type in the folder "Plugins")

3 hours ago, Droidz said:

Hello, to add code to your gatherer profile you can use https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ :

c#: wManager.Wow.Helpers.Radar3D.Pulse();

 

But, I think it's better to do it with plugin :

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        wManager.Wow.Helpers.Radar3D.Pulse();
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

(save this code in .cs file type in the folder "Plugins")

Thank you so much,plugin works like a charm 😄

 

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.