zer0420 Posted September 9, 2019 Posted September 9, 2019 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?
Medusa Posted September 9, 2019 Posted September 9, 2019 (edited) 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, 2019 by Medusa
zer0420 Posted September 10, 2019 Author Posted September 10, 2019 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.
Medusa Posted September 10, 2019 Posted September 10, 2019 (edited) 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, 2019 by Medusa