Jump to content

vodkalol

WRobot user
  • Content Count

    31
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    vodkalol reacted to Droidz in how to schedule the auction   
    Hello,
    Like this: 
    Don't forget to activate "Relogger" option in the tab "General Settings" > "Enter advanced settings" > tab "Relogger".
  2. Thanks
    vodkalol reacted to Droidz in Random wait time   
    Hello, use plugin like:
    using System.Threading; using robotManager.FiniteStateMachine; using robotManager.Helpful; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnAfterRunState += delegate(Engine engine, State state) { try { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore && state.DisplayName == "Looting") { Thread.Sleep(Others.Random(1000, 5000)); } } catch {} }; } public void Dispose() { } public void Settings() { } }  
    RandomWaitAfterLoot.cs
  3. Like
    vodkalol got a reaction from Marsbar in C# Fightclass development - video tutorial   
    Thanks a lot for taking your time to help the next generation of programmers/botters ^^
    I will defendly watch your video because I have decided to use Wrobot as the project to learn me programming 4 real. I know the basics of Python but then life went up side down and I had to take a break from learning programming. Wow botting is what will motivate me to get back at it ^^ 
    I have always loved wow botting. 
  4. Thanks
    vodkalol got a reaction from Droidz in About my licsence key!!   
    Thanks your the best.
    The bot worked so did not download your suggested files. 
    But downloading them now 🙂
    Your bot is awesome btw. 
    I used all the old well known bots on retail in the past.
    Good work! 
  5. Thanks
    vodkalol reacted to Droidz in About my licsence key!!   
    Install vc++ and slimdx https://wrobot.eu/files/file/2-wrobot-official/
×
×
  • Create New...