Interlude Patch Collection & Misc / Коллекция патчей Interlude и другие

Fairlight

Keltir
Messages
19
Reaction score
16

Patches / Патчи​


Giant's Cave Doorway Fix / Исправление дверного проема в пещере великана​


Fixes most of the missing doorways that are deep inside GC. Zaken's door hasn't been removed.
Исправлено большинство отсутствующих дверных проемов, которые находятся глубоко внутри ГК. Дверь Закена была удалена.


00.jpg


Download / Скачать:
https://files.catbox.moe/ggor25.zip

Extract and put on maps folder.
Распакуйте и поместите в папку maps.



Skills Above Head for x3 / Навыки над головой для x3​


Taken from aveash, modified drop/spoil info to match x3.
Взято из aveash, изменена информация о падении/размахе, чтобы соответствовать x3.

Download / Скачать:

Extract and put on main Lineage II folder.
Распакуйте и поместите в основную папку Lineage II.



Aggro Patch v2 / Аггро-патч v2​


Update to the Aggro Patch.
Обновление патча для аггро.

Screenshot 2024-08-04 19-39-49.png


Added / Добавлены:
  • Herb (Херб)
  • Cancel (Buff Removal / снятие баффа)
  • Sleep (Сон)
  • Hold - Root / Удержание, Корень
  • Stun - Shock / Шок
  • Silence - Замедление
  • Slow - Медленный
  • Anchor - Paralyze / Парализация
  • DrainMP - уменьшение MP
  • ManaBurn - MP Decrease / уменьшение MP
  • Weakness - Atk Decrease / снижение Atk
  • WindShackle - Atk Spd Decrease / снижение Atk Spd
  • Petrification - Петрификация
  • Chaos - Accuracy Decrease / снижение точности
  • Bleed - Кровотечение
  • Poison - Яд
  • Hex - P Def Decrease / P Деф Снижение
Fixed / Исправлено:
  • Frozen Labyrinth / Замороженный лабиринт
Format / Формат:

<xx> (level) S (if social) Herb (if herbs) [y] (if skills)
<xx> (уровень) S (если социальный) Herb (если травы) [y] (если навыки)

99FF99 / Green: Neutral / Passive.
FF9999 / Red: Aggressive
FFFF99 / Yellow: Minions.
9999FF / Blue: Raid Bosses.
99FFFF / Cyan: Raid Fighters.
FF99FF / Pink: Aggressive Raid Bosses.

99FF99 / Зеленый: Нейтральный / Пассивный.
FF9999 / Красный: Агрессивный
FFFF99 / Желтый: Миньоны.
9999FF / Синий: Боссы рейда.
99FFFF / Голубой: Бойцы рейда.
FF99FF / Розовый: Агрессивные рейдовые боссы.


Download / Скачать:

Extract and put on system folder.
Распакуйте и поместите в системную папку.



System color messages / Сообщения о цвете системы​


Screenshot 2024-08-04 19-43-48.png

Screenshot 2024-08-04 19-40-37.png



Shades of Cyan - Positive
Shades of Red - Negative
Shades of Grey - Information


Contains large onscreen notifications:

Damage: Middle Bottom
Buff/Debuff/Abnormal status: Right bottom
Gear: Right Middle
Spoil: Top Middle

Оттенки голубого - Позитив
Оттенки красного - отрицательные

Оттенки серого - информация

Содержит большие экранные уведомления:

Повреждения: Середина снизу
Бафф/дебафф/нормальный статус: Справа внизу
Передача: Правая средняя
Портить: Верхняя середина



Download / Скачать:

Extract and put on system folder.
Распакуйте и поместите в системную папку.



Silent Sin Eater / Молчаливый Sin Eater​


Changes the creature into a silent ball of flame.
Превращает существо в бесшумный шар пламени.

Screenshot 2024-08-04 09-45-12.png


Download / Скачать:

Extract and put on system folder.
Распакуйте и поместите в системную папку.



No damage sounds / Никаких звуков повреждения​


Changes the character's damage sounds into generic hit ones. Useful for getting rid of Hot Spring's debuff noise.
Изменяет звуки урона персонажа на общие звуки ударов. Полезно для избавления от шума дебаффов Горячего источника.

Download / Скачать:

Extract and put on system folder.
Распакуйте и поместите в системную папку.


Skill cooldown % / Свертывание умений %​


Shows the cooldown of skills as a percentage.
Показывает откат скилов в процентах.

Screenshot 2024-08-04 19-36-03.png


Download / Скачать:

Extract and put on systextures folder.
Распакуйте и поместите в папку systextures.



Darker chat background / Более темный фон чата​


Makes everything more readable.
Делает все более читаемым.

Screenshot 2024-08-13 02-10-11.png


Download / Скачать:

Extract and put on systextures folder.
Распакуйте и поместите в папку systextures.


Autohotkey Scripts / Скрипты Autohotkey​



AutoHotkey is a free and open-source custom scripting language for Microsoft Windows, primarily designed to provide easy keyboard shortcuts or hotkeys, fast macro-creation and software automation to allow users of most computer skill levels to automate repetitive tasks in any Windows application.

AutoHotkey - это свободный и открытый язык пользовательских сценариев для Microsoft Windows, предназначенный в первую очередь для создания простых сочетаний клавиш или горячих клавиш, быстрого создания макросов и автоматизации программного обеспечения, чтобы позволить пользователям с самым высоким уровнем компьютерной подготовки автоматизировать повторяющиеся задачи в любом приложении Windows.


Rebind keys / Переплетение клавиш​

Changes QWER ASDF and ZXCV to match skillbar and numbers to match panel switch.
Измените QWER ASDF и ZXCV, чтобы они соответствовали панели умений, а цифры - переключателю на панели.

Code:
; Lineage II requires elevation for some reason. This will launch the script as Administrator.
if not A_IsAdmin
{
Run *RunAs "%A_ScriptFullPath%"
ExitApp
}

; Only works on Lineage II windows.
#ifWinActive, ahk_exe L2.exe

; Suspends when pressing Right Shift
RShift::Suspend, toggle

; Be sure to enable Enter Chat in Lineage II

; Remap skills
Q::SendInput {1}
W::SendInput {2}
E::SendInput {3}
R::SendInput {4}
A::SendInput {5}
S::SendInput {6}
D::SendInput {7}
F::SendInput {8}
Z::SendInput {9}
X::SendInput {0}
C::SendInput {-}
V::SendInput {=}

; Force skills
^Q::SendInput ^{1}
^W::SendInput ^{2}
^E::SendInput ^{3}
^R::SendInput ^{4}
^A::SendInput ^{5}
^S::SendInput ^{6}
^D::SendInput ^{7}
^F::SendInput ^{8}
^Z::SendInput ^{9}
^X::SendInput ^{0}
^C::SendInput ^{-}
^V::SendInput ^{=}

; Switch Panels
1::
SendInput {Alt Down}
sleep 50
SendInput {1}
sleep 50
SendInput {Alt Up}
Return

2::
SendInput {Alt Down}
sleep 50
SendInput {2}
sleep 50
SendInput {Alt Up}
Return

3::
SendInput {Alt Down}
sleep 50
SendInput {3}
sleep 50
SendInput {Alt Up}
Return

4::
SendInput {Alt Down}
sleep 50
SendInput {4}
sleep 50
SendInput {Alt Up}
Return

5::
SendInput {Alt Down}
sleep 50
SendInput {5}
sleep 50
SendInput {Alt Up}
Return

6::
SendInput {Alt Down}
sleep 50
SendInput {6}
sleep 50
SendInput {Alt Up}
Return

7::
SendInput {Alt Down}
sleep 50
SendInput {7}
sleep 50
SendInput {Alt Up}
Return

8::
SendInput {Alt Down}
sleep 50
SendInput {8}
sleep 50
SendInput {Alt Up}
Return

9::
SendInput {Alt Down}
sleep 50
SendInput {9}
sleep 50
SendInput {Alt Up}
Return

0::
SendInput {Alt Down}
sleep 50
SendInput {0}
sleep 50
SendInput {Alt Up}
Return


Change Lineage II window title / Изменить заголовок окна Lineage II​

In case you need to identify different Lineage II windows, for examples such as testing or streaming.
Если вам нужно определить разные окна Lineage II, например, для тестирования или потоковой передачи.


Code:
; Proper match mode for Window name
SetTitleMatchMode 2

; Lineage II requires elevation for some reason. This will launch the script as Administrator.
if not A_IsAdmin
{
Run *RunAs "%A_ScriptFullPath%"
ExitApp
}

; Runs the game
Run "C:\Games\Toma's Cool Server\system\L2.exe"

; Small 5s delay here since the window doesn't become available and displays a splash screen.
; Because of how it works, WinWaitActive doesn't work for this.
Sleep 5000

; Selects the Window with name "Lineage II"
if WinExist("Lineage II")
WinActivate

; Gets the hwnd or window ID of the focused window.
WinGet, main_id, ID, A

; This loop constantly checks for this specific game instance ID. If it's not running, it exits.
; If it's running, it tries to rename the Lineage II window into ElmoreLab.
; You can change ElmoreLab into whatever you want, eg a second script can use this as ElmoreLab Box.
; The reason why it's a loop is because the game constantly changes it's name back to Lineage II.
Loop
{
IfWinNotExist, ahk_id %main_id%
ExitApp
else
WinSetTitle, ahk_id %main_id%,, ElmoreLab
Sleep, 10
}


Paste text in game / Вставить текст в игру​

Good for translation purposes.
Хорошо подходит для целей перевода.

Code:
; Lineage II requires elevation for some reason. This will launch the script as Administrator.
if not A_IsAdmin
{
Run *RunAs "%A_ScriptFullPath%"
ExitApp
}

; Only works on Lineage II windows.
#ifWinActive, ahk_exe L2.exe

; Ctrl + Shift + V
^+v::SendRaw %clipboard%
 
Last edited:
катбокс не работает, заблокирован ресурс. на мегу или гугл диск может. за труды спасибо
 
Подскажите куда и как надо добавить этот код?
И может есть у кого файл, чтоб мышкой правой в чате на ник нажимать и писать в пм?
 
Ни кто не подскажет как Интерлюд добавить возможность "копировать и вставить"?
 
Back
Top