Fixed Agro elder keltir

Beerus

Heir
Customer
in speaking island the ketlirs are have aggro and chasing from far away in general wolfs also taking aggro from very far away.
is this correct? I remember they don't have aggro?
1788896814692.webp
 
Yes found a problem. In the files npc_begin
Code:
warrior    20544    [elder_keltir]    category={}    level=3    exp=363    ex_crt_effect=0    unique=0    s_npc_prop_hp_rate=1    race=animal    sex=male    skill_list={@s_npc_prop_race_animal;@s_npc_prop_hp_lv_p0;@s_npc_prop_mp_lv_p0;@s_npc_prop_pa_lv_p1;@s_npc_prop_ma_lv_p1;@s_npc_prop_pd_lv_n1;@s_npc_prop_md_lv_n1;@s_npc_prop_armor_type_n;@s_npc_prop_weapon_type_sword}    slot_chest=[]    slot_rhand=[]    slot_lhand=[]    collision_radius={9.5;9.5}    collision_height={10;10}    hit_time_factor=0.37    hit_time_factor_skill=-1    ground_high={110;0;0}    ground_low={23;0;0}    str=40    int=21    dex=30    wit=20    con=43    men=20    org_hp=57.54874    org_hp_regen=2    org_mp=54.64    org_mp_regen=0.9    base_attack_type=sword    base_attack_range=40    base_damage_range={0;0;80;120}    base_rand_dam=30    base_physical_attack=10.24492    base_critical=4    physical_hit_modify=4.75    base_attack_speed=253    base_reuse_delay=0    base_magic_attack=6.99595    base_defend=47.91652    base_magic_defend=31.9033596383589    base_attribute_attack={none;0}    base_attribute_defend={20;20;20;20;20;20;0}    physical_avoid_modify=0    shield_defense_rate=0    shield_defense=0    safe_height=100    soulshot_count=0    spiritshot_count=0    clan={}    ignore_clan_list={}    clan_help_range=300    undying=0    can_be_attacked=1    corpse_time=7    no_sleep_mode=0    agro_range=1000

agro_range=1000

but inside AI class elder_keltir : warrior_passive it extends warrior_passive who has no agro, so this param is dummy agro_range=1000 for all classes who warrior_passive
 
Back
Top