attack box in -z / +z

jonsilva

New member
hello

Is there a way to make the attackbox position in (z)minus or (z)plus ?
for exemple the attack box has 30 z

attack 95 125 95 55 17 1 0 0  15 30

to make the attackbox attack the lower part of the screen use it like

attack 95 125 95 55 17 1 0 0  15 50 100

I saw a post once were i think this was already made in newer versions of BOR... but iam not sure.. cant find the post anywere...
 
Yes, and it works exactly like you describe. The last two parameters of attack are the Z depth. If you only use the first, it works in both directions. If you use both, one is "up", the other "down". I forget which is which though so you'll just have to experiment.

DC
 
ive tested it but i cant get it working

anim follow10
loop 1
delay 4
offset 100 235
bbox 0 0 0 0
frame data/chars/beyond/3overlord/tent/a14.gif
attack3 180 210 230 75 15 0 0 0 13 120 350
frame data/chars/beyond/3overlord/tent/a14.gif
attack3 0 0 0 0
frame data/chars/beyond/3overlord/tent/a14.gif

only the 120 seems to be working the attack box (z) is starting in the offset then 120 down in (z)

iam using version OpenBoR v3.0 Build , Compile Date: Nov  2 2014

any chance to see the original attack (z) depth values ?
 
Back
Top Bottom