Mechomorph XD Posted April 27, 2012 Posted April 27, 2012 Hi, I doing custom pvp map which it done, but found a little problem I use mapflag pvp on my custom map but when logout the character not go to save point? Thank You Quote
Ryuuzaki Posted April 27, 2012 Posted April 27, 2012 (edited) It"s the noreturn mapflag. Also don"t forget nomemo flag. Edited April 27, 2012 by shadowseph Quote
XenaNyx Posted April 27, 2012 Posted April 27, 2012 - script SetMapflag -1,{ end; OnInit: setmapflag "pvp_y_1-1",mf_nobranch; setmapflag "pvp_y_1-1",mf_nocommand; setmapflag "pvp_y_1-1",mf_nosave; setmapflag "pvp_y_1-1",mf_nomemo; setmapflag "pvp_y_1-1",mf_noteleport; end; } Quote
Emistry Posted May 1, 2012 Posted May 1, 2012 you can just simple do like this without adding extra "NPC" mapname mapflag noreturn mapname mapflag nobranch mapname mapflag nocommand mapname mapflag nomemo mapname mapflag noteleport Quote
Question
Mechomorph XD
Hi, I doing custom pvp map which it done, but found a little problem
I use mapflag pvp on my custom map but when logout the character not go to save point?
Thank You
4 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.