Chris Posted October 30, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
emelie Posted October 30, 2016 Share Posted October 30, 2016 Good luck Quote Link to comment Share on other sites More sharing options...
Mr Pro Pop Posted October 30, 2016 Author Share 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 Quote Link to comment Share on other sites More sharing options...
shadow0185 Posted October 31, 2016 Share Posted October 31, 2016 (edited) B..E..A..U..TI..FUL... can't wait!! Edited October 31, 2016 by shadow0185 Quote Link to comment Share on other sites More sharing options...
Mico Posted October 31, 2016 Share Posted October 31, 2016 Looking forward! Quote Link to comment Share on other sites More sharing options...
Juggles Posted November 1, 2016 Share 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. Quote Link to comment Share on other sites More sharing options...
Adamwwb Posted November 1, 2016 Share Posted November 1, 2016 I would help Quote Link to comment Share on other sites More sharing options...
Explv Posted November 2, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...