Jump to content

Recommended Posts

Posted

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.

  • 2 weeks later...
Posted

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;
 			}
Posted

@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 :)

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...