0 Haruka Mayumi Posted July 11, 2019 Posted July 11, 2019 go to skill.cpp and look for this // Ashura Strike still has slide effect in GVG if ((mbl == src || (!map_flag_gvg2(src->m) && !map_getmapflag(src->m, MF_BATTLEGROUND))) && unit_movepos(src, mbl->x + x, mbl->y + y, 1, 1)) { clif_blown(src); clif_spiritball(src); } change it into like this // Ashura Strike still has slide effect in GVG if (mbl == src || (!map_flag_gvg2(src->m) && !map_getmapflag(src->m, MF_BATTLEGROUND))) { clif_spiritball(src); } 1 Quote
Question
dantoki
is anyone have that setup ?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.