overview: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(todo: categorize console commands)
Line 1: Line 1:
''(lists are incomplete)''
== [[Console Commands]] ==
* [[help]] - console commands help
* [[a]] - attack a certain monster; toggle autoattack
* [[ai]] - toggle, view and control AI
* [[aiv]] - show AI sequences
* [[al]] - show your shop status
* [[arrowcraft]] - (using Archer's [http://irowiki.org/wiki/Arrow_Crafting Arrow Crafting] skill)
* [[as]] - stop attacking current monster
* [[au]] - auction
* [[auth]] - authorize/unathorize [[Chat Commands|chat command]] users
* [[autobuy]], [[autosell]], [[autostorage]] - initiate corresponding AI sequence
* [[look]], [[lookp]], [[bangbang]], [[bingbing]], [[doridori]] - body/head turn
* [[buy]], [[sell]] - buy / sell items via NPCs
* [[store]] - list of NPC items to buy
* [[c]], [[pm]], [[g]], [[p]] - talk in public / private / guild / party chat
* [[pml]] - show quick PM list
* [[card]] - merge cards with slotted items
* [[cart]] - cart
* [[chat]] - chatrooms
* [[chist]] - chat log history
* [[cil]] - clear the item log
* [[cl]] - clear the chat log
* [[testshop]], [[openshop]], [[closeshop]] - test / open / close your shop
* [[conf]], [[timeout]] - show and set [[config.txt]] / [[timeouts.txt]] options
* [[cook]] - cooking
* [[damage]] - taken damage report
* [[deal]], [[dl]] - deal
* [[debug]] - debug options
* [[take]] / [[drop]] - take / drop an item
* [[dump]], [[dumpnow]] - save received packets buffer and quit / don't quit
* [[e]] - emotions
* [[move]], [[follow]], [[east]], [[west]], [[north]], [[south]], [[northeast]], [[northwest]], [[southeast]], [[southwest]] - movement
* [[eq]], [[uneq]] - equip / unequip items
* [[eval]] - evaluate perl expression (use only if you know what you are doing)
* [[exp]] - expirience, kills, inventory report
* [[pecopeco]] - Knight's [http://irowiki.org/wiki/Peco_Peco_Ride Peco Peco]
* [[falcon]] - Hunter's [http://irowiki.org/wiki/Falconry_Mastery Falcon]
* [[friend]] - friend list
* [[guild]] - guild
* [[homun]], [[merc]] - homunculus / mercenary
* [[i]] - show inventory
* [[identify]] - identify items after using [http://db.irowiki.org/item-info/611/ Magnifier] or [http://irowiki.org/wiki/Item_Appraisal Item Appraisal]
* [[repair]] - repair an item using Blacksmith's [http://irowiki.org/wiki/Weapon_Repair Weapon Repair]
* [[refine]] - refine an item using Mastersmith's [http://irowiki.org/wiki/Upgrade_Weapon Upgrade Weapon]
* [[ignore]] - /ex, /exall
* [[il]] - show items on ground
* [[ihist]] - item log history
* [[is]], [[ip]], [[im]] - use item on yourself / player / monster
* [[ss]], [[sp]], [[sm]], [[sl]] - use skill on yourself / player / monster / location
* [[kill]] - attack a certain player (PvP)
* [[m]] - mail
* [[memo]] - /memo for Acolyte's [http://irowiki.org/wiki/Warp_Portal Warp Portal]
* [[warp]] - open a warp using Acolyte's [http://irowiki.org/wiki/Warp_Portal Warp Portal]
* [[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
* [[party]] - party
* [[plugin]] - plugins
* [[quest]] - quests
* [[reload]], [[rc]] - reload controls and tables / OpenKore modules
* [[switchconf]] - switch to a certain alternative [[config.txt]]
* [[relog]] - disconnect and connect again
* [[s]], [[st]] - show your status / stats
* [[send]] - send a raw data to the server
* [[se]] - show a certain player's equipment
* [[sit]], [[stand]] - sit / stand
* [[skills]] - your skills
* [[stat_add]] - level up your stats
* [[storage]] - storage
* [[talk]], [[talknpc]] - talk with NPCs
* [[tank]] - tank for a certain player
* [[tele]] - teleport to a random location using [http://db.irowiki.org/item-info/601/ Fly Wing] or Acolyte's / [http://db.irowiki.org/item-info/4040/ Creamy]'s [http://irowiki.org/wiki/Teleport Teleport]
* [[respawn]] - return to your save point after death, or using [http://db.irowiki.org/item-info/602/ Buttefly Wing] or Acolyte's [http://irowiki.org/wiki/Teleport Teleport]
* [[top10]] - show Alchemist's, Blacksmith's, TaeKwon's and PvP ratings
* [[vender]] - show and buy from other player's vends
* [[verbose]] - toggle verbose mode
* [[version]] - show OpenKore version
* [[weight]] - your weight capacity
* [[where]] - show current map and location
* [[whoami]] - show current account and character
== Things that possible to automate with OpenKore without any plugins (and macros) ==
== Things that possible to automate with OpenKore without any plugins (and macros) ==
''(list is incomplete)''


=== Your character ===
=== Your character ===
Line 38: Line 118:
* [[getAuto|retrieve]] / [[storageAuto|store]] certain items via your Kafra storage (possibly [[storageAuto_password|password protected]] or [[StorageAuto useChatCommand|opening it with chat command]])
* [[getAuto|retrieve]] / [[storageAuto|store]] certain items via your Kafra storage (possibly [[storageAuto_password|password protected]] or [[StorageAuto useChatCommand|opening it with chat command]])
* [[items_control.txt|move certain items to / from your cart]]
* [[items_control.txt|move certain items to / from your cart]]
* [[shopAuto_open|vend certain items]] (using Merchant's [http://irowiki.org/wiki/Vending Vending] skill)
* [[shopAuto_open|vend certain items]] using Merchant's [http://irowiki.org/wiki/Vending Vending] skill
* [[autoMakeArrows|craft arrows]] (using Archer's [http://irowiki.org/wiki/Arrow_Crafting Arrow Crafting] skill)
* [[autoMakeArrows|craft arrows]] using Archer's [http://irowiki.org/wiki/Arrow_Crafting Arrow Crafting] skill
* disconnect and quit when
* disconnect and quit when
** [[dcOnStorageFull|storage is full]]
** [[dcOnStorageFull|storage is full]]

Revision as of 04:41, 4 January 2010

(lists are incomplete)

Console Commands

Things that possible to automate with OpenKore without any plugins (and macros)

Your character

Items

Skills

Attack

Security

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