qtdan Posted June 24, 2019 Share Posted June 24, 2019 is anyone have that setup ? Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted July 11, 2019 Share 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); } Quote Link to comment Share on other sites More sharing options...
is anyone have that setup ?
Link to comment
Share on other sites