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

Материал из Руководство по OpenKore
Перейти к: навигация, поиск
(Попытка номер раз)
 
м (по мелочи)
Строка 51: Строка 51:
 
** [[useSelf_skill|на самого персонажа]]
 
** [[useSelf_skill|на самого персонажа]]
 
** [[partySkill|на пати, других игроков, гомункулов и наёмников]]
 
** [[partySkill|на пати, других игроков, гомункулов и наёмников]]
** [[attackSkillSlot|your current target (monster)]]
+
** [[attackSkillSlot|на атакуемого моба]]
*** ... and [[attackComboSlot|chain certain skills after another certain skills]]
+
*** ... и [[attackComboSlot|настроить комбо]], т.е. применять умения в определённой последовательности
** [[monsterSkill|other monsters]]
+
** [[monsterSkill|на других мобов]]
* [[skillsAddAuto|level up your character's skills according to a certain plan]]
+
* [[skillsAddAuto|настройте очерёдность прокачки умений]]
* [[repairAuto|choose any item]] in Blacksmith's [http://irowiki.org/wiki/Weapon_Repair Weapon Repair]
+
* [[repairAuto|прописать предметы]] для починки кузнецом Blacksmith его умением [http://irowiki.org/wiki/Weapon_Repair Weapon Repair]
* [[autoSpell|choose a certain skill]] in Sage's [http://irowiki.org/wiki/Hindsight Hindsight]
+
* [[autoSpell|выбрать заклинание]] для умения Sage [http://irowiki.org/wiki/Hindsight Hindsight]
  
=== Attack ===
+
=== Настроить нападение на мобов ===
  
* automatically attack monsters
+
* автоматическое нападение на мобов
** [[attackAuto|aggressively]]
+
** [[attackAuto|нападать первым]]
** [[attackAuto_inLockOnly|only on lockMap or on the route to]]
+
** [[attackAuto_inLockOnly|только на локации кача и по пути к ней]]
** [[attackLooters|who have looted something]]
+
** [[attackLooters|бить мобов, своровавших выпавшую добычу]]
** who are in fight with [[attackAuto_followTarget|your follow target]] / [[attackAuto_party|your party]]
+
** нападать на тех, кто [[attackAuto_followTarget|дерётся с ведущим группы]] / [[attackAuto_party|дерётся с группой]]
** [[attackCanSnipe|through snipable walls and cliffs]]
+
** [[attackCanSnipe|нападать через простреливаемые стены и скалы]]
** [[priority.txt|choose which to attack first if there are many kinds]]
+
** [[priority.txt|очерёдность атаки, на кого нападать в первую очередь]]
 
** [[attackUseWeapon|without using basic weapon attack]] ''- if you want to attack with skills only, useful for Mages''
 
** [[attackUseWeapon|without using basic weapon attack]] ''- if you want to attack with skills only, useful for Mages''
 
** [[attackChangeTarget|change your target to another agressive monster if it's closer]]
 
** [[attackChangeTarget|change your target to another agressive monster if it's closer]]

Версия 10:14, 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