Keitenai Posted March 4, 2019 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 98 Reputation: 75 Joined: 12/04/14 Last Seen: December 10, 2024 Share 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 Link to comment Share on other sites More sharing options...
1 Litro Endemic Posted April 12, 2019 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Tomahawk Posted March 4, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 28 Reputation: 7 Joined: 07/17/18 Last Seen: 12 hours ago Share Posted March 4, 2019 There's a tutorial on the wiki page: https://github.com/rathena/rathena/wiki/Adding_new_mapflag 1 Quote Link to comment Share on other sites More sharing options...
0 Keitenai Posted April 3, 2019 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 98 Reputation: 75 Joined: 12/04/14 Last Seen: December 10, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
0 Royr Posted April 3, 2019 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 April 3, 2019 Use the search engine. Quote Link to comment Share on other sites More sharing options...
0 vulcan1991 Posted April 8, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 03/05/19 Last Seen: March 23, 2020 Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.