• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[General] Projectile Launch Problem

Status
Not open for further replies.
Level 14
Joined
Nov 13, 2017
Messages
733
Please help me the correct values of "Projectile Launch" values of the "Enclosed Castle" on the right side, I wanted its bell tower to shoot arrows but the arrows shot come from the water well which makes it look weird.
X - ?
Y - ?
Z - ?

If you could show me an illustrated principle of those fields in the world editor, it can be a huge help and gladdening. Thanks.

full
 
Level 21
Joined
Dec 4, 2007
Messages
1,481
It's the normal system of coordinates.

x = horizontal
y = vertical
z = height

So you'd be right to assume something vaguely like x: -200 ; y: 200 ; z: 200 for starters.

You might have to hold down shift while typing negative values in the object editor, or simply allow negative values in the editor's preferences.
 
Status
Not open for further replies.
Top