Jump to content

Recommended Posts

Posted

For example we have this rectangular

 

1--------------------2

|

|

|

|3-------------------4

 

So ok, go to 1 Point and write /loc, then go to 4 Point and write again /loc... Then we have coordinates, mine is 13818 256426 -2013 and 21550 250005 -1995

go to our zone.xml and create new town, for example:

 

	<zone id="11041" type="Town" shape="Cuboid" minZ="-1900" maxZ="-2050">
	<stat name="name" val="My Cool Town" /> 
	<stat name="townId" val="33" /> 
	<stat name="spawnX" val="19495" /> 
	<stat name="spawnY" val="254006" /> 
	<stat name="spawnZ" val="-2026" /> 
</zone>

 

 

where minZ="-1900" we write our minZ :D i explain. how we see i have Z coordinate -1995 so i write my min -1900... Where maxZ="-2050" i have coord -2013 so i write my max -2050.

 

		<stat name="spawnX" val="19495" /> 
	<stat name="spawnY" val="254006" /> 
	<stat name="spawnZ" val="-2026" /> 

 

These coordinates are respawn coordinates. Then player die, where they will be respawned.

 

and the last thing what to do... Go to zone_vertices.sql

 

koord.png

 

in first table we add town id. mine is 11041. in second table order - 1. And where is x and y we write our x1 and y2 coord. mine is 13818 and 256426... Now create another one line and write again id. orden - 2 (i write 0. mistake :D). and write again other x2 and y2 coord. mine was 21550 250005...

 

ok. done, now you got new town and peace zone :)

 

Moderators correct my mistakes :P

Posted

man u are wrong...

 

Code:

 

<zone id="11041" type="Town" shape="Cuboid" minZ="-1900" maxZ="-2050">

<stat name="name" val="My Cool Town" />

<stat name="townId" val="33" />

<stat name="spawnX" val="19495" />

<stat name="spawnY" val="254006" />

<stat name="spawnZ" val="-2026" />

</zone>

 

 

Thats not correct..... MINZ > MAXZ

This is Correct ........ MINZ < MAXZ

 

 

it should be:

Code:

 

<zone id="11041" type="Town" shape="Cuboid" minZ="-2050" maxZ="-1900">

<stat name="name" val="My Cool Town" />

<stat name="townId" val="33" />

<stat name="spawnX" val="19495" />

<stat name="spawnY" val="254006" />

<stat name="spawnZ" val="-2026" />

</zone>

 

Z is the ground so its invested

 

 

 

  • 3 weeks later...
  • 4 weeks later...
Posted

ok nice share..i did it and works for me...now plz...tell me how i ll do this town ive created...an arena.??i dont want to ppl take pvps-pks...i want this town to work as coliseum...

Posted

Would it be possible to have an exemple of others zones type ? You talk about Cuboid method, but there are 2 others from what I rem (npoly and other type). I think Npoly is more accurate in some situations so I need infos.

 

Posted

ok nice share..i did it and works for me...now plz...tell me how i ll do this town ive created...an arena.??i dont want to ppl take pvps-pks...i want this town to work as coliseum...

Then just change

type="Town"

 

To

 

type="Arena"

 

and here you have Pvp Zone like in Coliseum

  • 2 years later...

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


  • Posts

    • @l2naylondev Requiring a player to log in just for the sake of logging  seems exploitable. Someone could log in only to claim the reward and immediately leave, or repeatedly change their ip. So i guess  are there are additional protections in place ? such as locking the reward by account, character , and ip. It would also be useful to add a playtime requirement. For example, after logging in, the player would need to remain active for at least x playtime  before getting the reward or other parameters configurable by the xml.  I suggest improving the system before selling it. 
    • I saw a few similar systems and came up with this one to help keep players on the server. It simply grants daily items every 24 hours just for logging in. There’s also the daily mission system—which assigns different tasks each day—where if you don't complete them within that 24-hour window, you get a new set of missions the next day. Sometimes, when starting out on a low-rate server (like x3), that little bit of help comes in handy—especially if you're playing solo without a clan or friends. I know there are quests to earn adena, but imagine being able to create an item that provides minor buffs or potions—nothing that would affect base stats or unbalance the server, of course; everyone can use the system however they like. I’m not looking to argue about this, haha; if anyone is interested, feel free to reach out. I’m open to criticism, too—no worries there. I just thought I’d post it. Thanks for the advice; I’ll keep improving the system and the interface. Tomorrow—or whenever I can—I’ll upload a short video so you can get an idea of what it’s like. I simply looked at what others had done and wanted to create something different, that's all, my friend. Cheers!
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..