Page 1 of 1

[0.5.9] Sword doesnt hit

PostPosted: Thu Dec 19, 2013 4:58 pm
by WondahFish
When swinging the sword at enemies the sword will only hit if the enemy faces your right side.
So if you're directly facing the enemy it will not hit. This is very specific however, so if the enemy is slightly to your right side; the hit will connect.

my sepcs:
OSX 10.8.5
Safari 6.1

Re: [0.5.9] Sword doesnt hit

PostPosted: Thu Dec 19, 2013 5:17 pm
by WondahFish
This only seems to be a problem when moving with the mouse instead of WASD

Re: [0.5.9] Sword doesnt hit

PostPosted: Fri Dec 20, 2013 10:48 am
by lugdunon
Sounds like there may be a bug in the hit testing / dmg calculation code.

Melee weapons have a range of 1 tile and dmg is calculated via attack and defense modifier matrices that take into account the orientation of the attacker and defender in relation to each other. I'll dig into this and see what is going on.

Thanks again for all of this feedback!

Re: [0.5.9] Sword doesnt hit

PostPosted: Sat Dec 21, 2013 5:37 am
by WondahFish
np on the feedback. I'll get back to the game as soon as you fix my problem with the macros. I cant actually access the server in Holland => I cant play => no more feedback.

Re: [0.5.9] Sword doesnt hit

PostPosted: Sat Dec 21, 2013 11:27 am
by lugdunon
I removed the offending macro from your account data. Please let me know if the problem persists so that I can get you back up and running.

Thanks for discovering another bug! There was a syntax error in the macro which was causing a parse exception on load. I placed a sanity check on macro load in the 0.5.10 codebase so that this won't happen again in the future.