The map has a zone at this location
Code: Select all
<Zone effect="death">
<ShapeCircle radius="47">
<Point x="432" y="-368"/>
</ShapeCircle>
</Zone>
I hope this question is easy to understand.
Thanks
Code: Select all
<Zone effect="death">
<ShapeCircle radius="47">
<Point x="432" y="-368"/>
</ShapeCircle>
</Zone>
This would have saved me so much hair pulling and make my zone spawning scripts compatible with any size_factorkyle wrote:I could change SPAWN_ZONE so it accounts for the size_factor, Probaboly not a bad idea to do that, I donno how many maps/servers this change would effect though.