Jump to content
  • 0

PvP Map Problem


Mechomorph XD

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  71
  • Reputation:   1
  • Joined:  03/06/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  87
  • Reputation:   13
  • Joined:  02/15/12
  • Last Seen:  

It"s the noreturn mapflag. Also don"t forget nomemo flag.

Edited by shadowseph
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   8
  • Joined:  02/08/12
  • Last Seen:  

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

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  71
  • Reputation:   1
  • Joined:  03/06/12
  • Last Seen:  

Thank you both :)

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2371
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...