Hi all,
I try to do this to work on enemy party and guild but not on the caster but when I change this:
map_foreachinrange(skill_area_sub, src, skill_get_splash(skillid, skilllv),BL_CHAR, src, skillid, skilllv, tick, flag|BCT_ENEMY|1, skill_castend_nodamage_id);
by this
map_foreachinrange(skill_area_sub, src, skill_get_splash(skillid, skilllv),BL_CHAR, src, skillid, skilllv, tick, flag|BCT_ENEMY|BCT_PARTY|BCT_GUILD|1, skill_castend_nodamage_id);
that's also affect the caster. Is somone can help me please?