Vincent Posted April 29, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted April 29, 2013 (edited) Hi, i want to disabled the /memo funktion for xmas_fild01. I set the mapflag to no memo, but still memobel: Why is it still working? Edited April 29, 2013 by King555 Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 30, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 2 hours ago Share Posted April 30, 2013 Hi, i want to disabled the /memo funktion for xmas_fild01. I set the mapflag to no memo, but still memobel: screenoldschoolRo003.jpg Why is it still working? Can i see your nomemo.txt mapflag? Quote Link to comment Share on other sites More sharing options...
Vincent Posted April 30, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share Posted April 30, 2013 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 Quote Link to comment Share on other sites More sharing options...
Lighta Posted April 30, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted April 30, 2013 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; } Quote Link to comment Share on other sites More sharing options...
Vincent Posted April 30, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share Posted April 30, 2013 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? Quote Link to comment Share on other sites More sharing options...
Jarek Posted April 30, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted April 30, 2013 Where have i to change that in PVP are all skills avalibe?Check skill restrictions in db\<pre->re\skill_nocast_db.txt Quote Link to comment Share on other sites More sharing options...
Vincent Posted April 30, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share Posted April 30, 2013 Thanks i will try Quote Link to comment Share on other sites More sharing options...
Question
Vincent
Hi,
i want to disabled the /memo funktion for xmas_fild01.
I set the mapflag to no memo, but still memobel:
Why is it still working?
Edited by King555Link to comment
Share on other sites
6 answers to this question
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.