Korn Posted January 11, 2015 Share Posted January 11, 2015 How do I get a script RSBot 1.x and get ready for work in osbot 2.x? It boasts some old scripts that are legal, but no longer work. I wish to make it work. Thanks Link to comment Share on other sites More sharing options...
BotRS123 Posted January 11, 2015 Share Posted January 11, 2015 1. You learn Java. 2. You learn what the script does. 3. You learn the OSBot API. 4. You convert the script. OR 1. You pay someone to do it or find someone who would do it for free. 2 Link to comment Share on other sites More sharing options...
Alek Posted January 11, 2015 Share Posted January 11, 2015 Generally speaking, most bot API is very similar so converting would be no problem. The problem really rests with how individual bots execute their own methods. For instance: Bot X: All interactions are handled by you. If an entity is not on screen, you must walk to it. Bot Y: If an entity is not on screen, the bot will automatically walk you to it. It's usually a lot easier to just make the script from scratch. Link to comment Share on other sites More sharing options...
Joseph Posted January 11, 2015 Share Posted January 11, 2015 Generally speaking, most bot API is very similar so converting would be no problem. The problem really rests with how individual bots execute their own methods. For instance: Bot X: All interactions are handled by you. If an entity is not on screen, you must walk to it. Bot Y: If an entity is not on screen, the bot will automatically walk you to it. It's usually a lot easier to just make the script from scratch. It's easier if you have a reference aka converting the scriot using their data and logic. Link to comment Share on other sites More sharing options...
Aqueous Posted January 11, 2015 Share Posted January 11, 2015 How do I get a script RSBot 1.x and get ready for work in osbot 2.x? It boasts some old scripts that are legal, but no longer work. I wish to make it work. Thanks I'd be happy to help you convert it, or show you how. PM me! Link to comment Share on other sites More sharing options...
Korn Posted January 11, 2015 Author Share Posted January 11, 2015 I'd be happy to help you convert it, or show you how. PM me! Add-me, check in private box. Thanks.. Link to comment Share on other sites More sharing options...