Radian Posted May 7, 2017 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted May 7, 2017 (edited) 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 May 7, 2017 by Radian Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted May 7, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted May 7, 2017 (edited) 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 May 7, 2017 by Cyro Quote Link to comment Share on other sites More sharing options...
0 Radian Posted May 7, 2017 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted May 7, 2017 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! Quote Link to comment Share on other sites More sharing options...
Question
Radian
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?
Link to comment
Share on other sites
2 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.