Jump to content
  • 0

[Help] Create a new zone


Question

Posted

Hello every body

 

i would like to create a new zone pvp with the chaotic code, the pvp zone is Freya Instance (where you do the final battle)

 

So i will like to create my pvp zone here but i dont understand how manade

 

<zone id="42490" name="Freya Boss" type="ChaoticZone" shape="NPoly" minZ="-10987" maxZ="32767">

<node X="114721" Y="-116987" />

<node X="116355" Y="-114810" />

<node X="113081" Y="-114817" />

<node X="113534" Y="-113623" />

<node X="114720" Y="-113209" />

<node X="115908" Y="-113631" />

<node X="115895" Y="-115979" />

<node X="113532" Y="-115968" />

<node X="115774" Y="-114803" />

<node X="113661" Y="-114799" />

<node X="114720" Y="-115911" />

<node X="114720" Y="-113641" />

<node X="114712" Y="-114811" />

 

Thanks you very much

15 answers to this question

Recommended Posts

  • 0
Posted

That's XML. It's like HTML everything is contained inside "tags".

 

At the end of the file you need </zone> to close the <zone id=blahblah>.

Also each node you have is a point inside the game world. I think you can get it by standing on a certain point in the game and type /loc, or //loc or something.

  • 0
Posted

That's XML. It's like HTML everything is contained inside "tags".

 

At the end of the file you need </zone> to close the <zone id=blahblah>.

Also each node you have is a point inside the game world. I think you can get it by standing on a certain point in the game and type /loc, or //loc or something.

 

I think he just forget to c/p complete code, as he forget to put code tags. The whole file won't load if the integrity of the file is destroyed (or even if it loads, the GS which call a fat error).

 


 

You say yourself it's an instance, did you removed the instance type first ? Cause a PvP zone where you can't see others that mustn't be funny.

 

If a zone was already existing and it has no use, just change its type for which you want. Btw what's supposed to be ChaoticZone ?

 

Panda sig, mate.

  • 0
Posted

@Tryskell

ChaoticZone it's how one user of mxc named a custom pvp zone and shared the code.

If you make all your propositions of fixes based on the custom share, you will never find why it bugs if Crazy himself added the bug (edited share).

  • 0
Posted

@Tryskell

It's right. But I only said what I thought ChaoticZone was referred to... and still thinking that... lets wait for @author answer to see whats up...

  • 0
Posted

lets wait for @author answer to see whats up...

I fully agree with you, cf my panda sig ^^. At a given moment, guessing is just guessing. We all lose time trying to guess what ppl is saying (on that topic or another). Need more infos and more panda sigs, that's all.

  • 0
Posted

All right my problem is,

 

i use this code:

http://maxcheaters.com/forum/index.php?topic=230984.0

 

So When i enter in the freya final boss zone, i am not Flag but when i use the wyvern to fly more high, i am flag.

 

So my problem is i am not flag when i enter in this zone

  • 0
Posted

yeh but dont know how can i fixed it :s

You do a /loc and you write +- 1000 (or whatever needed value, if flying isn't available, 10 is enough for a flat ground) for min/max value.

 

Added to that you can use //zone_check to see if you are currently on the zone. It will show you a panel with all active zones you are currently in.

 

If you're not on the zone, problem is either :

- zone isn't correctly loaded;

- zone nodes are wrong;

- Z min/max is wrong;

- wrong instance ?*

 

Imagine the zone is a 3D shape. If min/max is too high you have to fly to get it, if too low, it is in the ground. To correct it, you need to do a /loc and write the correct values.

 

Hope you get it.

 

* as postIL isn't my fav stuff, I got no clue if instances can affect areas. Probably, answer is yes.

  • 0
Posted

@author

try to make the area in a common place, like primavel island or whatever... and see if works... coz RB areas usually give problems to do things like that... btw I think freya area in this rev of l2jserver is not implemented yet... but try to do it in another place and check xd

  • 0
Posted

Anyone can check for Freya zone plz :s

 

<zone id="42490" name="Freya Boss" type="ChaoticZone" shape="NPoly" minZ="-3753" maxZ="32767"> <!-- Not Verified -->

<node X="101744" Y="-130016" />

<node X="111376" Y="-130096" />

<node X="114416" Y="-126128" />

<node X="115246" Y="-125857" />

<node X="115209" Y="-125669" />

<node X="113920" Y="-125669" />

<node X="102400" Y="-121920" />

<node X="99456" Y="-126208" />

</zone>

 

 

test it no work

 

test with 10 and 100 no work thanks you

  • 0
Posted

Bump plz... :s

 

i dont understand why tiat zone work and why freya zone not work xo

 

Tiat zone:

 

<zone name="Seed of Destruction" id="60009" type="ChaoticZone" shape="Cuboid" minZ="-14065" maxZ="-6500">

<node X="-237600" Y="221168" />

<node X="-253900" Y="204849" />

</zone>

 

any can fixed freya zone plz thanks you

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