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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Need help with functions

SithSquirrel

New Member
Joined
Feb 25, 2015
Messages
27
writing a plugin for myself to start the bot after EB starts
Only part i cant figure out is how to wait 5-10 seconds after EB opens then start it Tick() i tried then figured thats while its started
 
writing a plugin for myself to start the bot after EB starts
Only part i cant figure out is how to wait 5-10 seconds after EB opens then start it Tick() i tried then figured thats while its started

1) Start a Timer on Initialize()
2) Hook the Elapsed event
3) add BotManager.Start() into it
 
Got it to work with starting the bot in "private void LokiPoeOnOnGuiTick(object sender, GuiTickEventArgs guiTickEventArgs)"
So bad but works for me :D
 
Back
Top