Chris Posted October 30, 2016 Posted October 30, 2016 (edited) I thought about doing this as a livestreaming thing and posting my code on codeshare.io. where users can copy and paste their own code and I can help guide them. but gl on this! Edit: oops on the gravedig. saw it was available at the top and commented Please do. None of these damn guides use up to date code and I can't find how to even find an entity //Interaction : NPC NPC cow = getNpcs().closest("Cow"); if (cow != null){ if (cow.interact("Attack")){ //sleep } } //Interaction : RS2Object RS2Object ladder = getObjects().closest("Ladder"); if (ladder != null){ if (ladder.interact("Climb-down")){ //sleep } } //Interaction : RS2Widget RS2Widget interfaceToInteract = getWidgets().get(124, 1); //(Parent, child) //Can be found using the widget hover option in the client settings if (interfaceToInteract != null){ if (interfaceToInteract.interact("Buy All")){ //sleep } } Edited October 30, 2016 by Chris
Mr Pro Pop Posted October 30, 2016 Author Posted October 30, 2016 (edited) Okay so as of your decision guys, I have confirmed and agreed to make videos as it is more safer and so everyone can watch. At the first, Right now I am working on my first script to get a scripter rank and then I will start streaming on twitch About the video editing, I will try to do my best but if anyone wants to help me that would really be great. Hopefully, I will be starting by December. Follow this thread for the new upcoming / latest updates. Edited October 30, 2016 by Mr Pro Pop
shadow0185 Posted October 31, 2016 Posted October 31, 2016 (edited) B..E..A..U..TI..FUL... can't wait!! Edited October 31, 2016 by shadow0185
Juggles Posted November 1, 2016 Posted November 1, 2016 Please do. None of these damn guides use up to date code and I can't find how to even find an entity I agree that most of the guides are outdated with old API codes. Would be nice to see some newer guides posted for new people.
Explv Posted November 2, 2016 Posted November 2, 2016 Make sure you know what you are doing before making tutorials, otherwise you can spread bad practices to new scripters. I am not trying to discourage you, I just noticed that you have only been a member for 2 months and do not have the scripter rank yet. Good luck, I look forward to seeing the videos