Fixed Fix the toggles

fa1thDEV

Heir
Hello, when I active the guard stance and shield fortress, the guard stance is not active in the Skill List and is active in the buffs, is possible fix that?

1713379138626.png
 
Hi my friend is from client side.
Go to system-> open file ( Skillgrp_Classic.dat ) find the skill ID you want to fix and change the ( MagicType=1 to MagicType=3 ).

Example:

C++:
skill_begin    skill_id=197    skill_level=2    skill_sublevel=0    operate_type=6    resist_cast=0    MagicType=1    mp_consume=9    cast_range=-1    cast_style=0    hit_time=0.0    cool_time=0.0    reuse_delay=0.0    effect_point=0    is_magic=0    origin_skill=0    is_double=0    animation={[None]}    skill_visual_effect=[None]    icon=[icon.skill0197]    icon_panel=[None]    debuff=0    icon_type=0    enchant_skill_level=0    enchant_icon=[None]    hp_consume=0    rumble_self=-1    rumble_target=-1    skill_end

to

skill_begin    skill_id=197    skill_level=2    skill_sublevel=0    operate_type=6    resist_cast=0    MagicType=3    mp_consume=9    cast_range=-1    cast_style=0    hit_time=0.0    cool_time=0.0    reuse_delay=0.0    effect_point=0    is_magic=0    origin_skill=0    is_double=0    animation={[None]}    skill_visual_effect=[None]    icon=[icon.skill0197]    icon_panel=[None]    debuff=0    icon_type=0    enchant_skill_level=0    enchant_icon=[None]    hp_consume=0    rumble_self=-1    rumble_target=-1    skill_end
 
Back
Top