Add 'How to use GM commands?'
parent
96d4beb05a
commit
b0a435d4c0
1 changed files with 13 additions and 0 deletions
13
How-to-use-GM-commands%3F.md
Normal file
13
How-to-use-GM-commands%3F.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# How to use GM commands?
|
||||
|
||||
You can execute GM commands using MUIP server.<br>
|
||||
By default, MUIP server is listening for requests at port 1337<br>
|
||||
You need to specify your request using `/api/gmtalk` query with your session id and cmd (to get session id, look at console window of your Gateserver, it will print your session id when you'll be entering game)<br>
|
||||
|
||||
For example, you want to perform command `adventure maze 201010101` and your session id is `1`
|
||||
Then query will be look like that: `http://127.0.0.1:1337/api/gmtalk?s_id=1&cmd=adventure%20maze%201010101` where `s_id` specifies your session id and `cmd` specifies gm command
|
||||
|
||||
Current list of GM Commands:
|
||||
```
|
||||
adventure maze [entry_id] - Change current maze (aka scene) by id from MapEntryExcelTable
|
||||
```
|
Loading…
Reference in a new issue