| [pXL]VENOM | Дата: Вторник, 15.12.2009, 22:27 | Сообщение # 1 |
|
Сообщений: 267
[ 13 ]
| Arachna Autocast Toggle версия 0.1.0
Что делает этот мод? Этот мод позволяет включать/отключать автоматическое применение способности Web Shot у Арахны с помощью кнопки Q.
Вы тоже можете изменить свой game.interface и вставить ниже приведенный код почти куда угодно:
Код <!-- Arachna autocasting hotkey fix by Ape3000 --> <panel noclick="1" watch="ActiveName" onload="CreateBool('arachna_autocast', false);" ontrigger="If( StringEquals( param, 'Arachna'), Set('arachna_autocast', true), Set('arachna_autocast', false));" hotkey="Q" onhotkey="If(arachna_autocast, ActivateToolSecondary(0), ActivateTool(0));" />
Список изменений Версия 0.1.0 (15 Sep 2009 19:35 GMT+2): - Релиз мода
Установка Поместите распакованный файл в папку game, находящуюся в папке с игрой. По умолчанию эта папка находится:
Linux: /home/<username>/HoN/game/ Windows 7: C:\Program Files\Heroes of Newerth\game\ Windows Vista: C:\Program Files\Heroes of Newerth\game\ Windows XP: C:\Program Files\Heroes of Newerth\game\ Mac: 1. Press Finder 2. Press Applications 3. Right click 'Heroes of Newerth', and press Show containing files 4. Open Game folder 5. Move file here
|
| |
| |