Jump to content

Suggestion - Marrige Teleport vs Memo


Antares

Recommended Posts


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  420
  • Reputation:   89
  • Joined:  01/30/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  420
  • Reputation:   89
  • Joined:  01/30/12
  • Last Seen:  

Any input?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

I don't understand..

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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;
 			}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  420
  • Reputation:   89
  • Joined:  01/30/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

I really like that idea! Flexability is always good!

 

Peopleperson49

Link to comment
Share on other sites

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.

×
×
  • Create New...