Gxz Posted May 2, 2010 Posted May 2, 2010 Ok i want to make multiple respawns in my server, i use interlude l2j and the way to do it is to change <stat name='spawnX' val='73890'/> <stat name='spawnY' val='142656'/> <stat name='spawnZ' val='-3778'/> to something like this <spawn X="12312" Y="182752" Z="-3558" /> <spawn X="73890" Y="142656" Z="-3778" /> <spawn X="147451" Y="46728" Z="-3410" /> The problem is that if i use a code like this <spawn X="147451" Y="46728" Z="-3410" /> It doesnt works... how can i change it?
Question
Gxz
Ok i want to make multiple respawns in my server, i use interlude l2j and the way to do it is to change
<stat name='spawnX' val='73890'/>
<stat name='spawnY' val='142656'/>
<stat name='spawnZ' val='-3778'/>
to something like this
<spawn X="12312" Y="182752" Z="-3558" />
<spawn X="73890" Y="142656" Z="-3778" />
<spawn X="147451" Y="46728" Z="-3410" />
The problem is that if i use a code like this
<spawn X="147451" Y="46728" Z="-3410" />
It doesnt works... how can i change it?
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now