Jump to content

Question

Posted (edited)

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

6 answers to this question

Recommended Posts

Posted
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

Posted

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

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?

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.

  • Recently Browsing   0 members

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