Jump to content

Recommended Posts

  • 2 weeks later...
  • 6 months later...
Posted

well

its almost like creating a teleport + some adds

well done mate ...usefull guide for newbie GM's ;D

 

In order to make a random spawn just insert many spawn points. For Example:

 

             

<spawn X="147408" Y="-46448" Z="-963" />
<spawn X="147520" Y="-46432" Z="-963" />
<spawn X="147408" Y="-46896" Z="-963" />
<spawn X="147536" Y="-46896" Z="-963" />

Posted

In order to make a random spawn just insert many spawn points. For Example:

 

             

<spawn X="147408" Y="-46448" Z="-963" />
<spawn X="147520" Y="-46432" Z="-963" />
<spawn X="147408" Y="-46896" Z="-963" />
<spawn X="147536" Y="-46896" Z="-963" />

 

thanx i didnt know that

Posted

My Zone.html look like:

 

<zone id="11037" type="Town" shape="Cuboid" minZ="-2000" maxZ="-4000">

<stat name="name" val="Primeval Isle"/>

<stat name="townId" val="19"/>

<stat name="taxById" val="8"/>

<stat name="isPeaceZone" val="false"/>

<stat name="spawnX" val="10468" />

<stat name="spawnY" val="-24569" />

<stat name="spawnZ" val="-3650" />

</zone>

 

How i have to edit to get "random respawn"

Con you help me?

i try add more X,Y and Z

but nothing i take only last x,y,z cod respawn...

Posted

  <zone id="11037" type="Town" shape="Cuboid" minZ="-2000" maxZ="-4000">

      <stat name="name" val="Primeval Isle"/>

      <stat name="townId" val="19"/>

      <stat name="taxById" val="8"/>

      <stat name="isPeaceZone" val="false"/>

      <stat name="spawnX" val="10468" />

      <stat name="spawnY" val="-24569" />

      <stat name="spawnZ" val="-3650" />

      <stat name="spawnX" val="14468" />

      <stat name="spawnY" val="-23569" />

      <stat name="spawnZ" val="-3250" />

 

do it that way add more location (its example its wrong numbers) just add more :

      <stat name="spawnX" val="x" />

      <stat name="spawnY" val="-y" />

      <stat name="spawnZ" val="-z" />

Posted

 <zone id="11037" type="Town" shape="Cuboid" minZ="-2000" maxZ="-4000">

     <stat name="name" val="Primeval Isle"/>

     <stat name="townId" val="19"/>

     <stat name="taxById" val="8"/>

     <stat name="isPeaceZone" val="false"/>

     <stat name="spawnX" val="10468" />

     <stat name="spawnY" val="-24569" />

     <stat name="spawnZ" val="-3650" />

     <stat name="spawnX" val="14468" />

     <stat name="spawnY" val="-23569" />

     <stat name="spawnZ" val="-3250" />

 

do it that way add more location (its example its wrong numbers) just add more :

     <stat name="spawnX" val="x" />

     <stat name="spawnY" val="-y" />

     <stat name="spawnZ" val="-z" />

 

I make it But i take respawn only at last X,Y and Z coords (exam: X14468 Y-23569 Z-3250)

every "to village" put me at :

<stat name="spawnX" val="14468" />

      <stat name="spawnY" val="-23569" />

      <stat name="spawnZ" val="-3250" />

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...