3588 0 Posted September 14, 2015 Share Posted September 14, 2015 Hello Anyone know how to random the path? like HB they have function can random the X Y Z. So for the one profile can get some random path.This is very important for someone have more then 10 account use the same profile.something in C# Random rn = new Random(); int rnb= rn.Next(1, 10) switch (rnb) { case 1: <Vector3 X="607.8696" Y="1595.938" Z="377.7314" /> break; case 2: <Vector3 X="607.8686" Y="1595.939" Z="377.7318" /> break; ..... } orjust random the x,y,z by percentage Link to comment https://wrobot.eu/forums/topic/2362-how-to-random-the-path/ Share on other sites More sharing options...
Droidz 2738 Posted September 14, 2015 Share Posted September 14, 2015 Hello,If you use "Gatherer" bot, in "Product Settings" you can activate option "Randomise path" (path is randomised by distance max, and randomised at all laps).I don't have added this feature at others bot, but if you need it I can give you script to randomise profile position manually. Link to comment https://wrobot.eu/forums/topic/2362-how-to-random-the-path/#findComment-10920 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now