Jump to content
  • 0

Related on noreturn mapflag


Radian

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Was this mapflag works if you died in the map you will automatically warped back to where you saved?

Or its just my files that is are not updated?

something like this?

prontera	mapflag	noreturn

 

Edited by Radian
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  1138
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

2 hours ago, Radian said:

Was this mapflag works if you died in the map you will automatically warped back to where you saved?

Or its just my files that is are not updated?

something like this?


prontera	mapflag	noreturn

 

norereturn mapflag only disable go,warp,bwings,memo only as far as i know
may be some of your script have OnPCDieEvent: ??

may be something like this

OnPCDieEvent:
if(strcharinfo(3) == "yourmap") { warp "SavePoint",0,0; }

so it might be conflicting 

Edited by Cyro
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

6 minutes ago, Cyro said:

norereturn mapflag only disable go,warp,bwings,memo only as far as i know
may be some of your script have OnPCDieEvent: ??

may be something like this


OnPCDieEvent:
if(strcharinfo(3) == "yourmap") { warp "SavePoint",0,0; }

so it might be conflicting 

As far as I remember there was a mapflag that do the same thing.. anyway I already did what you suggest and just asking if maybe they change the mapflag works. anyway thanks!

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