using System; using System.Windows.Forms; using System.Threading; using System.Collections.Generic; using System.Linq; using Jungler.Bot.Classes; namespace speedBuffsMount{ public class buffMePlz : Core { public void PluginRun() { while (true) { UseSkill("На всех парусах"); Thread.Sleep(60000); } } }
public string skillname = "на всех парусах"; {SetGroupStatus("На всех парусах", false); while (true) {if (GetGroupStatus("На всех парусах"))