• Visit Rebornbuddy
  • [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. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      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 :)
       
    2. Svenstar123

      Svenstar123 Member

      Joined:
      Dec 24, 2012
      Messages:
      584
      Likes Received:
      24
      Trophy Points:
      18
      Testing the new version currently, but was wondering where the force up mount option went ?
       
    3. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      General > MountUp Distance
       
      Svenstar123 likes this.
    4. Veliton

      Veliton New Member

      Joined:
      Mar 13, 2017
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1
      Dont know what the problem is ... :/ this time the hearthstone is even in sw... sooo don´t know what is wrong :D
       

      Attached Files:

    5. qweastrq

      qweastrq Member

      Joined:
      Mar 31, 2017
      Messages:
      144
      Likes Received:
      4
      Trophy Points:
      18
      the bot is not starting after i use the plugin why?
       
    6. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Without a full log, there is nothing I could do.
       
      Last edited: May 6, 2017
    7. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
    8. Veliton

      Veliton New Member

      Joined:
      Mar 13, 2017
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1
      There is a full log ... from me :/ so can you please answer :) would be really nice :) hope you have a good day !
       
    9. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      This is a partial log. I need an unedited log :(
       
    10. qweastrq

      qweastrq Member

      Joined:
      Mar 31, 2017
      Messages:
      144
      Likes Received:
      4
      Trophy Points:
      18
      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 .
       

      Attached Files:

    11. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      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.
       
      Last edited: May 9, 2017
    12. Multibotter

      Multibotter New Member

      Joined:
      Mar 23, 2017
      Messages:
      20
      Likes Received:
      2
      Trophy Points:
      3
      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.
       
      Last edited: May 10, 2017
    13. Weidong1975

      Weidong1975 Member

      Joined:
      Sep 19, 2012
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      6
      1
       

      Attached Files:

    14. Weidong1975

      Weidong1975 Member

      Joined:
      Sep 19, 2012
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      6
      [QUOTE =“mh66,post:2429609,member:367222”]似乎有一行可能会导致和错误,同时尝试打开一个项目。

      打开KeepOnMoving.cs并尝试替换
      PHP:
      if(_effects.Count == 0)
      [/ PHP]


      [PHP]
      如果(_effects == null)
      [/ PHP]

      让我知道这是否解决了这个问题。[/ QUOTE
      不,DH号码仍然启用,HB停止。其他专业人数正常
       
    15. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      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 :(
       
      Last edited: May 10, 2017
    16. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      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.

       
      Last edited: May 10, 2017
    17. qweastrq

      qweastrq Member

      Joined:
      Mar 31, 2017
      Messages:
      144
      Likes Received:
      4
      Trophy Points:
      18
      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.
       
    18. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      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.
       
    19. qweastrq

      qweastrq Member

      Joined:
      Mar 31, 2017
      Messages:
      144
      Likes Received:
      4
      Trophy Points:
      18
      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?
       
    20. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      If you have replaced with

      PHP:
      if (_effects == null)
      (with "if" at the beginning), then you did it correctly. :)
       
      Last edited: May 10, 2017

    Share This Page