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.

NvD

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    NvD got a reaction from fragik in How to Schedule Gatherer Profiles   
    If believe you want something like this, to set up in Schedule page:
    - gather - foxflower profile - 20 min
    - gather - starlight rose profile - 20 min
    - grinder - dreamleaf profile - 20 min
    I want also something like this.
    At the moment in Schedule.xml file we have only the product name and not the actual file that will be used:
    <Tasks>
        <Task>
          <ProductName>Grinder</ProductName>
          <MinTime>20</MinTime>
          <MaxTime>30</MaxTime>
        </Task>
        <Task>
          <ProductName>Gatherer</ProductName>
          <MinTime>20</MinTime>
          <MaxTime>30</MaxTime>
        </Task>
        <Task>
          <ProductName>Quester</ProductName>
          <MinTime>20</MinTime>
          <MaxTime>30</MaxTime>
        </Task>
      </Tasks>
     
    Dont think we can achieve this using relogger, any advice anyone?
  2. Like
    NvD got a reaction from ivansosajigga in Q: Unwelcome Visitors 42160 - part 1   
    Thanks Droidz, it worked :), here is how I did it (it will try multiple times to destroy the portals since its destroyed before i cast :)
    var path = new List<Vector3>() {
        new Vector3(721.8674, 5322.935, 57.19053, "None"),
        new Vector3(613.8378, 5530.022, 54.96337, "None"),
        new Vector3(587.8415, 5304.021, 45.30553, "None"),
        new Vector3(496.2509, 5307.273, 60.94893, "None"),
    };
    for (int i = 0; i < path.Count; i++)
    {
        if (GoToTask.ToPosition(path))
                {
                        Logging.Write("reach point #" + i);
                        Lua.LuaDoString("ExtraActionButton1:Click()");
                        ClickOnTerrain.Pulse(new Vector3(path));
                        Thread.Sleep(5000);
                }
    }
    return true;
  3. Like
    NvD got a reaction from eeny in Q: Unwelcome Visitors 42160 - part 1   
    Thanks Droidz, it worked :), here is how I did it (it will try multiple times to destroy the portals since its destroyed before i cast :)
    var path = new List<Vector3>() {
        new Vector3(721.8674, 5322.935, 57.19053, "None"),
        new Vector3(613.8378, 5530.022, 54.96337, "None"),
        new Vector3(587.8415, 5304.021, 45.30553, "None"),
        new Vector3(496.2509, 5307.273, 60.94893, "None"),
    };
    for (int i = 0; i < path.Count; i++)
    {
        if (GoToTask.ToPosition(path))
                {
                        Logging.Write("reach point #" + i);
                        Lua.LuaDoString("ExtraActionButton1:Click()");
                        ClickOnTerrain.Pulse(new Vector3(path));
                        Thread.Sleep(5000);
                }
    }
    return true;
  4. Like
    NvD got a reaction from da8ball in How to Schedule Gatherer Profiles   
    If believe you want something like this, to set up in Schedule page:
    - gather - foxflower profile - 20 min
    - gather - starlight rose profile - 20 min
    - grinder - dreamleaf profile - 20 min
    I want also something like this.
    At the moment in Schedule.xml file we have only the product name and not the actual file that will be used:
    <Tasks>
        <Task>
          <ProductName>Grinder</ProductName>
          <MinTime>20</MinTime>
          <MaxTime>30</MaxTime>
        </Task>
        <Task>
          <ProductName>Gatherer</ProductName>
          <MinTime>20</MinTime>
          <MaxTime>30</MaxTime>
        </Task>
        <Task>
          <ProductName>Quester</ProductName>
          <MinTime>20</MinTime>
          <MaxTime>30</MaxTime>
        </Task>
      </Tasks>
     
    Dont think we can achieve this using relogger, any advice anyone?
  5. Like
    NvD got a reaction from Droidz in Turn in quest from popup   
    thanks, i will try it with the next popup quest and get back to you :)
  6. Like
    NvD got a reaction from Bear T.O.E. in Zygor to quester profile help   
    I have imported quests from Zul'Drak and it's not working at all. If you guys know some areas that work, please share (or even if you have Zygor's files more updated, i have from 2014)

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.