-
Notifications
You must be signed in to change notification settings - Fork 5
Debug settings
Dmitry Shin edited this page Oct 28, 2020
·
17 revisions
The default command is guide, but you can change this in your index.js file.
All debug messages are output to the Toolbox (Tera-Proxy) console.
Toolbox(/8) | Command description |
---|---|
guide debug g[ui] | Debug settings GUI. |
guide debug s | Skills of the boss on/off. |
guide debug am | Abnormality applied on you by the boss on/off. |
guide debug ae | Abnormality applied on you by the server on/off. |
guide debug ab | Abnormality applied on the boss on/off. |
guide debug ar | Removing abnormality from you on/off. |
guide debug ad | Removing abnormality from the boss on/off. |
guide debug h | Health of the boss on/off. |
guide debug ns | NPC spawn on/off. |
guide debug nd | NPC despawn on/off. |
guide debug dm | Dungeon Message on/off. |
guide debug qb | Quest Balloon on/off. |
guide debug all | All debug info (the above options are ignored) on/off. |
guide debug chat | Debug info to the Proxy chat in the game on/off. |
guide debug status | Status of all debug mode settings. |
Toolbox(/8) | Command description |
---|---|
guide event [s]tatus | Get information about current loaded guide (ID, events, hooks, etc.). |
guide event [l]oad zone
|
Load the guide specified in the zone parameter (specifies the dungeon ID from the list of supported). All hooks associated with the guide will be added on load. The test value can be specified to read the guide from the guides/test.js file (example file). |
guide event [r]eload | Reload the configuration and hooks of the currently loaded guide. |
guide event [u]nload | Unload all configuration and remove hooks for the currently loaded guide. |
guide event [t]rigger key
|
Execute an event from the loaded guide, where key is the event key. |
guide event spawn context
|
Create an object (item, sign, etc.), where context specifies a record in JSON format. |
guide event text context
|
Display a text message in the chat or on the screen, where context specifies a record in JSON format. |
/8 guide event load 3026
/8 guide event trigger "s-3026-1000-2153-0"
/8 guide event text '{"sub_type":"message","message":"My Message"}'
/8 guide event spawn '{"sub_type":"item","id":"88704","sub_delay":"999999"}'