Everything posted by Apaec
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
in terms of pathwalking, you'll have to record your own path (you can use divine's utility on the sdn to do this, i've heard it's good with the pre-recorded path (as a Position[]), you can use localwalker to walk it: localWalker.walkPath(Position[] path); and that will get you from A to B. As for banking, you can use the fruitful banking API which will allow you to open the closest bank provided you're close enough, as well as allow you to withdraw, deposit etc eg bank.depositAll() deposits your inventory. apa
-
Help Please
The tutorial you're using is outdated. Now you can just use: getInventory() with the methods: http://osbot.org/api/org/osbot/rs07/api/Inventory.html#deselectItem--
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Yep. exactly the same idea except you may need walking states aswell (eg to and from). You could equally condense it into 1 state but then you're not making full use of the framework available Ye it's really not as complicated as you may first think. Deffo worth a try and hopefully you'll be able to pull off some nice scripts apa Open the spoilers stage by stage and it will talk you through it! apa
-
NEED SCRIPT....
then write one, it's easy! http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/
-
[Stable Build] OSBot 2.3.134 - Script Selector
yay loving the return of the in browser script selector. Looks way better now too apa
-
APA Auto Alcher
thank you for the amazing proggie i've featured it on the front page. apa
-
Looking for a game...
really with I could play this game as it looks awesome, but unfortunately it's too graphics heavy
-
Looking for a game...
Hey guys: ) I'm looking for a good steam game to play with some friends of mine. Basically, what i'm looking for: Multiplayer. Maybe not MMO, but maybe co-op or 4 player etc Cheap - need to buy a 4pack and i only have £25 steam wallet atm. Low-spec -> My comp is a slow old laptop so I can't run games like csgo etc (I cant even run minecraft lol) Strategy is good but other times are fine too not fps anyone got any suggestions? here's what i've got atm and I like: binding of isaac (not multiplayer so no good) Hero siege (awesome) Dota 2 (struggle to run this above 5 fps cheers apa
-
APA Auto Alcher
yes, botting is against the runescape rules apa
-
APA Script Trials
Done. Enjoy! thanks for posting here apa
-
APA Script Trials
Sorry, I messed up and gave you the wrong timing for the trial. I've re-started the auth, reload your scipts list and it should be there! apa Done, enjoy!
-
APA Script Trials
I've given you another 24h trial. Enjoy! apa
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Follow the framework I have for the tea thiever. But you're going to need different states: BANK, GRAB the grab state would have a check for bones: GroundItem bone = groundItems.closest("Bones"); if (bone != null && bone.exists()) { bone.interact("Take"); } The other state would be bank define bank the same way as stall, and interact wtih it the same way. Take a look at the banking API to see the interactinos apa
-
APA Script Trials
Done and done. Enjoy!: ) apa
- APA Script Trials
-
APA Rock Crabs
someone else also reported this issue so I promised to look into it. hopefully i'll see what's wrong and fix it before the weekend will also make a few things a bit more clear on front of gui hopefully as specified above^ apa
-
PANTS POLL [COME VOTE]
pants? what are pants OH ! you mean trousers? chinos. jeans are aweful
- APA Script Trials
-
Shoutout to Bobrocket!
good marketing strat I should give it a shot
-
Paradox Scripts [Official Thread]
I don't think you can release VIP scripts, could be wrong tho
-
APA Rock Crabs
I will add some more clear instructions upon script startup hopefully this weekend when I look into the script getting stuck - Thanks for pointing this out! apa
-
APA AIO Cooker
np. Let me know when u do get around to testing. It should say v 1.5 at the top of the paint and gui apa
-
APA Rock Crabs
the script will only withdraw full potions so please decant the potions at the he and try again with (4)s. also, open the console and it should give you info if you're missing anything else. apa
-
APA AIO Cooker
Hey On second thoughts, I tried to get into the room but it turns out you need varrock hard diaries completed in order to get in. I can probably still add support for it, but it will be untested as I can't actually try it xD Just so you know. It should still work though. let me know if it doesn't! apa PS update coming out shortly ========================================================================== UPDATE! Version 1.50 Updated banking a little (I think this may have been a previous behind the scenes push, but just announcing it now) Added support for cooks guild cooking area (untested, PLEASE LET ME KNOW IF IT WORKS!) enjoy, apa
-
APA Rock Crabs
will be taking a look soon, hopefully I can get these bugs ironed out before the weekend. Will also be adding support for blowpipe apa