-
Content Count
484 -
Joined
-
Last visited
-
Days Won
15
botuser420 last won the day on November 3 2020
botuser420 had the most liked content!
Community Reputation
126 ExcellentAbout botuser420

-
Rank
Senior Botter
Recent Profile Visitors
3,426 profile views
-
I'm sad to see you go. You were about the only admin that felt like part of our community and heard us complaining users. Wishing you all the best and hope to still see you around the discord sometimes.
-
Local Scripts and External Jars/Classes in TRiBot 12
botuser420 replied to IceKontroI's topic in Script Development
I think it's not supported at the moment -
Introduction to the Tribot 11 Automation Client
botuser420 replied to Nullable's topic in Scripting Tutorials
I specified the local ip of the running websocket server on 2 pcs. The one that the websocketserver is running on has tribot connecting to it just fine. The other pc doesn't connect or print anything about it in the debug. I know you recommended to have a local websocketserver on every pc that in turn communicates with a farm manager but I'd like to not do this and don't see why this would be neccesary (but the advantages you listed are noted). I think this is a bug and would very much like to see it fixed. Could you test it yourself with 2 machines @Wastedbro? //UPDATE When lau -
[Tutorial] Tribot 12 Gradle Script Project Setup
botuser420 replied to Nullable's topic in Scripting Tutorials
Very useful. Thanks -
After spending way too much time on trying to get this to work I thought I'd share it in case anybody else also wants to use the tribot automation tools. I 100% stole this code so don't ask too many difficult questions. package scripts.RandomStuff; import org.java_websocket.WebSocket; import org.java_websocket.handshake.ClientHandshake; import org.java_websocket.server.WebSocketServer; import java.net.InetSocketAddress; import java.nio.ByteBuffer; public class ServerExample extends WebSocketServer { public ServerExample(InetSocketAddress address) { super(address);
- 1 reply
-
- 1
-
-
Fill out a bug report on the script's forumthread.
-
Sure, that's a good idea
-
I wouldn't even dare to do such things
-
Hello everybody, I made a script that will make any TRiBot script work together with Farmaton, the most advanced farm manager. When running this script it will pretend to stop, but actually keep running in the background. It will then start the next script on it's own. If you have questions or things you would like to be added you can contact me in this discord: https://discord.gg/rdKKswN The arguments explained script:SCRIPT_NAME (replace SCRIPT_NAME with the next script you want to run) args:SCRIPT_ARGUMENTS (replace SCRIPT_ARGUMENTS with the arguments for the next scri
-
TRiBot Central & TRiBot Gradle Launcher
botuser420 replied to TRiLeZ's topic in News and Announcements
Had to laugh about the dependancies joke I guess that will also be fixed in tribot x? -
your main will most likely be fine, but no guarantees
-
Thanks for the quick reply
-
[15:17:25] Script Started: |w| World Ping Finder. [15:19:00] w:33: 173ms [15:19:00] w:36: 173ms [15:19:00] w:75: 173ms [15:19:00] w:65: 160ms [15:19:00] w:2: 160ms [15:19:00] w:164: 160ms [15:19:00] w:44: 160ms [15:19:00] w:205: 160ms [15:19:00] w:220: 160ms [15:19:00] w:3: 159ms [15:19:00] w:11: 159ms [15:19:00] w:43: 159ms [15:19:00] w:206: 159ms [15:19:00] w:60: 159ms [15:19:00] w:218: 155ms [15:19:02] Script Ended: |w| World Ping Finder. which world would 218 be? My guess is 1 would be 301, 101 would be 401 and 201 would be 501? So 218 would be 518?
-
Thank you. This is really useful.