Difference between revisions of "overview"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 26: Line 26:
 
* disconnect when
 
* disconnect when
 
** leveled to certain [[dcOnLevel|base]] / [[dcOnJobLevel|job]] level
 
** leveled to certain [[dcOnLevel|base]] / [[dcOnJobLevel|job]] level
** [[dcOnPM|received private message]]
 
  
 
=== Items ===
 
=== Items ===
Line 63: Line 62:
 
* automatically attack monsters
 
* automatically attack monsters
 
** [[attackAuto|aggressively]]
 
** [[attackAuto|aggressively]]
 +
** [[attackAuto_inLockOnly|only on lockMap or on the route to]]
 
** [[attackLooters|who have looted something]]
 
** [[attackLooters|who have looted something]]
 
** who are in fight with [[attackAuto_followTarget|your follow target]] / [[attackAuto_party|your party]]
 
** who are in fight with [[attackAuto_followTarget|your follow target]] / [[attackAuto_party|your party]]
Line 74: Line 74:
 
** [[attackMinPlayerDistance|when there is a player too close to the target]]
 
** [[attackMinPlayerDistance|when there is a player too close to the target]]
 
** [[attackMinPortalDistance|when there is a portal too close to the target]]
 
** [[attackMinPortalDistance|when there is a portal too close to the target]]
 +
* stop attacking
 +
** [[aggressiveAntiKS|when being killstealed]]
 
* teleport when
 
* teleport when
 
** [[teleportAuto_atkCount|did too much attacks, but monster is still alive]]
 
** [[teleportAuto_atkCount|did too much attacks, but monster is still alive]]
Line 86: Line 88:
 
** [[autoResponse|chat messages containing certain words]]
 
** [[autoResponse|chat messages containing certain words]]
 
** [[autoResponseOnHeal|somebody healing or buffing your monster]]
 
** [[autoResponseOnHeal|somebody healing or buffing your monster]]
* teleport when encountering [[teleportAuto_allPlayers|any]] / [[avoidList|certain]] players
+
* teleport when encountered [[teleportAuto_allPlayers|any]] / [[avoidList|certain]] players
 
* disconnect when
 
* disconnect when
 
** [[avoidList|encountering certain players or receiving any chat message from certain players]]
 
** [[avoidList|encountering certain players or receiving any chat message from certain players]]
 
** [[dcOnMute|muted (possibly by GM)]]
 
** [[dcOnMute|muted (possibly by GM)]]
 +
** [[dcOnPM|received private message]]
 +
** [[dcOnPlayer|encountered any players]]
 
* respawn / disconnect when [[allowedMaps|you are outside of certain maps]]
 
* respawn / disconnect when [[allowedMaps|you are outside of certain maps]]
  
Line 118: Line 122:
 
* [[testshop]], [[openshop]], [[al]], [[closeshop]] - test / open / show / close your '''vending shop'''
 
* [[testshop]], [[openshop]], [[al]], [[closeshop]] - test / open / show / close your '''vending shop'''
 
* [[arrowcraft]] - make arrows using Archer's [http://irowiki.org/wiki/Arrow_Crafting Arrow Crafting] skill
 
* [[arrowcraft]] - make arrows using Archer's [http://irowiki.org/wiki/Arrow_Crafting Arrow Crafting] skill
* [[relog]] - disconnect and connect again
+
* [[relog]] - force disconnect from the server and connect again
 +
* [[charselect]] - gracefully quit to the character selection screen
 
* [[s]], [[st]] - show your status / stats
 
* [[s]], [[st]] - show your status / stats
 
* [[skills]] - your skills
 
* [[skills]] - your skills

Revision as of 11:40, 14 July 2010

(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