It seems like KoM tries to hearth as your char hasn't moved for a certain amount of time; beforehands it tries to mount up. You could change your mount spell and try again - maybe it's related to that. PHP: [00:50:22.252 V] Warning: Encountered blackspot of radius 48.2. Blackspots of this size may cause problems. Decrease the radius to below 40 to disable this warning. - On line 29 [00:50:22.252 V] Warning: Encountered blackspot of radius 155.2. Blackspots of this size may cause problems. Decrease the radius to below 40 to disable this warning. - On line 31 [00:50:22.252 V] Warning: Encountered blackspot of radius 89.0. Blackspots of this size may cause problems. Decrease the radius to below 40 to disable this warning. - On line 32 [00:50:22.252 V] Warning: Encountered blackspot of radius 89.8. Blackspots of this size may cause problems. Decrease the radius to below 40 to disable this warning. - On line 33 There are some blackspots that may need some editing; you could decrease radius for those as well.
Sometimes stage 1 to 5 are skip and plugin go directly to stage 6. In the end bot go to stage 1 and finally unstuck me. I could gain some time if you could help me to figure out what to do to make plugin start by stage 1.
Yeah got same problem, instead bot start to jump move back up etc he just run on mount while addon saying stack gonna unstuck w/e nad right after using hs no matter bot is standing on flat surface and all is normal
I think this is happening when there is no mesh navigation. This is why this is happening even on flat surface. Personally i dont use hs.
I can't see any stage 6 log entries from this particular log. KoM usually skips some stages if there is a player nearby or char got stuck in this spot several times (this will result in hearthstone being used).
KoM doesn't check any navigability; if char's speed is below precalculated speed for certain amount of time, stuck routine is triggered.
[18:08:23.616 N] ⌠ KEEP oи MOVING ⌡ Reason: No movement for 45 seconds [18:08:23.619 N] ⌠ KEEP oи MOVING ⌡ Reload profile... [18:08:27.700 D] [Flightor] Set up for movement from <1754.024, 5701.693, 46.35984> to <1799.053, 5650.001, 49.84337> [18:08:28.023 D] [Flightor] Failed ground nav from <1754.024, 5701.693, 46.35984> to <1799.053, 5650.001, 49.84337> with status PathGenerationFailed [18:08:28.023 D] [Flightor] We cannot fly and end location is not reachable by ground from our location. I was thinking that was stage 6 sry. I will try to find a better log today.
PHP: [18:08:23.616 N] ⌠ KEEP oи MOVING ⌡ Reason: No movement for 45 seconds That's why your profile got reloaded.
Yes but my problem is that it reload profile before try to unstuck by moving. This is no a big problem because after a few minutes it start to try stage 1 in most cases. But if i could make plugin to try stage 1 first that would be great. If i get a better log to attach i will.
Stage 1 is used for UNSTUCK procedure; if a char hasn't moved for a certain amount of time, MOTIONLESS procedure is triggered which will first reload profile, check if char moves, reloads a seconds time and then starts UNSTUCK procedure in case char is located in a spot that HB has trouble to navigate out of.
I am about to release a new build when I finished testing. Currently I am testing a new function that will skill and train mining, herbalism, skinning while leveling; this should result in a char being max skilled when reaching max level.
Are you saying that if I boost a character lv 100 then level by questing your plugin could make him maxed when reaching level max ? This could be a nice function.
Char will get maxed with leveling from 0 - 110 more likely. I don't think there are enough herbs/minerals your char could gather while leveling within those 10 levels to max out a gathering profession.
Ok this is why i asked. But bot already gather by itself. Whatever I'm sure if you add a function there is a point. I will see when you'll implement it.
HB will not gather any herb or mineral, that's why I implemented a function that will force HB to do so, e.g. when my char went to Northrend mining skill was at about 170 (and it should have been at around 375 at least).
I dont know if this is related but if you use auto loader v2 there is something that can make your character not gather. <!-- Configuartions --> <CustomBehavior File="UserSettings" HarvestHerbs="false" HarvestMinerals="false" /> <!-- No distractions! --> <!-- END Configurations -->
Thank you for letting me know but I am already aware of this. At first I have added a routine that will guarantee HarvestHerbs and HarbestMinerals is always set to true and although these settings were always forced to true, HB will ignore some depending on current action. So 175 for mining in Northrend was a result of using questing profile pack with settings forced to true and that's why I added a routine that will monitor your skilling progress depending on your current level. If your skill is lower than needed, KoM will force to gather until estimated value corresponds to your actual one. If you monitor low level questing, you will see quite easily HB will not gather any node, just some depending on your current task.