the bot will automatically stop when the profile is done as long it is not wrapped in a <While condition = "true"/> tag.
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.
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.
^ 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.
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.
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.
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"/>