Skip to content

Commit c17f03c

Browse files
author
Wasp Bot
committed
Sync release with main and strip comments
1 parent 085e050 commit c17f03c

File tree

176 files changed

+1282
-19334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+1282
-19334
lines changed

osrs.simba

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,6 @@
1-
(*
2-
# WaspLib
3-
WaspLib is a library used to bot OldSchool RuneScape with Simba 2.0.
4-
WaspLib is heavily inspired in previous work done by the SRL Community.
5-
6-
This library is meant to do the job of both [SRL-T](https://github.com/Torwent/SRL-T)
7-
and the original [WaspLib](https://github.com/Torwent/WaspLib) in Simba 1.4 in a lighter,
8-
less confusing way.
9-
*)
10-
11-
(*
12-
## Compile Directives
13-
```pascal
14-
{$DEFINE WL_DEBUG_MOUSE}
15-
{$DEFINE WL_DISABLE_FAKE_INPUT}
16-
{$DEFINE WL_KEYBINDS_DEBUG}
17-
{$DEFINE WL_DEBUG_UPTEXT}
18-
{$DEFINE WL_DEBUG_INTERFACES}
19-
{$DEFINE WL_GENERATE_GRAPH_ALWAYS}
20-
{$DEFINE WL_TRANSPORTER_DEBUG}
21-
```
22-
These are the main compiler directives available in the library.
23-
24-
They should be self-explanatory.
25-
26-
You also have the following to override versions, for more information read {ref}`Version`
27-
```pascal
28-
{$DEFINE SCRIPT_SIMBA_VERSION := 'version_hash'}
29-
{$DEFINE SCRIPT_WASPLIB_VERSION := 'version_hash'}
30-
```
31-
32-
For the {ref}`WaspClient` you also have the following:
33-
```pascal
34-
{$DEFINE WASP_LOCAL_DEVELOPMENT}
35-
{$DEFINE WASP_REFRESH_TOKEN := 'refresh_token'}
36-
{$DEFINE SCRIPT_ID := 'script_UUID'}
37-
{$DEFINE SCRIPT_REVISION := 'script_revision'}
38-
```
39-
They also should be self-explanatory but you can read more about them in
40-
{ref}`WaspClient`.
41-
42-
All of the directives above must be added **before** including the library to
43-
use them, for example:
44-
```pascal
45-
{$DEFINE WL_DISABLE_FAKE_INPUT}
46-
{$I WaspLib/osrs.simba}
47-
```
48-
Otherwise WaspLib won't be aware of them.
49-
*)
1+
2+
3+
504

515
{$INCLUDE_ONCE version.simba}
526
{$INCLUDE_ONCE utils.simba}

0 commit comments

Comments
 (0)