Jump to content

maukor

WRobot user
  • Posts

    293
  • Joined

  • Last visited

Reputation Activity

  1. Like
    maukor got a reaction from Pudge for a bug report, Relogger Schedule by Pc Time   
    Hey @Droidz Is there any way you can Add schedule for Relogger, not run/wait specific amount of time, but Run only if Time is for example : 10:00 - 18:00, i found another topic where guy asked the same, but you didnt respond for his second post.
    Relogger quickstart with windows setup schedule may work, but when you wanna add 4 groups by 6 hours a day in sequence with 1 relogger it wont work that way. or maybe it's hard to setup.
    Back in days i used something like Run 360 , wait 1080 and second group where Wait 360 / run 360 / wait another missing part from waiting before, but when you add new account, everytihng is fked that way, and if you wanna fullfill whole pc with 10 accounts, you need to be sure that all other wows that are not in correct time group should be offed.
  2. Like
    maukor got a reaction from TheSmokie for a bug report, Relogger Schedule by Pc Time   
    Hey @Droidz Is there any way you can Add schedule for Relogger, not run/wait specific amount of time, but Run only if Time is for example : 10:00 - 18:00, i found another topic where guy asked the same, but you didnt respond for his second post.
    Relogger quickstart with windows setup schedule may work, but when you wanna add 4 groups by 6 hours a day in sequence with 1 relogger it wont work that way. or maybe it's hard to setup.
    Back in days i used something like Run 360 , wait 1080 and second group where Wait 360 / run 360 / wait another missing part from waiting before, but when you add new account, everytihng is fked that way, and if you wanna fullfill whole pc with 10 accounts, you need to be sure that all other wows that are not in correct time group should be offed.
  3. Like
    maukor reacted to Matenia for a bug report, Adding plugin code to "base" code   
    This is more of a question/request than a suggestion.

    When I load my code inside a product, every bit of code in that product is available to the bot. So for example, I can have a class like this:

     
    public class OffmeshHelper { public static void TakeDeepRunTram() { //code to enter portal, take tram and leave through other portal } } Then when I have offmeshes, I can add c#: ProductNameSpace.OffmeshHelper.TakeDeepRunTram().
    This is perfect. I can properly use and test my code while running the bot but also keep my offmeshes clean and readable.

    How can I achieve this from a plugin? I want to make my helper classes available to wRobot's offmeshes (or maybe even a Quester profile etc).
×
×
  • Create New...