What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

quester auto start free for all

yura

Member
Joined
Jan 15, 2010
Messages
263
Reaction score
3
using System;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using ArcheBuddy.Bot.Classes;


namespace DefaultNamespace{
public class DefaultClass : Core
{
public void PluginRun()
{
while (gameState != GameState.Ingame)
Thread.Sleep(100);
Thread.Sleep(15000);
RunPlugin("ArcheQuester - Questing 1-33");
}
}
}


just complile new plugin & add this plugin to auto run
 
Thank you, was looking for something like this :)

EDIT: Works flawless!
 
Last edited:
ty not to me - OUT made it...i just copy here
 
using System;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using ArcheBuddy.Bot.Classes;


namespace DefaultNamespace{
public class DefaultClass : Core
{
public void PluginRun()
{
while (gameState != GameState.Ingame)
Thread.Sleep(100);
Thread.Sleep(15000);
RunPlugin("ArcheQuester - Questing 1-33");
}
}
}


just complile new plugin & add this plugin to auto run

what does this mean? does tat mean it starts doing questing till 50?
 
Wait i dont get it. Doesnt Archebuddy have a "auto start" feature already?? I must be missing something... sorry.
 
Back
Top