Jump to content
  • 0

Map Flags


Vincent

Question


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Hi,

i want to disabled the /memo funktion for xmas_fild01.

 

I set the mapflag to no memo, but still memobel:

 

post-7694-0-63996100-1367248189_thumb.jpg

 

 

Why is it still working?

Edited by King555
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   47
  • Joined:  03/27/13
  • Last Seen:  

Hi,

i want to disabled the /memo funktion for xmas_fild01.

 

I set the mapflag to no memo, but still memobel:

 

attachicon.gifscreenoldschoolRo003.jpg

 

 

Why is it still working?

 

Can i see your nomemo.txt mapflag?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

rAthena\conf\mapflag\nomemo.txt:

// Toy Factory ---------------
xmas_dun01	mapflag	nomemo
xmas_dun02	mapflag	nomemo
xmas_fild01	mapflag	nomemo

Here it is. Maybe its rlevant. I use pre-renewal settings and rev.17245

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

did you tryed with a gm (like group_id 99) or someone that have PC_PERM_WARP_ANYWHERE.

if so that the normal behaviour. You can bypass those mapflag for memo if you have that permission.

// check mapflags
    if( sd->bl.m >= 0 && (map[sd->bl.m].flag.nomemo || map[sd->bl.m].flag.nowarpto) && !pc_has_permission(sd, PC_PERM_WARP_ANYWHERE) ) {
        clif_skill_teleportmessage(sd, 1); // "Saved point cannot be memorized."
        return 0;
    }
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

yea i try with Gm. I thing it for all disabled >_<.

 

Other Question about mapflag.

I added a teleport to a pvp map.

 

But at PvP someskills like snap, hiding icewall are disabled. Where have i to change that in PVP are all skills avalibe?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  143
  • Reputation:   30
  • Joined:  12/23/11
  • Last Seen:  

Where have i to change that in PVP are all skills avalibe?

Check skill restrictions in db\<pre->re\skill_nocast_db.txt
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Thanks i will try :)

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
Answer this question...

×   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...