Influx Posted September 9, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 09/14/14 Last Seen: April 18, 2023 Share Posted September 9, 2016 Looking for a way to switch over to the old eAthena asura, tried searching several topics but none had a definitive answer or one that worked. Would appreciate if someone's able to help me out with this. Here's a video demonstration of what the old asura looked like. Thanks, Influx Quote Link to comment Share on other sites More sharing options...
0 Influx Posted September 10, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 09/14/14 Last Seen: April 18, 2023 Author Share Posted September 10, 2016 Anyone? Do you mind posting or PMing the source? Thanks man, and yeah it's incredibly close, just the knockback's the issue :v Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted September 12, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 03:29 PM Share Posted September 12, 2016 i have but 99% only having knockback On 9/12/2016 at 10:08 PM, Influx said: Do you mind posting or PMing the source? PM Sent On 9/15/2016 at 6:21 AM, Influx said: Thanks man, and yeah it's incredibly close, just the knockback's the issue :v hehe 1% problem knockback issue Quote Link to comment Share on other sites More sharing options...
0 imat1 Posted September 16, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: April 2 Share Posted September 16, 2016 On 9/12/2016 at 6:56 PM, DrewxD said: i have but 99% only having knockback can you pm me the source as well? Here's my version... go to src/map/skill.c find: // Ashura Strike still has slide effect in GVG if ((mbl == src || (!map_flag_gvg2(src->m) && !map[src->m].flag.battleground)) && unit_movepos(src, mbl->x + x, mbl->y + y, 1, 1)) { clif_blown(src); clif_spiritball(src); replace with: //Ashura Strike still has slide effect in GVG if ((mbl == src || (!map_flag_gvg2(src->m) && !map[src->m].flag.battleground))) { // only NJ_ISSEN don't have slide effect in GVG if (!(unit_walktoxy(src, mbl->x+x, mbl->y+y, 2))) { // The cell is not reachable (wall, object, ...), move next to the target if (x > 0) x = -1; else if (x < 0) x = 1; if (y > 0) y = -1; else if (y < 0) y = 1; unit_walktoxy(src, bl->x+x, bl->y+y, 2); } clif_slide(src, src->x, src->y); clif_spiritball(src); save and recompile. can you PM me your source code? Quote Link to comment Share on other sites More sharing options...
0 Azeroth Posted September 16, 2016 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 383 Reputation: 121 Joined: 03/31/12 Last Seen: January 29, 2023 Share Posted September 16, 2016 I'm curios, can you send me to me as well? Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted September 18, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 03:29 PM Share Posted September 18, 2016 (edited) On 9/18/2016 at 6:02 AM, imat1 said: Here's my version... itested still better my version hehe On 9/19/2016 at 3:24 AM, imat1 said: can you PM me your source code? Pm Send compare your code on my code check what is better Edited September 18, 2016 by DrewxD Quote Link to comment Share on other sites More sharing options...
0 skymia Posted February 20, 2018 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 298 Reputation: 4 Joined: 02/19/17 Last Seen: May 26, 2024 Share Posted February 20, 2018 pls send me too Quote Link to comment Share on other sites More sharing options...
0 Youness Posted May 29, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 10/13/17 Last Seen: January 30 Share Posted May 29, 2019 (edited) @Bringer Hello Bringer, Can you send me the source , please ? Thank you! Edited May 29, 2019 by Youness Quote Link to comment Share on other sites More sharing options...
0 Royr Posted September 2, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 90 Reputation: 34 Joined: 10/01/18 Last Seen: January 9, 2023 Share Posted September 2, 2020 (edited) 14 hours ago, merot19 said: Send me to please Fake ass Developer A.K.A Almer Digamon and asking for help here? try to dig your own source and experiment from scratch. Edited September 2, 2020 by Royr Quote Link to comment Share on other sites More sharing options...
Question
Influx
Looking for a way to switch over to the old eAthena asura, tried searching several topics but none had a definitive answer or one that worked.
Would appreciate if someone's able to help me out with this.
Here's a video demonstration of what the old asura looked like.
Thanks,
Influx
Link to comment
Share on other sites
8 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.