Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resource A Task-Based Script to Mess With by Ozzy

Joined
Dec 24, 2014
Messages
81
I paid Ozzy to write this for me, but I'm going to share it so new scripters can get a feel for the task-based scripts...

https://drive.google.com/open?id=0B7bfipphnyE2R0FLLTJuUlhldEk&authuser=0

The script is a Harpoon Buyer... If you want to actually use it, please sell at guide price... Start script at Burthorpe bank or at the fishing shop in Port Sarim...

Ignore the FlourBuyer... I'm working on modding his script into a Flour buyer and it's not finished or even close to it yet...
 
Last edited:
Joined
Jun 21, 2014
Messages
350
Joined
Jan 1, 2015
Messages
272
its as easy as adding extends TaskScript

then doing your tasks and adding to onStart()
add(new Bank());

etc etc

justr been meesing with this way instead of the loop
 
Joined
Nov 5, 2014
Messages
505
It's cool that you've decided to share with others, just a note to anyone using this to learn, use delayUntil() without a timeout with caution as although I haven't came into any issues using that in conjunction with lodestones yet (I was lazy and didn't work out how long it takes to teleport), it could possibly cause you issues in the case that the teleport fails somehow.
 
Joined
Dec 24, 2014
Messages
81
This should be set as resource, not a tutorial.

Nice release though.
I was thinking that right after I posted...lol... Can't figure out a way to change it, though... If a mod wants to change it to a resource, feel free...
 
Top