Анимация Тоггл

JimmieStrimell

Выдающийся
Участник
Неукротимое пламя
Сообщения
103
Розыгрыши
0
Решения
3
Репутация
51
Реакции
86
Баллы
1 373
Добрый день, решил сделать автобафф аля Project Eva, но столкнулся с проблемой, сервер часть была сделана, но клиент часть, не отображает анимацию включения/выключения тоггла кастомного скилла, куда копать? за аналог в skillgrp был взят Arcana Power. Хроники Interlude, исходники rusacis.
 
Project Eva is a new chronicle. As such, it has built-in functionality that deals with the auto-use skills.

If your server is running on a new chronicle, then search for a section called something like 'SKILL_MACRO' or 'MACRO_SKILL' or something similar in your SkillGrp.dat file in the client. You should add your custom auto-use skill there too.

Here is an example:
Код:
skill_macro_begin    macro_skill_id=12345    automatic_use=2    skill_macro_end

You just have to figure out what the difference is between `automatic_use=1` and `automatic_use=2`.


For old-school Interlude client, you would have to change the skill type to TOGGLE in the server and client, and then handle its use through the TOGGLE SKILL handler in the core. I haven't found another work-around for the time being.
 
Последнее редактирование:
Назад
Сверху Снизу