Antares Posted August 14, 2013 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
Capuche Posted August 28, 2013 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
Antares Posted August 28, 2013 Author 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
Peopleperson49 Posted December 28, 2013 Posted December 28, 2013 I really like that idea! Flexability is always good! Peopleperson49 Quote
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.