April 11, 20188 yr Wrobot uses too much CPU Only Warmane Wow 2.4.3 (with other versions everything is fine) Loading processor jumps from 5 to 20% CPU AMD Ryzen 5 1500x, 16 gb ram 11 апр 2018 17H07.log.html
April 12, 20188 yr Hello, try to disable all of your plugins and your fightclass, and reenable these one per one (to found what plugin/fightclass that cause the problem).
April 12, 20188 yr Author I disabled all the plugins, changed to different fight class, nothing helped
April 12, 20188 yr On some TBC servers, all meet objects (players, items, gameobjects, ...) seems to keeps in memory, if your character go to big city or if you running too long WRobot session the CPU usage can increment. You can test if "/reload" resolve probleme (and run this macro sometimes) You can also try this plugin Main.cs : public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.wManagerSetting.CurrentSetting.ReadObjectManagerFTS = 2; } public void Dispose() { } public void Settings() { } } (you can change value line 5 (default WRobot value is 10))
Create an account or sign in to comment