Jump to content

Question

Posted (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 by adnanograsevic

Recommended Posts

  • 0
Posted

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.

  • 0
Posted (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 by adnanograsevic
  • 0
Posted

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>

  • 0
Posted

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

  • 0
Posted

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?

  • 0
Posted

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.

  • 0
Posted

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.

  • 0
Posted

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?

  • 0
Posted

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

  • 0
Posted

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

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.

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