CrazyDeagle Posted March 25, 2012 Posted March 25, 2012 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 Quote
0 Bleadd Posted March 25, 2012 Posted March 25, 2012 What's wrong with this zone? What's the problem? Quote
0 dpbBryan Posted March 25, 2012 Posted March 25, 2012 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. Quote
0 Tryskell Posted March 25, 2012 Posted March 25, 2012 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. Quote
0 ^Wyatt Posted March 25, 2012 Posted March 25, 2012 @Tryskell ChaoticZone it's how one user of mxc named a custom pvp zone and shared the code. Quote
0 Tryskell Posted March 25, 2012 Posted March 25, 2012 @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). Quote
0 ^Wyatt Posted March 25, 2012 Posted March 25, 2012 @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... Quote
0 Tryskell Posted March 25, 2012 Posted March 25, 2012 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. Quote
0 CrazyDeagle Posted March 25, 2012 Author Posted March 25, 2012 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 Quote
0 Tryskell Posted March 25, 2012 Posted March 25, 2012 minZ="-10987" maxZ="32767" Sounds epicly wrong. Quote
0 CrazyDeagle Posted March 25, 2012 Author Posted March 25, 2012 yeh but dont know how can i fixed it :s Quote
0 Tryskell Posted March 26, 2012 Posted March 26, 2012 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. Quote
0 ^Wyatt Posted March 26, 2012 Posted March 26, 2012 @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 Quote
0 CrazyDeagle Posted March 27, 2012 Author Posted March 27, 2012 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 Quote
0 CrazyDeagle Posted March 29, 2012 Author Posted March 29, 2012 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 Quote
Question
CrazyDeagle
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
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.