Vincent Posted April 29, 2013 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
Scylla Posted April 30, 2013 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
Vincent Posted April 30, 2013 Author 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
Lighta Posted April 30, 2013 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
Vincent Posted April 30, 2013 Author 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
Jarek Posted April 30, 2013 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
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 King5556 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.