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
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