• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] KeepOnMoving - Stuck handling and more

    Discussion in 'Movement' started by mh66, Jul 9, 2016.

    ?

    What do you intend to use/already use⌠ KEEP oи MOVING ⌡ for?

    1. Leveling chars with Questing Bot?

      27 vote(s)
      55.1%
    2. GatherBuddy2

      23 vote(s)
      46.9%
    3. Other

      10 vote(s)
      20.4%
    Multiple votes are allowed.
    1. crashik

      crashik New Member

      Joined:
      Aug 17, 2011
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      1
      i'm redownload now clean hb and you'r plugin, and see same error. Try pls launch HB in dungeon/raid. if you launch hb with plugin not in dungeon it work fine.

      View attachment 4888 2016-10-27 19.49.txt

      ...it work fine before updating latest hb
       
      Last edited: Oct 27, 2016
    2. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      I don't get this error message. Please post a full log.
       
      Last edited: Oct 27, 2016
    3. Dubljay

      Dubljay New Member

      Joined:
      Feb 8, 2015
      Messages:
      96
      Likes Received:
      0
      Trophy Points:
      0
      [/QUOTE]

      Maybe it is addon related but I actually doubt it - as I don't have any addon that will interfere with quest or gossip frames. I implemented a routine into my plugin, that will close all gossip and quest frames when bot stopped and will restart it again. My char won't get stuck on this issue anymore. :)[/QUOTE] (From a personal message), I installed your plugin and mine continues to get stuck on this issue.
       

      Attached Files:

    4. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      You haven't activated "Infinite Mode" - it is crucial for this feature to work.
       
      Last edited: Oct 28, 2016
    5. Kekskruemel

      Kekskruemel Member

      Joined:
      Jan 15, 2010
      Messages:
      236
      Likes Received:
      0
      Trophy Points:
      16
      @mh66

      same problem as crashik.

      Fresh install without any other plugins beside keeponmoving and same problem.
      Was working fine with the previous version of hb.

      Full log attached.

      hb sit there and doesnt write anything new in the log until I stop it.

      thx for your work.
       

      Attached Files:

      Last edited: Oct 28, 2016
    6. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      I will have a look at it. Couldn't reproduce it so far.
       
    7. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Seems like Lua has some trouble getting map position inside of dungeon. Please replace these lines

      PHP:
      public static string mpos Lua.GetReturnVal<string>("x,y=GetPlayerMapPosition('player');return format('%.1f - %.1f',100*x, 100*y)"0);
      public static 
      string lpos Lua.GetReturnVal<string>("x,y=GetPlayerMapPosition('player');return format('%.1f - %.1f',100*x, 100*y)"0);
      mpos Lua.GetReturnVal<string>("x,y=GetPlayerMapPosition('player');return format('%.1f - %.1f',100*x, 100*y)"0);
      with these

      PHP:
      public static string mpos null;
      public static 
      string lpos null;
      mpos null;
      and let me know if this solved this issue.
       
    8. Kekskruemel

      Kekskruemel Member

      Joined:
      Jan 15, 2010
      Messages:
      236
      Likes Received:
      0
      Trophy Points:
      16
      This fix the problem, thx !
       
    9. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Thank you for letting me know. I will think about this issue for next release.
       
    10. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      [​IMG]

      Code:
      [B][SIZE=3][COLOR="#4898ED"]v2.53[/COLOR][/SIZE][/B]
      - Issue fixed: If HB is paused, MOTIONLESS procedure should not start when resumed
      - Issue fixed: When HB is started while in dungeon, [B][COLOR="#4898ED"]⌠ KoM ⌡[/COLOR][/B] will not prevent working anymore
      - Issue fixed: [B][COLOR="#4898ED"]⌠ KoM ⌡[/COLOR][/B] should not start UNSTUCK procedure, while OverrideActionBar is visible (quests with custom action bar)
      - [B][COLOR="#4898ED"]⌠ KoM ⌡[/COLOR][/B] will now not only fix "Failed to pickup quest" issue, but also prevents it (gossip/quest frames will be closed if visible for more than 10 seconds)
      - UNSTUCK procedure slightly improved
      
       
    11. Kekskruemel

      Kekskruemel Member

      Joined:
      Jan 15, 2010
      Messages:
      236
      Likes Received:
      0
      Trophy Points:
      16
      Bot crash for me each time after he has used heathstone set to "The Agent Stand" using Azyul Gold Optimized Profile for Gundrak.

      Log attached. Thx !
       

      Attached Files:

    12. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Thank you for your report.

      In this log, char hasn't hearthed. This error seems to occur on startup after loading some remote codes for your profile. Would you mind trying - for example - questing profile pack to find out, if this is related to this particular profile you are trying to load.
       
    13. Kekskruemel

      Kekskruemel Member

      Joined:
      Jan 15, 2010
      Messages:
      236
      Likes Received:
      0
      Trophy Points:
      16
      It's only with Azyul's Profil, other are working fine.

      Any Idear how to fix the profile, because the main part get streamed, so I can't edit it :/
       
    14. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      I do have a suspicion but I will need some checking to be sure.

      Would you please add this line

      PHP:
      clog("{0} - {1} - {2} - {3} - {4} - {5}"Me.CombatMe.IsAliveIsPlayerInRangeststcProfileManager.XmlLocation);
      before this one

      PHP:
      if(!Me.Combat && Me.IsAlive && ((IsPlayerInRange && st>=20) || stc >= ||
      , run HB and upload a new log.
       
    15. Kekskruemel

      Kekskruemel Member

      Joined:
      Jan 15, 2010
      Messages:
      236
      Likes Received:
      0
      Trophy Points:
      16
      Here is the Log. Thx !
       

      Attached Files:

    16. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Like I assumed: This profile loads some subprofiles and when KoM tries to check if questing profile pack is loaded, there's actually no profile at all loaded and this error occurs.

      Please replace KeepOnMoving.cs with the one attached and let me know if this issue is solved.
       

      Attached Files:

    17. Kekskruemel

      Kekskruemel Member

      Joined:
      Jan 15, 2010
      Messages:
      236
      Likes Received:
      0
      Trophy Points:
      16
      Still crashing. Here is the new Log. Thx !
       

      Attached Files:

    18. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Would you mind replacing each
      PHP:
      ProfileManager.XmlLocation != ""
      with

      PHP:
      ProfileManager.XmlLocation != null
      and try again?
       
      Last edited: Oct 29, 2016
    19. Kekskruemel

      Kekskruemel Member

      Joined:
      Jan 15, 2010
      Messages:
      236
      Likes Received:
      0
      Trophy Points:
      16
      This fixed the errors.
       
    20. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Wonderful, I will upload a new proper version next few days when I added a little feature.
       

    Share This Page