MaDu7zU Posted May 11, 2018 Posted May 11, 2018 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!
2 melron Posted May 11, 2018 Posted May 11, 2018 you are missing spawn location in the xml of your zone. <spawn X="your X" Y="your Y" Z="your Z" /> 1
0 MaDu7zU Posted May 11, 2018 Author Posted May 11, 2018 Fixed! Thank you very much! I really didn't notice that XD
Question
MaDu7zU
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:
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:
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