Jump to content
  • 0

Cannot go to town in my custom pvp zone!


Question

Posted

Hello!

 

I work with aCis pack older rev that is using java 7.

I created a new pvp zone and i added the coordinates into ArenaZone.xml.

The zone code looks like this:

Quote

    <zone type="ArenaZone" shape="Cylinder" minZ="-6690" maxZ="-5890" rad="6500"> <!-- [elven ruins pvp zone] -->
        <node X="45558" Y="248593" />
    </zone>

 

The pvp zones works fine, but if I die there i can't go to town.

This is the error that i get into the gameserver console:

Quote

Client: [Character: -------- - Account: madalin - IP: --.--.--.--] - Failed reading: [C] RequestRestartPoint ; null
null

I replaced the name of the caracter and the ip with "-" . 

 

Thank you! And i hope someone can help me fix this. 

Have a nice day!

3 answers to this question

Recommended Posts

  • 2
Posted

you are missing spawn location in the xml of your zone. 

<spawn X="your X" Y="your Y" Z="your Z" />

 

  • Thanks 1
Guest
This topic is now closed to further replies.


×
×
  • Create New...