May 4, 201510 yr Hey, trying to make my first script. if you someone could provide some sample code that could do the actions below or explain some of the methods i need to use it would be appreciated. Starting near a bank with a non-full inventory of item1. 1. open Bank 2. withdraw all of item0 3. deposit all of item1 4. withdraw all of item2 5. close bank 6. click each item2 once 7. repeat Thanks,
May 4, 201510 yr http://osbot.org/api/org/osbot/rs07/api/Bank.html http://osbot.org/api/org/osbot/rs07/api/model/Item.html Ill write some samples when i can do. but id recommend looking at them for the methods. Also have a look in the tutorials section of the forums and see if there is anything there that might help you. http://osbot.org/forum/forum/250-tutorials/ Edited May 4, 201510 yr by Fruity
May 5, 201510 yr Author http://osbot.org/api/org/osbot/rs07/api/Bank.html http://osbot.org/api/org/osbot/rs07/api/model/Item.html Ill write some samples when i can do. but id recommend looking at them for the methods. Also have a look in the tutorials section of the forums and see if there is anything there that might help you. http://osbot.org/forum/forum/250-tutorials/ put two and two together and realized i need to import classes from packages. thankyou.