Results 1 to 5 of 5

Thread: WaspLib Include

  1. #1
    Join Date
    May 2020
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default WaspLib Include

    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:
    Code:
    program Script;
    {$i SRL/OSR.simba}
    {$i SRL/utils/rsclient.simba}
    {$i RSWalker/Walker.simba}
    {$i WaspLib/WaspLib.simba}
    Anyway, I give you WaspLib!

  2. #2
    Join Date
    Dec 2015
    Location
    Toronto, Ontario
    Posts
    85
    Mentioned
    2 Post(s)
    Quoted
    21 Post(s)

    Default

    Skimming through the library now! This looks really cool. I think I might have to give it a try

    really awesome release Wasp

  3. #3
    Join Date
    Jul 2022
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Wasp is the goat no cap, hes undercover af tho....

  4. #4
    Join Date
    Mar 2022
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great work Aqua Shy Wasp Torwent. I've enjoyed using your lib and plugins.

    Also introducing me to this community.

  5. #5
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    I saw something about Wasp lib on Discord but never looked into it.

    Thanks for sharing

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •