June 5, 20178 yr I have almost finished my university exams, so am looking to get into writing bot scripts over the summer. Was just wondering how the interfacing and language varied between bot sites and like whether coding for osbot/p****bot are the same or completely different? Also, what makes osbot better for scripting purposes than other bots? Thanks
June 5, 20178 yr 5 minutes ago, scriptersteve said: I have almost finished my university exams, so am looking to get into writing bot scripts over the summer. Was just wondering how the interfacing and language varied between bot sites and like whether coding for osbot/p****bot are the same or completely different? Also, what makes osbot better for scripting purposes than other bots? Thanks From my experience Osbot has a really nice community, and theres alot of people that help eachother
June 5, 20178 yr @scriptersteve Check the API here , http://osbot.org/api, also for comparison check out the scripting page see the snippets OSBOT has the best community from what I've seen , Welcome btw
June 5, 20178 yr Author Thanks guys :), what do you use to programme in? Personally i've been using atom (to try and understand more) but also have intelij and eclipse installed
June 5, 20178 yr All OSRS bots except Simba are in Java so the language is the same it's just that the API is different i.e lets say u want to check if player is in combat for osbot api it's gonna be getCombat().isFighting() for bot x: it could be getPlayer().isFighting() you get me b0ss
Create an account or sign in to comment