PDA

View Full Version : Trying to make my first bot need help on how to proceed



imalama101
03-24-2018, 04:34 PM
Hey all, I want to create a simple bot for a rsps. This bot would be simple it would click on a thieving stall and when it cant find the stall click back using the teleport. I know it is much more complex than this, but is this even possible using this software? What includes would/ could I use and stuff like that. I am pretty sure if I could get my setup corrected I would possibly be able to do this.

Thanks in advance.

StickToTheScript
03-24-2018, 05:18 PM
Hey all, I want to create a simple bot for a rsps called spawnpk. This bot would be simple it would click on a thieving stall and when it cant find the stall click back using the teleport. I know it is much more complex than this, but is this even possible using this software? What includes would/ could I use and stuff like that. I am pretty sure if I could get my setup corrected I would possibly be able to do this.

Thanks in advance.

Hello!

Yes, it is very possible to do these things using these includes. Personally, I have never played on this RSPS, but which include you use depends on which version of the game it is closest to. For example, if it is more of the RS3 type of PS, then you can use the SRL6 include found here (https://github.com/SRL/SRL-6). If it is more of an Old-school PS, then you can use the SRL-OSRS include (https://github.com/SRL/SRL/) or the Aerolib include (https://villavu.com/forum/showthread.php?t=108953).

To learn your way around them would be to look through the 'Tutorial (https://villavu.com/forum/forumdisplay.php?f=486)' section under their respective catagories.

If you need any more help, you are always welcome to post on the forums if you have any questions. Or you can even join the Discord channel.

Hope that helps!

imalama101
03-24-2018, 09:13 PM
Isnt SRL-OSRS include non functional, also what benefit would this give in terms of scripting?

StickToTheScript
03-24-2018, 10:39 PM
Isnt SRL-OSRS include non functional

Quite the opposite. Here are three examples of currently working scripts:
- Slacky's Universal Miner (https://villavu.com/forum/showthread.php?t=117996)
- Slacky's Runecrafter (https://villavu.com/forum/showthread.php?t=118110)
- Falador Flax Spinner (https://villavu.com/forum/showthread.php?t=118166)


also what benefit would this give in terms of scripting?

Each include has their own unique abilities. To determine which one to use is completely up to you but a major factor is what you are attempting to accomplish. In this case, either of the two OSRS includes would work to solve your problem since they both have functions built into them that can help easily accomplish what you want them to.

By this, I mean:
- Both are very accurate at finding objects using colours.
- Both have built in abilities to navigate between tabs and use spells.
- Both have accurate walking techniques which will get you back to the stalls.

chief herb
03-25-2018, 03:58 AM
Hey all, I want to create a simple bot for a rsps called spawnpk. This bot would be simple it would click on a thieving stall and when it cant find the stall click back using the teleport. I know it is much more complex than this, but is this even possible using this software? What includes would/ could I use and stuff like that. I am pretty sure if I could get my setup corrected I would possibly be able to do this.

Thanks in advance.

Rj has some great guides on rsps scripting. No, link am on phone soz

Citrus
03-25-2018, 05:00 PM
https://villavu.com/forum/showthread.php?t=118186