Antares Posted August 14, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Share Posted August 14, 2013 Hi! I suggest to make separate configs for the maps on whinch the marrige skill I Miss You can be used and memoable maps, We would like to use the marrige skill like the guild skill Emergency Recall (can be used in dungeons), but leave the list of memoable maps intact. Since these are two separate features I think it would be nice to have different configs. Quote Link to comment Share on other sites More sharing options...
Antares Posted August 24, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Author Share Posted August 24, 2013 Any input? Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted August 28, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted August 28, 2013 I don't understand.. Quote Link to comment Share on other sites More sharing options...
Capuche Posted August 28, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted August 28, 2013 He means separate nomemo of "no mariage skill" //===== Description: =========================================//= Prevents players from using /memo on a map.//= Also disables marriage warp skills. [spoiler=For fun] Maybe with a new mapflag nomarriage.patch or easier : Index: skill.c =================================================================== --- skill.c (revision 17477) +++ skill.c (working copy) @@ -521,7 +521,7 @@ case WE_CALLPARTNER: case WE_CALLPARENT: case WE_CALLBABY: - if (map[m].flag.nomemo) { + if (map[m].flag.nowarp || map[m].flag.nowarpto) { clif_skill_teleportmessage(sd,1); return 1; } Quote Link to comment Share on other sites More sharing options...
Antares Posted August 28, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Author Share Posted August 28, 2013 @Capuche Thanks!! That's exactly what I need. Hopefully marrige teleportation will get it's own flag, so we don't have to alter the source like this, but for now that's excellent Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted December 28, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: April 15 Share Posted December 28, 2013 I really like that idea! Flexability is always good! Peopleperson49 Quote Link to comment Share on other sites More sharing options...
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.