Closed ghost closed 10 years ago
I have no idea where you put that piece of code. Keep in mind Thread.Sleep(1000) is a .NET method so I have nothing to do with it.
If you want to schedule reoccurring actions, use the ScheduleAction() method https://github.com/jackpoz/BotFarm/blob/master/Client/AutomatedGame.cs#L214
why Thread.Sleep doesn't work for OutPacket packets ?
this should send packet every second but it didn't