kalabasa Posted December 6, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted December 6, 2020 Hi!! can i have some a little of your time requesting updating these mod thanks Quote Link to comment Share on other sites More sharing options...
1 EveeX Posted December 18, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 29 Joined: 09/16/20 Last Seen: December 21, 2022 Share Posted December 18, 2020 In High Jump try this and repeat in the others skills. case TK_HIGHJUMP: { int x, y, dir = unit_getdir(src); struct map_data* mapdata = &map[src->m]; if (tsc->data[SC_SPIDERWEB] || tsc->data[SC_CLOSECONFINE] || tsc->data[SC_ANKLE]) { clif_skill_nodamage(src, bl, TK_HIGHJUMP, skill_lv, 1); break; } 1 Quote Link to comment Share on other sites More sharing options...
1 EveeX Posted December 22, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 29 Joined: 09/16/20 Last Seen: December 21, 2022 Share Posted December 22, 2020 case NJ_SHADOWJUMP: if(sd->sc.data[SC_SPIDERWEB] || sd->sc.data[SC_CLOSECONFINE] || sd->sc.data[SC_ANKLE]) break; if (map_getcell(src->m, x, y, CELL_CHKREACH) && skill_check_unit_movepos(5, src, x, y, 1, 0)) //You don't move on GVG grounds. clif_blown(src); status_change_end(src, SC_HIDING, INVALID_TIMER); break; Try this in NJ_SHADOWJUMP 1 Quote Link to comment Share on other sites More sharing options...
0 EveeX Posted December 17, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 29 Joined: 09/16/20 Last Seen: December 21, 2022 Share Posted December 17, 2020 Better explain what you need to modify ^^ Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted December 17, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted December 17, 2020 (edited) 7 hours ago, EveeX said: Better explain what you need to modify ^^ OH, sorry abt that im already done with body relocation,backslide,and charge attack i am having a hard time with these High jump,Flying side kick, and shadow jump will failed lock while using close confine spider web and ankle snare Edited December 17, 2020 by kalabasa Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted December 19, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted December 19, 2020 (edited) High Jump skill working as intended while flying side kick and shadow jump not working finding possible ways to insert the code Edited December 19, 2020 by kalabasa Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted January 30, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted January 30, 2021 havent check this for a while now my only problem now is for the flying side kick Quote Link to comment Share on other sites More sharing options...
Question
kalabasa
Hi!! can i have some a little of your time requesting updating these mod thanks
Link to comment
Share on other sites
6 answers 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.