Krateis Cube zone.xml

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
hiroshima
Posts: 107
Joined: Tue Nov 03, 2009 1:28 pm

Krateis Cube zone.xml

Post by hiroshima »

Code: Select all

  <zone id="19" name="Krateis Cube">    <settings pvp="Peace" noEscape="true" noSummon="true"/>     <shape type="Poly" zMin="-8325" zMax="-8329">      <point x="-86669" y="-16912"/>      <point x="-86709" y="-16945"/>      <point x="-87535" y="-16946"/>      <point x="-87559" y="-16914"/>      <point x="-87566" y="-15882"/>      <point x="-87531" y="-15855"/>      <point x="-86699" y="-15854"/>      <point x="-86670" y="-15884"/>      <point x="-87582" y="-16328"/>      <point x="-87676" y="-16317"/>      <point x="-87675" y="-16251"/>      <point x="-87827" y="-16254"/>      <point x="-87853" y="-16316"/>      <point x="-87855" y="-16483"/>      <point x="-87829" y="-16552"/>      <point x="-87671" y="-16549"/>      <point x="-87671" y="-16477"/>      <point x="-87583" y="-16475"/>    </shape>  </zone>
Well i created zone for Krateis Cube and i want to make it: "NoEscape", "NoSummon", and "Peace"...

Peace works, but no idea why NoEscape nor NoSummon dont, where i made mistake?
Thanks :)
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Krateis Cube zone.xml

Post by _DS_ »

Maybe you should look some other xmls for instances as sample ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
hiroshima
Posts: 107
Joined: Tue Nov 03, 2009 1:28 pm

Re: Krateis Cube zone.xml

Post by hiroshima »

Well, on my server Krateis Cube isnt instance. (i got few servers - this one is PvP)
Its normal zone which i use for special room.

Peace zone i added sucessfuly - normally two next settings: "NoEscape" and "NoSummon" should work...
also what i should tell is that i added it to: misc.xml - maybe its wrong place.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Krateis Cube zone.xml

Post by _DS_ »

This xml is totally wrong (possibly for different server).
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
hiroshima
Posts: 107
Joined: Tue Nov 03, 2009 1:28 pm

Re: Krateis Cube zone.xml

Post by hiroshima »

Okey i think i solved problem. DS have you got any idea where i can find list of "settings" for zone.xml?
like "NoEscape" etc... maybe i can find there something interesting. Thanks.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Krateis Cube zone.xml

Post by _DS_ »

_DS_ wrote:Maybe you should look some other xmls for instances as sample ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
hiroshima
Posts: 107
Joined: Tue Nov 03, 2009 1:28 pm

Re: Krateis Cube zone.xml

Post by hiroshima »

Code: Select all

<!-- Settings --><!ATTLIST settings abnormal CDATA #IMPLIED><!ATTLIST settings affected (all|npc|pc|playable) #IMPLIED><!ATTLIST settings boss (Anakim|Antharas|Baium|Baylor|FourSepulchers|Frintezza|LastImperialTomb|Lilith|Sailren|SunLightRoom|Valakas|VanHalter|Zaken|Beleth) #IMPLIED><!ATTLIST settings buffRepeat (true|false) #IMPLIED><!ATTLIST settings exitOnDeath (true|false) #IMPLIED><!ATTLIST settings hpDamage CDATA #IMPLIED><!ATTLIST settings landing (true|false) #IMPLIED><!ATTLIST settings mpDamage CDATA #IMPLIED><!ATTLIST settings noEscape (true|false) #IMPLIED><!ATTLIST settings noHeal (true|false) #IMPLIED><!ATTLIST settings noWyvern (true|false) #IMPLIED><!ATTLIST settings noPrivateStore (true|false) #IMPLIED><!ATTLIST settings noSummon (true|false) #IMPLIED><!ATTLIST settings pvp (Arena|General|Peace) #IMPLIED><!ATTLIST settings questZoneId CDATA #IMPLIED><!ELEMENT settings EMPTY>
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Krateis Cube zone.xml

Post by MELERIX »

that is not our l2j.

looks like you are using a l2j fork, and sorry but we don't give support for l2j forks here, because they have their own forums.
Post Reply