Jump to content

mrooks1984

Members
  • Posts

    2
  • Joined

Posts posted by mrooks1984

  1. Coordinates are like corner1="W or E, Height from bottom(so - doesnt exist),N or S"

     

    so its supposed to be:

     

    1. <zone name="safezone" corner1="1839,0,483" corner2="1882,0,522" entryMessage="You are now entering the Civitatem Vita" exitMessage="You are exiting the Civitatem Vita" />

     

    or is it

     

    2. <zone name="safezone" corner1="1839,483" corner2="1882,522" entryMessage="You are now entering the Civitatem Vita" exitMessage="You are exiting the Civitatem Vita" />

     

    don't quite understand fully what you mean.

     

    thanks for your help.

  2. Protection zones not working

     

    i cant get protection zones working, i am running on windows.

    can anyone tell me what to do, i go into top right corner and use map to get cords and done same again at the bottom left corner.

     

    zoneprotection looks like this:

     

    <ZoneProtection>

    <Zone>

    <zone name="safezone" corner1="1839,-10,483" corner2="1882,-10,522" entryMessage="You are now entering the Civitatem Vita" exitMessage="You are exiting the Civitatem Vita" />

    <zone name="Market" corner1="-100,60,-90" corner2="-140,70,-110" entryMessage="You are now entering the Market" exitMessage="You are exiting the Market" />

    <zone name="Lobby" corner1="0,100,0" corner2="25,105,25" entryMessage="You are now entering the Lobby" exitMessage="You are exiting the Lobby" />

    </Zone>

    </ZoneProtection>

     

    its enabled and message is enabled in the ServerToolsConfig, can anyone please help.

×
×
  • Create New...