Skip to content

Debug settings

Dmitry Shin edited this page Oct 8, 2020 · 17 revisions

Debug commands

All debug messages are output to the Toolbox (Tera-Proxy) console.

Toolbox(/8) Command description
guide debug s Displaying information about the skills of the boss on/off.
guide debug am Displaying info about the abnormality applied on you by the boss on/off.
guide debug ae Displaying info about the abnormality applied on you by the server on/off.
guide debug ab Displaying info about the abnormality applied on the boss on/off.
guide debug ar Displaying info about removing abnormality from you on/off.
guide debug ad Displaying info about removing abnormality from the boss on/off.
guide debug h Displaying info about the health of the boss on/off.
guide debug ns Displaying info about the NPC spawn on/off.
guide debug nd Displaying info about the NPC despawn on/off.
guide debug dm Displaying info about the Dungeon Message on/off.
guide debug qb Displaying info about the Quest Balloon on/off.
guide debug all Displaying of all debug info (the above options are ignored) on/off.
guide debug chat Displaying debug info to the Proxy chat in the game on/off.
guide debug status Display the status of all debug mode settings.

Event handler commands

Toolbox(/8) Command description
guide event load zone Загрузить указанный в параметре zone гайд (указывается id данжа из списка поддерживаемых). Допустимо указание значения test для чтения гайда из файла guides/test.js (пример файла https://github.com/hsdn/tera-guide/wiki/Test-Guide). При загрузке будут добавлены все хуки, связанные с гайдом.
guide event reload Перезагрузить конфигурацию и хуки текущего загруженного гайда.
guide event unload Выгрузить всю конфигурацию и удалить хуки для текущего загруженного гайда.
guide event trigger key Выполнить событие из загруженного гайда, где key указывается ключ события.
guide event spawn context Создать объект (предмет, табличка и т.д.), где context указывается запись в формате JSON.
guide event text context Вывести текстовое сообщение в чат или на экран, где context указывается запись в формате JSON.

Примеры

/8 guide event load 3026
/8 guide event trigger "s-3026-1000-2153-0"
/8 guide event text '{"sub_type":"message","message":"Сообщение"}'
/8 guide event spawn '{"sub_type":"item","id":"88704","sub_delay":"999999"}'