PDA

View Full Version : WaspLib Include



Aqua Shy Wasp
10-27-2020, 08:37 PM
Welcome to WaspLib!

What is WaspLib?
WaspLib is a include I made for myself to quickly write scripts faster with functions and procedures I use often throughout my scripts.

It contains a lot of things ranging from simple very basic things that I think that should be included on SRL and are not like:
- BankTabs support
To very custom things like:
- Attempt to walk towards an object (bank, anvil, npc, whatever) and try to click it while it's walking towards it.

It also contains a couple of custom maps for RSWalker.


I've made this Include from scratch since May 2020 or something when I decided to come back to RuneScape and to use Simba.
It has been public on GitHub for a couple of weeks now but now I'm going to make it public here so anyone that wants can have fun with it.

Not everything in the include is mine, though 90% is. Some things are based on other people's work and I think I left everything properly credited. If you find anything that is your work and is not credited let me know so I can fix it!

To use WaspLib you need to Include in your script both SRL and RSWalker.

The start of your script should look something like this:

program Script;
{$i SRL/OSR.simba}
{$i SRL/utils/rsclient.simba}
{$i RSWalker/Walker.simba}
{$i WaspLib/WaspLib.simba}

Anyway, I give you WaspLib (https://github.com/AquaShyWasp/WaspLib)!

jacz24
07-07-2022, 02:52 PM
Skimming through the library now! This looks really cool. I think I might have to give it a try :)

really awesome release Wasp

the kappin
07-20-2022, 02:02 AM
Wasp is the goat no cap, hes undercover af tho....

hanname
10-16-2022, 12:53 PM
Great work Aqua Shy Wasp Torwent. I've enjoyed using your lib and plugins.

Also introducing me to this community.

footballjds
10-20-2022, 02:18 AM
I saw something about Wasp lib on Discord but never looked into it.

Thanks for sharing