Hercules Elf Bot - Jul 29, 2012 2:50
Originally posted by [b]NANORAY[/b]
arullo not working properly i use it number of times but the player is not affected by the sleep.
Hercules Elf Bot - Jul 30, 2012 2:42
Originally posted by [b]sintaxm[/b]
It also happened in my server. I don't know about the calculation, but I improve the chance by changing this line below.
----
case SO_ARRULLO:
if( flag&1 )
sc_start2(bl, type, 88 + 2 * skilllv, skilllv, 1, skill_get_time(skillid, skilllv));
else {
clif_skill_nodamage(src, bl, skillid, 0, 1);
map_foreachinrange(skill_area_sub, bl, skill_get_splash(skillid, skilllv), BL_CHAR,
src, skillid, skilllv, tick, flag|BCT_ENEMY|1, skill_castend_nodamage_id);
}
break;
--------
Change number 88 to 130 (sometimes still miss), and recompile. This code in skill.c