# WaspLib WaspLib is a library used to bot OldSchool RuneScape with Simba 2.0. WaspLib is heavily inspired in previous work done by the SRL Community. This library is meant to do the job of both [SRL-T](https://github.com/Torwent/SRL-T) and the original [WaspLib](https://github.com/Torwent/WaspLib) in Simba 1.4 in a lighter, less confusing way. - - - ## Compile Directives ```pascal {$DEFINE WL_DEBUG_MOUSE} {$DEFINE WL_DISABLE_FAKE_INPUT} {$DEFINE WL_DISABLE_WASPINPUT} {$DEFINE WL_KEYBINDS_DEBUG} {$DEFINE WL_DEBUG_UPTEXT} {$DEFINE WL_DEBUG_INTERFACES} {$DEFINE WL_GENERATE_GRAPH_ALWAYS} ``` This are the compiler directives available in the library. Add them **before** including the library to use them. They should be self-explanatory. ```{eval-rst} .. toctree:: :maxdepth: 2 :caption: OSRS player cacheparser mousezoom rsclient dotfilters overrides walker fakeinput ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> POSITION -> MAP mapjson map npcs maploader objects mapdebugger ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> POSITION -> HOUSE house_form houseutils house houseloader ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> POSITION imagemap ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> DATA data ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> INTERFACES -> HANDLERS gear_layout inventory_form inventory_layout gear_form prayer_form consumables ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> INTERFACES login iteminterface mm2ms minimap mm2ms_projector interfacearea slotinterface interface chooseoption interfacecontrols xpbar ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> INTERFACES -> MAINSCREEN bank houseviewer anvil collectionbox bankpin depositbox interface_template mainscreen goldscreen silverscreen ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> INTERFACES -> MAINSCREEN -> FINDERS hitsplats hpbars colorfinder ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> INTERFACES -> CHAT make chat chattabs chatoptions ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> INTERFACES -> GAMETABS houseoptions inventory worldswitcher magic prayer logout options equipment stats gametabs achievements ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> FINDERS house_layout_finder itemfinder prayerfinder spellfinder overheadfinder ----------- .. toctree:: :maxdepth: 2 :caption: OSRS -> ANTIBAN biometrics antibantasks antiban ```