Zone with multiply respawns.

MrTitan

Knight
Customer
How to create a zone with multiply repsawns. For example if I make Cemetery pvp zone, how can I make 3 respawn points, so when the player dies and press go to village to teleport him to one of the 3 spawn points?
 
make zones and inside teleport points
all of that in data/mapregion

for example:
XML:
<restart_area>
    <polygon>
      <coords loc="11712 181566 -3596 -3396"/>
      <coords loc="14407 181566 -3596 -3396"/>
      <coords loc="14407 182676 -3596 -3396"/>
      <coords loc="11712 182676 -3596 -3396"/>
    </polygon>
    <restart race="human" loc="[monster_race]"/>
    <restart race="darkelf" loc="[monster_race]"/>
    <restart race="orc" loc="[monster_race]"/>
    <restart race="dwarf" loc="[monster_race]"/>
    <restart race="elf" loc="[monster_race]"/>
  </restart_area>
 
How to create a zone with multiply repsawns. For example if I make Cemetery pvp zone, how can I make 3 respawn points, so when the player dies and press go to village to teleport him to one of the 3 spawn points?
you managed to do it???
 
Back
Top