Category:Console Command

From OpenKore Wiki
Revision as of 13:40, 4 September 2010 by EternalHarvest (talk | contribs)
Jump to navigation Jump to search

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.