suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
48 stars 11 forks source link

Missile Hit registration issue #2418

Closed moepi2k closed 6 months ago

moepi2k commented 7 months ago

in 186+ hit registration with missile is bugged. it was fine in 185. i add debug logs on the impact and it clearly hit the target, missile gets destroyed but no dmg. this occure random

here a video https://gyazo.com/4787423a8da3d581e19a0483af64e355

u see 1 and 7 hit not register. overall 14 hits. and followed the debug log from server. all hits on hitbox but 2 not register.

insthync commented 7 months ago

Yep, but I can't understand the log messages :P

moepi2k commented 7 months ago

Thats just to show what the missiles hit. Like in game i hit the monster 14x and in the log i count from bottem upwards those 14 hits 😄