You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
been having some issues with the reach mechanic. It is fine if there is a single player, the problem arises when there is a player looking at an entity within render distance of a player using a reach weapon. steps to re-produce below.
player 'A' has a weapon with reach. player 'B' does not.
player 'A' and 'B' are both looking at two different entities.
player 'A' hits entity 'A' with reach weapon, player 'B' does nothing but look at entity 'B'
entity 'A' receives damage from player 'A' based on what item they were holding and entity 'B' receives damage from player 'B' based on what item they were holding.
it is kind of annoying because i'm developing a rpg pack and you could be trading with an npc and have a player across town hit a zombie and you would hit the npc you are trading with, causing them to dislike you and the guards to aggro on you.
The text was updated successfully, but these errors were encountered:
MineFantasyII-Cont/src/main/java/minefantasy/mf2/mechanics/ExtendedReachMF.java
Line 39 in 03c646c
been having some issues with the reach mechanic. It is fine if there is a single player, the problem arises when there is a player looking at an entity within render distance of a player using a reach weapon. steps to re-produce below.
it is kind of annoying because i'm developing a rpg pack and you could be trading with an npc and have a player across town hit a zombie and you would hit the npc you are trading with, causing them to dislike you and the guards to aggro on you.
The text was updated successfully, but these errors were encountered: