prism 2 Posted October 16, 2014 I need some help with applying this code to hercules. https://github.com/rathena/rathena/commit/61f3caa (original post below) http://herc.ws/board/tracker/issue-8000-backslide-skill-issue/ I'm unsure how to apply the path.c as the code is so much different from that of Hercules. Quote Share this post Link to post Share on other sites
0 Playtester 18 Posted October 17, 2014 Michieru and me have updated Pathfinding recently so the path.c in both versions should now be quite similar, so it should be fairly easy to merge if you just take the current file: https://raw.githubusercontent.com/rathena/rathena/master/src/map/path.c As far as I can see you can just copy the whole function from rAthena except that you need to change map_getcellp to md->getcellp. Alternatively ask Michieru to merge it. =D Quote Share this post Link to post Share on other sites
0 prism 2 Posted October 17, 2014 Thanks. I'll give this a try when I get home from work before I ask him/her. Quote Share this post Link to post Share on other sites
I need some help with applying this code to hercules.
https://github.com/rathena/rathena/commit/61f3caa (original post below)
http://herc.ws/board/tracker/issue-8000-backslide-skill-issue/
I'm unsure how to apply the path.c as the code is so much different from that of Hercules.
Share this post
Link to post
Share on other sites