You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|::addexp <skill> <experience>|Add experience to a skill name.|
97
+
|::appearance|Toggle the character creation screen.|
98
+
|::bank|Open the bank interface.|
99
+
|::bubble <id>|Create a player action bubble with an item ID.|
100
+
|::clearinventory|Clear your inventory items.|
101
+
|::coords|Display your current coordinates.|
102
+
|::dmg <amount>|Remove a certain amount of current hitpoints.|
103
+
|::fatigue|Set your fatigue to 100%.|
104
+
|::give <username> <id> <amount = 1>|Spawn an item in someone else's (online) inventory with optional amount.|
105
+
|::goto <username>|Teleport to a username (online).|
106
+
|::gotoentity <type> <id>|Teleport to the first entity (npcs, gameObjects, groundItems) of a certain ID.|
107
+
|::item <id> <amount = 1>|Spawn an item in your inventory with optional amount.|
108
+
|::kick <username>|Forcefully log out a username (online).|
109
+
|::npc <id>|Spawn an NPC in your current position.|
110
+
|::setqp <amount>|Set your quest points to a certain amount.|
111
+
|::shop <name>|Open a shop by name (see [rsc-data/shops.json](https://github.com/2003scape/rsc-data/blob/master/shops.json))|
112
+
|::sound <name>|Play a sound file (members client only, see [rsc-sounds/sounds1.json](https://github.com/2003scape/rsc-sounds/blob/master/sounds1.json)).|
113
+
|::step <deltaX> <deltaY>|Step in a certain direction (delta can be -1, 0 or 1).
114
+
|::teleport <x> <y> \| <region>|Teleport to an x, y coordinate or region name (see [rsc-data/regions.json](https://github.com/2003scape/rsc-data/blob/master/regions.json)).|
115
+
116
+
## config
50
117
when using `$ rsc-server`, pass in `-c <config-file>` (or edit `config.json`
51
-
in the *rsc-server* directory if cloned from git) to modify the following:
118
+
in the *rsc-server* directory if cloned from git), or change the object
119
+
passed into the `{ type: 'start' }` Worker message to modify the following
120
+
settings:
52
121
53
122
```javascript
54
123
{
@@ -72,7 +141,7 @@ in the *rsc-server* directory if cloned from git) to modify the following:
72
141
// (for mudclient204)
73
142
"tcpPort":43594,
74
143
75
-
// port to listen to https://en.wikipedia.org/wiki/WebSocket connections
144
+
// port to listen to https://developer.mozilla.org/en-US/docs/Web/API/WebSocket connections
76
145
// (for rsc-client)
77
146
"websocketPort":43595,
78
147
@@ -106,7 +175,7 @@ in the *rsc-server* directory if cloned from git) to modify the following:
106
175
* best source of accurate runescape classic data
107
176
108
177
## license
109
-
Copyright (C) 2020 2003Scape Team
178
+
Copyright (C) 2021 2003Scape Team
110
179
111
180
This program is free software: you can redistribute it and/or modify
112
181
it under the terms of the GNU Affero General Public License as
0 commit comments