• Visit Rebornbuddy
  • How do I stop / end bot if a condition is met.

    Discussion in 'Community Developer Forum' started by tapionx, Jan 24, 2015.

    1. tapionx

      tapionx New Member

      Joined:
      Dec 13, 2014
      Messages:
      44
      Likes Received:
      1
      Trophy Points:
      0
      How do I stop / end bot if a condition is met?

      Thanks.
       
    2. Grimmjow

      Grimmjow New Member

      Joined:
      Nov 11, 2013
      Messages:
      118
      Likes Received:
      1
      Trophy Points:
      0
      the bot will automatically stop when the profile is done as long it is not wrapped in a <While condition = "true"/> tag.
       
    3. tapionx

      tapionx New Member

      Joined:
      Dec 13, 2014
      Messages:
      44
      Likes Received:
      1
      Trophy Points:
      0
      I'm talking about a Stop, End, Goto end, exit, etc I was just thinking if I was a GM the only thing i'd have to do to confirm my bot was a bot is to simply move him to a different zone. Depending on the way the profile is setup he would either teleport back instantly, run to the coordinates on the wrong map, or move onto the next gathering area in my script. I do not know how I end the whole profile immediately if im not in the right zone on a multiple zone gathering profile.
       
    4. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      You're way too paranoid. A GM has never messed with an RB user and there's no reason they should. RB does a good job of looking like a human and GMs are super lax about bots anyway.
       
    5. Yasuko

      Yasuko Member

      Joined:
      Oct 28, 2010
      Messages:
      314
      Likes Received:
      6
      Trophy Points:
      18
      ^ this.

      Couldnt have said it better myself. My server has a very well known botter (not rb user) who has been doing obvious botting 24/7 since 2.0 release and sells materia in stacks of 99 constantly on the marketboard.. they havent done jack to him.

      SE seems to be more after people who advertise RMT and those who buy from RMT.
       
    6. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      Can't blame them, all a bot does is lower prices of stuff you need. I wouldn't mind RMT if not for the constant spam and friend invites.
       
    7. tapionx

      tapionx New Member

      Joined:
      Dec 13, 2014
      Messages:
      44
      Likes Received:
      1
      Trophy Points:
      0
      One of the bots has already been suspended. The question still stands is there a Stop, End, Goto end, exit, etc? Also the bot doesnt do a good job of looking like a human at all.
       
    8. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      You can use a codechunk todo this:

      Code:
      <CodeChunks>
      <CodeChunk Name="stoppls">
      <![CDATA[
      TreeRoot.Stop(false,"Stopping cause of profile");
      ]]>
      </CodeChunk>
      </CodeChunks>
      
      then inside the profile order...


      Code:
      <RunCode Name="stoppls"/>
      
       
    9. tapionx

      tapionx New Member

      Joined:
      Dec 13, 2014
      Messages:
      44
      Likes Received:
      1
      Trophy Points:
      0
      nice thanks mastahg
       

    Share This Page