Difference between revisions of "overview"

From OpenKore Wiki
Jump to navigation Jump to search
m
 
(4 intermediate revisions by 3 users not shown)
Line 136: Line 136:
 
* [[take]] / [[drop]] - take / drop an item
 
* [[take]] / [[drop]] - take / drop an item
 
* [[eq]], [[uneq]] - equip / unequip items
 
* [[eq]], [[uneq]] - equip / unequip items
* [[autobuy]], [[autosell]], [[autostorage]] - initiate corresponding [[AI]] sequence
+
* [[autobuy]], [[autosell]], [[autostorage]] - initiate corresponding [[ai|AI]] sequence
 
* [[buy]], [[sell]] - buy / sell items via NPCs
 
* [[buy]], [[sell]] - buy / sell items via NPCs
 
* [[store]] - list of NPC items to buy
 
* [[store]] - list of NPC items to buy
Line 164: Line 164:
 
* [[ai]] - toggle, view and control AI
 
* [[ai]] - toggle, view and control AI
 
* [[auth]] - authorize/unathorize [[Chat Commands|chat command]] users
 
* [[auth]] - authorize/unathorize [[Chat Commands|chat command]] users
* [[conf]], [[timeout]] - show and set [[config.txt]] / [[timeouts.txt]] options
+
* [[conf]], [[timeout]] - show and set [[:Category:config.txt|config.txt]] / [[timeouts.txt]] options
 
* [[plugin]] - plugins
 
* [[plugin]] - plugins
 
* [[reload]], [[rc]] - reload controls and tables / OpenKore modules
 
* [[reload]], [[rc]] - reload controls and tables / OpenKore modules
* [[switchconf]] - switch to a certain alternative [[config.txt]]
+
* [[switchconf]] - switch to a certain alternative [[:Category:config.txt|config.txt]]
 
* [[verbose]] - toggle verbose mode
 
* [[verbose]] - toggle verbose mode
  
Line 196: Line 196:
 
* [[help]] - console commands help
 
* [[help]] - console commands help
 
* [[cook]] - cooking
 
* [[cook]] - cooking
* [[m]], [[ms]], [[mo]], [[mi]], [[mw]], [[ma]], [[md]], [[mr]] - mail
+
* [[rodex]] or [[mail]] - mail systems
 
* [[pl]], [[ml]], [[nl]], [[portals]], [[spells]], [[vl]] [[sll]], [[petl]] - show list of players / monsters / NPCs / portals / [http://irowiki.org/wiki/AoE AoE] effects / vending shops / homunculi&mercenaries / pets
 
* [[pl]], [[ml]], [[nl]], [[portals]], [[spells]], [[vl]] [[sll]], [[petl]] - show list of players / monsters / NPCs / portals / [http://irowiki.org/wiki/AoE AoE] effects / vending shops / homunculi&mercenaries / pets
 
* [[quest]] - quests
 
* [[quest]] - quests
Line 214: Line 214:
  
 
* [[doCommand]] - automatically use console commands on certain conditions
 
* [[doCommand]] - automatically use console commands on certain conditions
* [[Macro plugin]] - use simple programming to write macros (scripts for automating your actions)
+
* [[macro plugin]] - use simple programming to write macros (scripts for automating your actions)
 
* [[Wx Interface]] - graphical user interface (includes standard OpenKore console)
 
* [[Wx Interface]] - graphical user interface (includes standard OpenKore console)
 
* [[XKore]] - merge bot and ragnarok client in different ways
 
* [[XKore]] - merge bot and ragnarok client in different ways

Latest revision as of 22:30, 10 August 2021

(lists are incomplete)

Automatic Actions

These features are included in OpenKore by default. You only need to configure them, no macros or plugins needed for that to work.

Your character

Items

Skills

Attack

Security

Other

Console Commands

These are commands for issuing specific actions.

Character control

Items

Chat

  • c, pm, g, p - talk in public / private / guild / party chat
  • pml - show quick PM list
  • chist, cl - show / clear chat log history
  • chat - chatroom commands
  • ignore - server-side ignore (/ex, /exall)

Configuration

Reports and debug

  • aiv - show AI sequences
  • damage - taken damage report
  • debug - debug options
  • dump, dumpnow - save received packets buffer and quit / don't quit
  • exp - expirience, kills, inventory report
  • version - show OpenKore version
  • eval - evaluate perl expression (use only if you know what you are doing)
  • send - send a raw data to the server (use only if you know what you are doing)

Players

Other

Tweaking

Other features

  • doCommand - automatically use console commands on certain conditions
  • macro plugin - use simple programming to write macros (scripts for automating your actions)
  • Wx Interface - graphical user interface (includes standard OpenKore console)
  • XKore - merge bot and ragnarok client in different ways