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.

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
Reply to this topic...

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