Jump to content

NvD

Members
  • Posts

    29
  • 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)
×
×
  • Create New...