Jump to content

Recommended Posts

Posted

I was searching for that and i found it in l2jfree.com. i am not posting the file posted there. i am gona teach you how to do it your self.

 

 

1st) go to your gameserver\data\zone.xml and open it with notepad.

 

2nd) get the zone's coordinates that you need.

 

3rd) paste the code below with your modified coordinates. (the code have the coordinates for restricting shops near olympiad manager in giran)

 

<zone id="6" name="No Store Giran - Oly Manager">
 <settings noPrivateStore="true" /> 
<shape type="Poly" zMin="-3500" zMax="-3400">
 <point x="81977" y="147455" /> 
 <point x="81977" y="147657" /> 
 <point x="82238" y="147657" /> 
 <point x="82238" y="147455" /> 
 </shape>
 </zone>

 

and the clean one:

 

<zone id="x" name="No Store area name">
   <settings noPrivateStore="true"/>
   <shape type="Poly" zMin="-3500" zMax="-3400">
   <point x="" y=""/>
   <point x="" y=""/>
   <point x="" y=""/>
   <point x="" y=""/>
   </shape>
   </zone>

 

4th) save the file and restart the server. then log in to your server and try create a shop in those coordinates range:)

 

 

I hope i helped a bit. Good luck.

 

Credits for file to: OE (L2JFree)

  • 6 months later...
  • 3 months later...
  • 6 months later...
Posted

works in the latest revision of l2jserver?

 

I hope answers

 

Its should work, maybe with few little changes only.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock