Category:Console Command: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Console commands are used to control and inspect Kore while it's running. | |||
There are many ways how console commands can be invoked: | |||
* manually typing in the console | |||
* calling via [[doCommand]], [[macro]]'s '''do''', cmdOnLogin and other plugins | |||
* calling via <code>Commands::run("<console command with arguments>")</code> - that can br used inside Kore, in plugins and in [[eval]] | |||
Regardless of way used, the syntax is the same. | |||
Some console commands are equivalent to the manual actions you can do in the original Ragnarok Online Client (e.g. chatting, dealing, party and guild management, etc); some are used for controlling more high-level Kore's AI; some are used for inspect your character, environment, AI etc. |
Revision as of 13:40, 4 September 2010
Console commands are used to control and inspect Kore while it's running.
There are many ways how console commands can be invoked:
- manually typing in the console
- calling via doCommand, macro's do, cmdOnLogin and other plugins
- calling via
Commands::run("<console command with arguments>")
- that can br used inside Kore, in plugins and in eval
Regardless of way used, the syntax is the same.
Some console commands are equivalent to the manual actions you can do in the original Ragnarok Online Client (e.g. chatting, dealing, party and guild management, etc); some are used for controlling more high-level Kore's AI; some are used for inspect your character, environment, AI etc.
Pages in category "Console Command"
The following 164 pages are in this category, out of 164 total.