Jump to content

Idea how to freeze character move at serverside?


Recommended Posts

Hello,

I'm looking for idea how to freeze character from moving like this: https://youtu.be/6H9J5OBMN0s?t=949 by serverside of course

Like pvp tournament and freeze character for 3 secs or something, I thought about OnMove func and give there return but I think it only rollback my character to START POSITION, so it's not really the same effect.

 

Anyone have ideas?

 

Regards, kodepiko

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

6 minutes ago, Fazer said:

affect.add(apply.MOV_SPEED, -10000, 3)

lol, I don't even thought that it should work this way and there's no negative limit for speed so character don't get stunned - oh... we can also use stun (but it needs to be 100% chance stun), so this way is much better.

 

Thanks man, great idea - simplicity is the best :)

Link to comment
Share on other sites

14 minutes ago, kodepiko said:

lol, I don't even thought that it should work this way and there's no negative limit for speed so character don't get stunned - oh... we can also use stun (but it needs to be 100% chance stun), so this way is much better.

 

Thanks man, great idea - simplicity is the best :)

I have the same system and use this way ;)

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.