Skip to content

Runtime API 23 Client Messages

Codex edited this page Sep 19, 2026 · 6 revisions

Runtime API — Сообщения клиента

Символов: 21

Новые тематические разделы · Алфавитный указатель · Правила и сценарии

Для каждой команды доступна отдельная карточка: актуальные перегрузки, параметры, ограничения и несколько примеров.

Books

Clears all pages of the currently open editable ClassicUO book through the same real page-update packet path used by BookSetPageText.

Books

Reads page text from the currently open ModernBookGump first. If no live page text is available, the Basic compatibility buffer is used as a fallback.

Books

Writes a page into the currently open editable ModernBookGump, updates the page buffer/UI and sends Send_BookPageData for that page.

Books

Updates the currently open editable book rather than only storing a Basic-side string. Without explicit form-feed separators, lines are divided automatically into groups of up to ten lines per page. Each affected page is updated locally and sent to the server.

Menus & Context Menus

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Client UI

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Menus & Context Menus

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Journal

Возвращает текст последней найденной поиском строки журнала. Если найденный индекс отсутствует, возвращает пустую строку. Это не то же самое, что GetJournal(0), который читает самую новую строку.

Journal

Возвращает цвет последней найденной строки журнала как hex-строку. Если найденной строки нет, возвращает "0x0000".

Journal

Reads the pattern ID saved by the last successful journal search. For the search text 'first|second|third', a match on second returns 1.

Journal

Reads or changes the requested mobile/player stat/state through the current ClassicUO world model and registered API bridge.

Journal

Возвращает serial источника последней найденной строки журнала как hex-строку. Если найденной строки нет, возвращает "0x00000000".

Journal

Returns the same timestamp contract as UO.JournalTimer(index), but for the line stored by the most recent successful journal search/wait operation.

Gumps

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Gumps

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Menus & Context Menus

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Menus & Context Menus

Reads or updates the current client UI/Gump state through the registered Basic/ClassicUO UI route.

Client UI

Очищает текстовое окно, открытое иcпользованием Injection или командой TextOpen.

Client UI

Закрывает текстовое окно, открытое использованием Injection или командой TextOpen.

Client UI

Открывает текстовое окно.

Menus & Context Menus

Ищет текущий ожидающий диалог ввода текста и отвечает на него; если такого нет, устанавливает ловушку на следующий входящий.

Clone this wiki locally