September 9, 20196 yr Hey! im sort of new to botting in runescape. I have made tons of tools in c# but not java. So i have seen in some other threads where people have a manager which reads info from the accounts into a table, ex gold earned, woods cut etc. Could i make on in c# and if so how does it read the info from the bot?
September 9, 20196 yr You could make the manager in C#, but scripts you would have to write in java. All info it has on the accounts is sent from the script to a database, which stores it so you can read/modify it later. Edited September 9, 20196 yr by Medusa
September 10, 20196 yr Author 19 hours ago, Medusa said: You could make the manager in C#, but scripts you would have to write in java. All info it has on the accounts is sent from the script to a database, which stores it so you can read/modify it later. Ah thanks. Sad that there is no way to get info from a premade script as then it would be way easier.
September 10, 20196 yr 33 minutes ago, zer0420 said: Ah thanks. Sad that there is no way to get info from a premade script as then it would be way easier. Just make your own script and add a function to send info to a websocket or webhook (Or just something that updates the db). Custom scripts are way more customizable too Edited September 10, 20196 yr by Medusa
Create an account or sign in to comment