krisped Posted May 6, 2017 Share Posted May 6, 2017 Hi! Im very new to scripting and I want to make a simple fletching script so I can learn from that. I did all the basics as getting the skeleton, but now my question is how do i start to code the fletching script? Which codes should i start with. I hope someone can guide through the start Thanks for all replies! Quote Link to comment Share on other sites More sharing options...
Darren Posted May 6, 2017 Share Posted May 6, 2017 Give @Acerd a quick pm. His fletching script is flawless 2 Quote Link to comment Share on other sites More sharing options...
Explv Posted May 6, 2017 Share Posted May 6, 2017 42 minutes ago, krisped said: Hi! Im very new to scripting and I want to make a simple fletching script so I can learn from that. I did all the basics as getting the skeleton, but now my question is how do i start to code the fletching script? Which codes should i start with. I hope someone can guide through the start Thanks for all replies! You should read some tutorials, there are loads on this website, and learn basic Java if you have not done that yet. 1 Quote Link to comment Share on other sites More sharing options...
krisped Posted May 6, 2017 Author Share Posted May 6, 2017 (edited) 24 minutes ago, Explv said: You should read some tutorials, there are loads on this website, and learn basic Java if you have not done that yet. Btw. I did read yours in and out. But im still stuck, I really want to see how a simple fletching script is build up so I could see how its done. Found some videos on youtube, but they are from 2014 so not all codes are working now.. Edited May 6, 2017 by krisped Quote Link to comment Share on other sites More sharing options...
Xylate Posted May 6, 2017 Share Posted May 6, 2017 26 minutes ago, krisped said: Btw. I did read yours in and out. But im still stuck, I really want to see how a simple fletching script is build up so I could see how its done. Found some videos on youtube, but they are from 2014 so not all codes are working now.. is there anything specific you're stuck on at the moment? Quote Link to comment Share on other sites More sharing options...
krisped Posted May 6, 2017 Author Share Posted May 6, 2017 (edited) 3 hours ago, Xylate said: is there anything specific you're stuck on at the moment? Well, im trying to follow one fletching guide on YT and he use one code: "this.client.getInventory" but there are nothing called getInventory.. Someone know if this still works? Edited May 6, 2017 by krisped Quote Link to comment Share on other sites More sharing options...
d0zza Posted May 9, 2017 Share Posted May 9, 2017 On 2017-5-7 at 3:28 AM, krisped said: Well, im trying to follow one fletching guide on YT and he use one code: "this.client.getInventory" but there are nothing called getInventory.. Someone know if this still works? Take a look at the API found here: osbot.org/api/ There are heaps of methods that return different things for what you want. For what you know for know just assume getInventory() is the same thing as importing OSBot's inventory API and calling inventory. If you want some more help you can pm me and I could possibly give you a fletching snippet and explain it to you 1 Quote Link to comment Share on other sites More sharing options...