Mechomorph XD Posted April 27, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 71 Reputation: 1 Joined: 03/06/12 Last Seen: January 22, 2021 Share 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 Link to comment Share on other sites More sharing options...
Ryuuzaki Posted April 27, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 87 Reputation: 13 Joined: 02/15/12 Last Seen: September 11, 2024 Share Posted April 27, 2012 (edited) It"s the noreturn mapflag. Also don"t forget nomemo flag. Edited April 27, 2012 by shadowseph Quote Link to comment Share on other sites More sharing options...
XenaNyx Posted April 27, 2012 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 131 Reputation: 8 Joined: 02/08/12 Last Seen: May 30, 2021 Share 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 Link to comment Share on other sites More sharing options...
Mechomorph XD Posted April 28, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 71 Reputation: 1 Joined: 03/06/12 Last Seen: January 22, 2021 Author Share Posted April 28, 2012 Thank you both Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 05:42 PM Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.