WhiteEagle Posted October 24, 2020 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 1 minute ago Share Posted October 24, 2020 Hello everyone, I would like to define my own zones, but I get the error message that this does not exist. Where do I have to define the custom zone? I have entered my test here: restricted.txt: prt_fild04 mapflag restricted 9 and in job_noenter_map.txt // 8192 - restricted in zone 9 JOB_PRIEST,8192,100 Quote Link to comment Share on other sites More sharing options...
0 mR L Posted October 24, 2020 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 177 Reputation: 26 Joined: 12/24/14 Last Seen: December 25, 2024 Share Posted October 24, 2020 I never use that one try tou use the script Quote - script Sample -1,{ OnInit: set .Map$,"prt_fild01"; // Your custom map setmapflag .Map$,mf_loadevent; end; OnPCLoadMapEvent: if( strcharinfo(3) == .Map$ && BaseJob == Job_Priest ){ dispbottom "Sorry, your job is not allowed to enter this map."; warp "SavePoint",0,0; } end; } source : Emistry Script Quote Link to comment Share on other sites More sharing options...
0 WhiteEagle Posted October 24, 2020 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 1 minute ago Author Share Posted October 24, 2020 Thanks for your answer, but I already know this way to make it work like this. But I want to use the job_noenter_map.txt I don't find any line in the source where's is set the max of zones or similiar. Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted October 25, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted October 25, 2020 Quote Link to comment Share on other sites More sharing options...
0 mR L Posted October 25, 2020 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 177 Reputation: 26 Joined: 12/24/14 Last Seen: December 25, 2024 Share Posted October 25, 2020 11 hours ago, WhiteEagle said: Thanks for your answer, but I already know this way to make it work like this. But I want to use the job_noenter_map.txt I don't find any line in the source where's is set the max of zones or similiar. I try already to use the job_noenter_map.txtbut only block when you go to map use @warp if you using npc warper, is not effected I don't know, maybe another people have custom source Quote Link to comment Share on other sites More sharing options...
Question
WhiteEagle
Hello everyone, I would like to define my own zones, but I get the error message that this does not exist.
Where do I have to define the custom zone?
I have entered my test here:
restricted.txt:
prt_fild04 mapflag restricted 9
and in job_noenter_map.txt
// 8192 - restricted in zone 9 JOB_PRIEST,8192,100
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.