Jump to content
  • 0

how to make a custom respawn?


Question

Posted

MXC Hello dear friends, I wish some of you could help with this question I have.

 

Well I have a farm area and I want the players to die village just click on to start at the beginning of the bony area where this NPC, well I created the zone within custom_town_zones.xml these are the lines I added

 

id="50002" <zone type="TownZone" shape="Cuboid" minZ="-3550" maxZ="-2600">

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

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

                            name="noPeace" <stat val="true" />

                            Y="-75787" X="187482" <node />

<! - TEMP FIX: Hardcoded Until RespawnZones done ->

                            X="187467" <spawn Y="-75194" Z="-2777" />

                            X="187757" <spawn Y="-75448" Z="-2750" />

                            X="187263" <spawn Y="-75598" Z="-2808" />

              </ zone>

 

but in the gameserver tells me the following:

 

ZoneData: Missing cuboid vertex in sql data for zone: 50002 in file: custom_town_zones.xml

 

Excuse my English friends my language is Spanish.

 

Freya Chronicle Last Rev.

1 answer to this question

Recommended Posts

  • 0
Posted

Is it simply me, or you miss every < in beginning of every line ?

 

Dude, a XML (as a HTM) tag must begin by < and end by />            (or > if there is a </tag>)

 

So you got either :

<tag property1="" property2="" />

or

<tag property1="" property2=""></tag>

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
Answer this question...

×   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...