adnanograsevic Posted June 18, 2016 Posted June 18, 2016 (edited) Hello can someone explain me how i can add custom zone, but with required lvl etc lvl 80 zone, only players lvl 80 can enter.. Is it hard to made?? Or easier, etc Varka is only lvl 80lvl area, and when you want tp with teleporter, you need to be lvl 80 ty very much im using l2jfrozen Edited June 18, 2016 by adnanograsevic Quote
0 SweeTs Posted June 18, 2016 Posted June 18, 2016 Teleport is not a problem as the zone itself. The problem is, you can easily walk there in, for example, onEnter case. So, without having created zone, you can't check / prohibit this, at least easily. Maybe a region check? Not sure. Quote
0 adnanograsevic Posted June 19, 2016 Author Posted June 19, 2016 (edited) Teleport is not a problem as the zone itself. The problem is, you can easily walk there in, for example, onEnter case. So, without having created zone, you can't check / prohibit this, at least easily. Maybe a region check? Not sure. Hmm yea, can you help me and put code for teleport like: bypass -h npc_%objectId%_goto 50001 but check my lvl first,if i have correct lvl "etc 76-80" i can tp, if not recieve msg like You cant teleport About custom zone and other i will try to figure it out Edited June 19, 2016 by adnanograsevic Quote
0 Kelrzher Posted June 19, 2016 Posted June 19, 2016 (edited) make a zone and then character.getLevel() <= or >= level return; onEnter Edited June 19, 2016 by Kelrzher Quote
0 adnanograsevic Posted June 19, 2016 Author Posted June 19, 2016 make a zone and then character.getLevel() <= or >= level return; onEnter Hello i have question about zone, where should i add that key you write <zone id='11010' type='Arena' shape='Cuboid' minZ='-3800' maxZ='-3600'> <stat name='name' val='Giran Arena'/> <stat name='spawnX' val='73890'/> <stat name='spawnY' val='142656'/> <stat name='spawnZ' val='-3778'/> </zone> Quote
0 Reborn12 Posted June 19, 2016 Posted June 19, 2016 Hello i have question about zone, where should i add that key you write <zone id='11010' type='Arena' shape='Cuboid' minZ='-3800' maxZ='-3600'> <stat name='name' val='Giran Arena'/> <stat name='spawnX' val='73890'/> <stat name='spawnY' val='142656'/> <stat name='spawnZ' val='-3778'/> </zone> Ia not for here..you have to make a code into eclipse..your own zone..And this is a check...but i would like to say make your zone like zaken zone...when player nore than 68 lvl go in will take the anchor... Check zaken zone... Quote
0 adnanograsevic Posted June 19, 2016 Author Posted June 19, 2016 Ia not for here..you have to make a code into eclipse..your own zone.. And this is a check...but i would like to say make your zone like zaken zone...when player nore than 68 lvl go in will take the anchor... Check zaken zone... ah if i want to edit l2 official zones with this code i need to done it with eclipse? Quote
0 Gam3Master Posted June 19, 2016 Posted June 19, 2016 ah if i want to edit l2 official zones with this code i need to done it with eclipse? What pack are you using? do you have sources? Quote
0 adnanograsevic Posted June 19, 2016 Author Posted June 19, 2016 What pack are you using? do you have sources? im using l2jfrozen revision=855 i dont have source where i can find? Quote
0 SweeTs Posted June 19, 2016 Posted June 19, 2016 im using l2jfrozen revision=855 lol, junk it then.. :D At least use 1004 or so. Share section, 1004 sources, 1,1k+ google is your friend. Quote
0 adnanograsevic Posted June 19, 2016 Author Posted June 19, 2016 lol, junk it then.. :D At least use 1004 or so. Share section, 1004 sources, 1,1k+ google is your friend. whats best rev ? or 1004 is ok? Quote
0 SweeTs Posted June 19, 2016 Posted June 19, 2016 It's always the best to use latest, but I heard that latest has some problems that 1004 <older one> has not, but.. 1004 has bugs/issues that has been fixed meantime. :D So, I would stick with latest. Quote
0 adnanograsevic Posted June 19, 2016 Author Posted June 19, 2016 It's always the best to use latest, but I heard that latest has some problems that 1004 <older one> has not, but.. 1004 has bugs/issues that has been fixed meantime. :D So, I would stick with latest. i cant download 1132 or anything from eclipse... im reciving L2jFrozen Gameserver Revision: exported Know how to fix? Quote
0 Kelrzher Posted June 23, 2016 Posted June 23, 2016 Ia not for here..you have to make a code into eclipse..your own zone.. And this is a check...but i would like to say make your zone like zaken zone...when player nore than 68 lvl go in will take the anchor... Check zaken zone... and how he will port out if he get anchor all the time xD Quote
0 Dan7E2 Posted June 23, 2016 Posted June 23, 2016 just copy the example from cruma tower in frozen you have config to enter cruma w/o beeing lvl 54 and you copy cruma restriction and make the same for another zone and make lvl 80 Quote
Question
adnanograsevic
Hello can someone explain me how i can add custom zone, but with required lvl etc lvl 80 zone, only players lvl 80 can enter..
Is it hard to made?? Or easier, etc Varka is only lvl 80lvl area, and when you want tp with teleporter, you need to be lvl 80
ty very much
im using l2jfrozen
Edited by adnanograsevic16 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.
Note: Your post will require moderator approval before it will be visible.