This intended functionality can now be enabled with v3.0.22 Please post a full log so I can look into it. Comparing v2 to v3 I have added about 5000 lines of code and totally reworked the main logic, added several features, etc. There's a comment from me explaining why hearthing to capital is crucial for some new added features (in case you want to disable setting hearthstone, those functionalities won't work). You may want to have a look at it. ⌠ KoM ⌡ is checking a lot of conditions and reads some variables from WoW; in order to improve performance those checks are performed the very first tick and will partially be updated each second. If you are interestes in what amount of checks are performend and how long those lines of codes need to perform, you can enable "Runtime Logging" from settings menu and switch to diagnostic level from HB's settings. This might give you a clue what amount of code is performed in the background
Dont know what the problem is ... :/ this time the hearthstone is even in sw... sooo don´t know what is wrong
There is a full log ... from me :/ so can you please answer would be really nice hope you have a good day !
bot is not working if i use the plugin , i clicked on start button , but the bot stopped . but if i remove the plugin , the bot will work .
Seems like there is one line that might cause and error while trying to open an item. Open KeepOnMoving.cs and try replacing PHP: if (_effects.Count == 0) with PHP: if (_effects == null) and let me know if that has solved the issue.
I recently updated from old to this update, the plugin is really good and I donated some euro's to you, but I do have some things I don't like. -Lots of new options I don't (want to) use, turning them off for new chars takes a long time, perhaps we can get a save and load function built in? -Seperate option for harvesting nodes and training skills? I do want to train my skills ,but I don't want the plugin to handle gathering. -Option for learning herbalism and mining in Dalaran? -Restoring graphic options reset my FPS, I have it set to 15 and 15backfps but the plugin restarts this at boot. I haven't played around with it beyond that, but I was very satisfied with the old build.
[QUOTE =“mh66,post:2429609,member:367222”]似乎有一行可能会导致和错误,同时尝试打开一个项目。 打开KeepOnMoving.cs并尝试替换 PHP: if(_effects.Count == 0)[/ PHP]同[PHP]如果(_effects == null)[/ PHP]让我知道这是否解决了这个问题。[/ QUOTE不,DH号码仍然启用,HB停止。其他专业人数正常
I will upload a new build today; try this one and let me know if this has solved it. Actually I have never experienced this issue with pre legion content, so I guess it's related to some kind of items you will get in legion KoM has trouble handling. Please try to use google translator next time; I can't understand any chinese
That's a clever idea; I will think about it. You will find KoM's settings under "Settings/KeepOnMoving"; there you will see different *.config files being just normal *.xml ones. If you want to copy a bunch of setting to a new char, just copy the settings file and add the name of your char to this file name. When KoM loads it will look for a file named "{RealmName}_{CharName}.config" and loads settings from this file. So I guess you started skilling herbalism on Broken Isles at 110? Is that correct? My intention was to skill herbalism/mining while questing from 1 to 110 and I have never thought of the possibility, someone wants to learn herbalism/mining at 110. I have thought about that just yesterday and think I will add trainers from all over azeroth to the database, so KoM will automatically choose the closest one and does not need to hearth back to SW/OG. Furthermore I would like to adapt the routines being compatible to Echo's new questing pack which I am absolutely fascinated of - so smart ideas he has. "Low Graphic Mode" is set fix to - FPS of 20 - BackFPS of 20 - Renderscale 10 % and you can't change those values. The values you define in the settings are the one KoM will change back to if HB stops or pauses. So if you want to have unlimited FPS and BackFPS and RenderScale of 100 % while playing manually, add those values to your settings.
i tried to use if (_effects == null) instead of if (_effects.Count == 0) , but the bot is still not working if i use the plugin , i also get this message if i click start button. [ Hotkey: To add a LOGMARK, press: [Shift+Alt+Ctrl+M] ] should i press shift+alt+ctrl+m to use the plugin ? because i don't know what this message mean.
I will upload a new build in a few minutes. If this new one doesn't work either I will upload a profile for debugging and giving me some information on the items you carry in your bags; as I don't have this particular item, I can't reproduce this error.
actually i opened keeponmoving.cs , as a notepad , and i changed if (_effects.Count == 0) to (_effects == null) from notepad , so i did it wrong or right?
If you have replaced with PHP: if (_effects == null) (with "if" at the beginning), then you did it correctly.