Difference between revisions of "Category:Console Command"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
Not all of Kore's features can be used by simply setting up the configuration files. Console commands allows you to manually control Kore while it is running by typing these commands in the console. The 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.).
+
Console commands are used to control and inspect Kore while it's running.
  
This section of the manual describes all of the console commands that you can use.
+
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.