Overview — различия между версиями

Материал из Руководство по OpenKore
Перейти к: навигация, поиск
м (по мелочи)
м (Настроить нападение на мобов)
Строка 67: Строка 67:
 
** [[attackCanSnipe|нападать через простреливаемые стены и скалы]]
 
** [[attackCanSnipe|нападать через простреливаемые стены и скалы]]
 
** [[priority.txt|очерёдность атаки, на кого нападать в первую очередь]]
 
** [[priority.txt|очерёдность атаки, на кого нападать в первую очередь]]
** [[attackUseWeapon|without using basic weapon attack]] ''- if you want to attack with skills only, useful for Mages''
+
** [[attackUseWeapon|не атаковать в рукопашную]] ''- пригодится магам, которые сражаются заклинаниями''
** [[attackChangeTarget|change your target to another agressive monster if it's closer]]
+
** [[attackChangeTarget|переключиться на другого агрессивного моба, если он находится ближе]]
* but '''do not''' attack monsters
+
* однако не нападать на мобов, если
** [[attackCheckLOS|if there is no clean line of sight to the target]]
+
** [[attackCheckLOS|моб не находится в прямой видимости]]
** [[attackAuto_onlyWhenSafe|when there is any player]]
+
** [[attackAuto_onlyWhenSafe|если рядом есть другие игроки]]
** [[attackMinPlayerDistance|when there is a player too close to the target]]
+
** [[attackMinPlayerDistance|если радом с атакуемым мобом кто-то есть]]
** [[attackMinPortalDistance|when there is a portal too close to the target]]
+
** [[attackMinPortalDistance|если моб болтается рядом с варпом]]
* stop attacking
+
* прекратить атаку
** [[aggressiveAntiKS|when being killstealed]]
+
** [[aggressiveAntiKS|кто-то вмешивается в драку с мобом]]
* teleport when
+
* телепортироваться
** [[teleportAuto_atkCount|did too much attacks, but monster is still alive]]
+
** [[teleportAuto_atkCount|если бьёшь-бьёшь, а моб не падает]]
** [[teleportAuto_atkMiss|did too much misses to a single monster]]
+
** [[teleportAuto_atkMiss|если промахиваешься и никак не можешь попасть по мобу]]
  
* [[autoSwitch|equip certain items and use certain attack distance and attack method when attacking certain monsters]]
+
* [[autoSwitch|в зависимости от моба подпирать экипировку и дистанцию атаки]]
* [[mon_control.txt|teleport / disconnect and quit when encountering / taking damage from certain monsters]]
+
* [[mon_control.txt|телепортироваться или отключаться от игры, если столкнулся с определённым мобом или получил от него удар]]
  
 
=== Security ===
 
=== Security ===

Версия 16:54, 14 августа 2023

(списки можно дополнять)

Автоматизация игры

Следующие задачи OpenKore умеет делать сама, надо лишь её настроить. Т.е. не нужны ни макросы, ни плагины.

Настройка самого персонажа

Настройки по части предметов

Настройка умений

Настроить нападение на мобов

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