Full Version : Question on Regions XML Document
xmlspawner >>Scripting Support >>Question on Regions XML Document


<< Prev | Next >>

Erica- 02-29-2008
Hi question any idea why dont say you are now under the protection of the towns guards where new haven moongate was moved like osi this what i put tell me if you can what i did wrong

old one
CODE
<rect x="3759" y="2767" width="10" height="10" />


Changed to this where gate has been moved
CODE
<rect x="3450" y="2677" width="25" height="25" />

any idea what i did wrong cause thats where location of gate was moved too.



Greystar- 02-29-2008
QUOTE (Erica @ February 29, 2008 04:06 pm)
Hi question any idea why dont say you are now under the protection of the towns guards where new haven moongate was moved like osi this what i put tell me if you can what i did wrong

old one
CODE
<rect x="3759" y="2767" width="10" height="10" />


Changed to this where gate has been moved
CODE
<rect x="3450" y="2677" width="25" height="25" />

any idea what i did wrong cause thats where location of gate was moved too.

I think your dimensions are a bit off. I'm going to try to increase it to 25 by 25 like you have it and see what happens, but mine says im in a guarded region in the part thats right.



CODE

  <region type="GuardedRegion" name="New Haven Moongate">
   <rect x="3450" y="2677" width="17" height="13" />
  </region>  


Okay I adjusted the width and height and it's still not right. I'm not sure how to get the corner and which corner it starts from so I can get the widthxheight from where I've got the moongate at 3450, 2670, 25

Erica- 02-29-2008
yea ive been trying myself still dont have it in right spot.

Greystar- 02-29-2008
QUOTE (Erica @ February 29, 2008 07:31 pm)
yea ive been trying myself still dont have it in right spot.

This is now what I have

CODE

  <region type="GuardedRegion" name="New Haven Moongate">
   <rect x="3447" y="2673" width="10" height="10" />


it seems to work. Might have to change width and height a bit.

Erica- 02-29-2008
QUOTE (Greystar @ February 29, 2008 05:37 pm)
QUOTE (Erica @ February 29, 2008 07:31 pm)
yea ive been trying myself still dont have it in right spot.

This is now what I have

CODE

  <region type="GuardedRegion" name="New Haven Moongate">
   <rect x="3447" y="2673" width="10" height="10" />


it seems to work. Might have to change width and height a bit.

Got it seems this works better .

CODE

  <region type="GuardedRegion" name="New Haven Moongate">
   <rect x="3444" y="2669" width="28" height="13" />