• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Gathering a node ONLY ONCE issue :/

    Discussion in 'Community Developer Forum' started by weshMaggle, Mar 19, 2015.

    1. weshMaggle

      weshMaggle New Member

      Joined:
      Feb 1, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Hello Folks,
      I have an issue when im trying to gather a node only one time.
      I dont mean using one hit, just mining the full node, and then continue my orderbot script.

      I tried the <gather Loops="1"> , which looks like an infinite gathering loop.

      So if you guys got tips on how to include a count option, or an "exit loop" possibility, please let me know it :D

      Thx a lot dudes ^^
      Take care !
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,323
      Likes Received:
      377
      Trophy Points:
      83
      I'm not a huge fan of how i designed the gathertag,but it was done before coroutines were implemented so it can't be helped without rewriting it again.

      How gather tag loops work:
      Start loop count at -1
      Check for any things we can mine if there are any mine them.
      Once there is nothing to mine goto the next hotspot
      if the next hotspot is the first hotspot then loops = loops + 1.

      So you may want to try loops="0"
      Like I said im not a fan of how this was designed.
       

    Share This Page