miwarnec / uMMORPG

4 stars 0 forks source link

Short range teleportation not possible #26

Closed wovencode closed 4 years ago

wovencode commented 4 years ago

default uMMORPG3d/2d of most recent version

Using default Npc teleportation with a dedicated server running

--

Teleporting over very short distances is not possible (seems like the rubberbanding intercepts it). This way you cannot teleport players behind a door/wall for example, when it is very close.

miwarnec commented 4 years ago

can confirm. looking into it now.

miwarnec commented 4 years ago

fixed in V1.183 by introducing Entity.Warp function that is called instead of agent.Warp in state machines.