stdout.logHello, can you tell me why the coordinates are not appearing in the logs?
This is java.log
View attachment 3995
Hola, ¿tienes algún video para Flag Zone?
Hello! Everything is the same, just set type to "fun", I've already marked everything that can be marked in data/zone/aoe_fun_zone.xmlHola, ¿tienes algún video para Flag Zone?
hola creo una zona flag pvp, pero me gustaria saber cual es el codigo para que cuando mueran revivan en esa zona "pvp"Hola, todo es igual, solo que le puse el tipo "fun", ya marqué todo lo que se puede marcar en data/zone/aoe_fun_zone.xml
data/mapregion/hola creo una zona flag pvp, pero me gustaria saber cual es el codigo para que cuando mueran revivan en esa zona "pvp"
Can you write a short tutorial how to use the mapgerion?data/mapregion/
<polygon>Can you write a short tutorial how to use the mapgerion?
Im a bit confused:
<restart_area>
<polygon>
<coords loc="-50022 -207305 -8182 -7982"/> //is this a (spawn point)?
<coords loc="-48126 -207300 -8182 -7982"/>
<coords loc="-48107 -204978 -8182 -7982"/>
<coords loc="-50024 -204973 -8182 -7982"/>
</polygon>
<restart race="human" loc="[near_kamaroka]"/> // this is the name of the data/zone (zone name)?
<restart race="darkelf" loc="[near_kamaroka]"/>
<restart race="orc" loc="[near_kamaroka]"/>
<restart race="dwarf" loc="[near_kamaroka]"/>
<restart race="elf" loc="[near_kamaroka]"/>
</restart_area>
<reiniciar_loc>datos/maparegion/
<restart_loc name="[hellbound_ut]" bbs="852" msg_id="1222">
<restart_point>
<coords loc="17877 252290 -2048"/>
<coords loc="18043 181566 -2048"/>
<coords loc="21016 254614 -2048"/>
<coords loc="21045 252767 -2048"/>
</restart_point>
<PKrestart_point>
<coords loc="17877 252290 -2048"/>
<coords loc="18043 181566 -2048"/>
<coords loc="21016 254614 -2048"/>
<coords loc="21045 252767 -2048"/>
</PKrestart_point>
</restart_loc>
<restart_area>
<polygon><!-- hellbound restart -->
<coords loc="17877 252290 -2048"/>
<coords loc="18043 181566 -2048"/>
<coords loc="21016 254614 -2048"/>
<coords loc="21045 252767 -2048"/>
</polygon>
<restart race="human" loc="[hellbound_ut]"/>
<restart race="darkelf" loc="[hellbound_ut]"/>
<restart race="orc" loc="[hellbound_ut]"/>
<restart race="dwarf" loc="[hellbound_ut]"/>
<restart race="elf" loc="[hellbound_ut]"/>
</restart_area>
<!-- end hellbound -->
Self-intersecting coordinates@Deazer
[19:12:14] ERROR RestartPointParser: RestartPointParser: invalid territory data : [[x: 17877 y: 252290],[x: 18043 y: 181566],[x: 21016 y: 254614],[x: 21045 y: 252767];[-32768-32767]]!
How to fix this? The other zones are working good but this on hellbound makes error.
What do I need to do?
HTML:<restart_loc name="[hellbound_ut]" bbs="852" msg_id="1222"> <restart_point> <coords loc="17877 252290 -2048"/> <coords loc="18043 181566 -2048"/> <coords loc="21016 254614 -2048"/> <coords loc="21045 252767 -2048"/> </restart_point> <PKrestart_point> <coords loc="17877 252290 -2048"/> <coords loc="18043 181566 -2048"/> <coords loc="21016 254614 -2048"/> <coords loc="21045 252767 -2048"/> </PKrestart_point> </restart_loc> <restart_area> <polygon><!-- hellbound restart --> <coords loc="17877 252290 -2048"/> <coords loc="18043 181566 -2048"/> <coords loc="21016 254614 -2048"/> <coords loc="21045 252767 -2048"/> </polygon> <restart race="human" loc="[hellbound_ut]"/> <restart race="darkelf" loc="[hellbound_ut]"/> <restart race="orc" loc="[hellbound_ut]"/> <restart race="dwarf" loc="[hellbound_ut]"/> <restart race="elf" loc="[hellbound_ut]"/> </restart_area> <!-- end hellbound -->