Keitenai Posted March 4, 2019 Posted March 4, 2019 Hello! So instead of requesting for src mod, i'd like to request anyone who already have done adding a custom mapflag and have time to share their complete tutorial on how to add custom mapflag in clear steps. Thanks! Quote
1 Litro Endemic Posted April 12, 2019 Posted April 12, 2019 no is out dated, for now mapflag has been simplified (click here for more info), if you want the same thing with the guide tutorial, now you can do it by following this add in src/map/map.hpp MF_YOUR_MAPFLAG, before MF_MAX add in src/map/script_constant.hpp export_constant(MF_YOUR_MAPFLAG); after export_constant(MF_SKILL_DURATION); Quote
0 Tomahawk Posted March 4, 2019 Posted March 4, 2019 There's a tutorial on the wiki page: https://github.com/rathena/rathena/wiki/Adding_new_mapflag 1 Quote
0 Keitenai Posted April 3, 2019 Author Posted April 3, 2019 On 3/5/2019 at 1:01 AM, Tomahawk said: There's a tutorial on the wiki page: https://github.com/rathena/rathena/wiki/Adding_new_mapflag LOL silly me! Thanks! Quote
0 vulcan1991 Posted April 8, 2019 Posted April 8, 2019 Is the wiki tutorial up to date? Because I followed the guide but many lines I couldn’t find as the guide points me to Quote
Question
Keitenai
Hello!
So instead of requesting for src mod, i'd like to request anyone who already have done adding a custom mapflag and have time to share their complete tutorial on how to add custom mapflag in clear steps.
Thanks!
5 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.