What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Lags when many mobs around

g0dzix

Member
Joined
Jul 3, 2014
Messages
39
Reaction score
2
When on the screen 10-20+ mobs, i have huge fps drops and mostly die, without exilebuddy all works fine

In this log, i opened breach and have hard lags like 3-5 fps
 

Attachments

Try a stock bot without using any extra plugins and see if you still experience the same issues. If so, try to reduce client graphics settings and whatnot.

The issue with Breach is the massive amount of mobs that get spawned, so any mob processing logic can slow things down a lot as there's so many objects to process.

Unfortunately, there's no real work around for this because it requires a different core design than what is in place. Basically it comes down to either not processing mobs at all (kind of useless for a bot), or spreading out updates across multiple frames (complicated and requires a lot of internal rewriting).
 
I did actually tested stock bot without any plugins at all, that does not help, still huge fps drops when mobs around, and crazy fps drops when breach opens.
this is quite big issue lately, this really need a fix.

@pushedx is there any quickfix for that? maybe even that will load CPU more, but prevent huge fps drops.
 
You can try this. Add somewhere in a plugin.cs after initialize BotManager.MsBetweenTicks = 50(or higher value);. Should be like:
public void Initialize()
{
BotManager.MsBetweenTicks = 50;
}
Also just mention my bot are ok even on 6 yr old e5700 with remote control and some custom plugins that use a lot Tick() logic.
 
Try a stock bot without using any extra plugins and see if you still experience the same issues.
It works! But i cant bot without plugins
Is there a "broken" plugin or any plugin adds some lags?

Upd:
When i disable AIF, i have huge performance boost, but many other people uses it without problems, how i can fix it?
 
Last edited:
Exacly the same issues here and with my friends...Breach+bot=3-10fps during the opening if i stop the bot its stable 30 fps even with the mass amount of mobs around me...Potato graphics doesnt help at all,even advanced poesmoother doesnt help during the breaches...We need some solution for this.Yes,we can disable the breaches and problems will be solved but those breaches contain massive amount of loot and you dont wana miss that...
 
Back
Top