Difference between revisions of "Category:Console Command"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 5: Line 5:
 
* calling via [[doCommand]], [[macro]]'s '''do''', cmdOnLogin and other plugins
 
* 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]]
 
* 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.
+
Regardless of way used, the syntax and command set 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.
 
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.
 +
 +
Aliases (shortcuts) for already existing commands can be defined with [[alias]].

Revision as of 13:46, 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 and command set 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.

Aliases (shortcuts) for already existing commands can be defined with alias.