awtobot Posted August 21, 2015 Share Posted August 21, 2015 I read a whole Tutorial on the scripting but if someone could give me some guidance on the order or how to add more commands and where to insert them it would help out alot thanks. Still kinda confused Quote Link to comment Share on other sites More sharing options...
Ericthecmh Posted August 21, 2015 Share Posted August 21, 2015 Truthfully if you want to script learn Java first. Then you can script in java. Otherwise you're basically asking someone to write the code for you Quote Link to comment Share on other sites More sharing options...
Twin Posted August 21, 2015 Share Posted August 21, 2015 Pretty much what eric said. It will take you two or so weeks to be able to know what you need to write a very basic script. I guess an example would be: Entity tree = objects.closest("Tree"); if(tree!=null&&!myPlayer().isAnimating()) tree.interact("Chop-down"); That's like stuff you'll learn in two or three java tutorials. Quote Link to comment Share on other sites More sharing options...
awtobot Posted August 21, 2015 Author Share Posted August 21, 2015 I see.....i thought i was supposed to read a few tutorials and be a master wizard. i dont want anyone to write a script for me lol. just was asking if anyone would be willing to yes help me write a basic script. not to help me write a hunter script or anything money benefitial. thanks for the advice Quote Link to comment Share on other sites More sharing options...