Stuck Bug

04/01/2021 15:03 cristi10334#1
Hello guys, I am currently trying to have fun and learn on how to create a server, I got to the part where for some reason, the character gets stuck and can't move at all not even when I do $unstuck when I click on a NPC that I added which has the value of the shop 0 (no shop, its only to stay there) and also it happends the same when I click the NPC chickens that run around the fountain near malcom.


Any ideeas please?

Edit: Resolved


:heyguys:
04/03/2021 18:15 lehrem54#2
Hi, it's cancel packet

$"cancel {type} {callerId} -1"
04/04/2021 20:59 Zoro889#3
public static string Cancel(byte type = 0, long callerId = 0) => $"cancel {type} {callerId} -1";
in
StaticPacketHelper
04/04/2021 22:27 Apourtartt#4
Quote:
Originally Posted by cristi10334 View Post
Edit: Resolved, AfterLife helped me with this, thank you a lot ^^
:heyguys:
.