What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
Joined
Oct 24, 2015
Messages
60
Reaction score
1
For those with issues with Trinity Lazy Raider, click to pause the simple solution that worked for me is disable quest tools and adventure plugins before starting the bot. Works for me. Hope it helps you!
 
Last edited:
fixed in future version,

plugin.cs

change the part in OnPulse() to



Code:
                            if (Settings.Advanced.LazyRaiderClickToPause && !BotMain.IsPaused && MouseLeft())
                            {
                                BotMain.PauseWhile(MouseLeft);
                            }
 
fixed in future version,

plugin.cs

change the part in OnPulse() to



Code:
                            if (Settings.Advanced.LazyRaiderClickToPause && !BotMain.IsPaused && MouseLeft())
                            {
                                BotMain.PauseWhile(MouseLeft);
                            }

Tested and confirm it works, thanks!
 
Back
Top