TL;DR
title says pretty much everything
all what i know and could think about is the folllowing
you are at 0,0 and you want to go to 150,179
you get distance between (destination - current coord) / (distance you can jump at once) and call it maybe point displacement
and send packets each time + that point until reaching the destination
but what if you can't jump at some coords ? how you get the coords you may jump and may not jump to so you can create random list for available alternatives and start using shortest cost path theories ?
all in all , how an advanced path finding / proxy tele. works ?
thanks
pming working fine on my account :cool:
title says pretty much everything
all what i know and could think about is the folllowing
you are at 0,0 and you want to go to 150,179
you get distance between (destination - current coord) / (distance you can jump at once) and call it maybe point displacement
and send packets each time + that point until reaching the destination
but what if you can't jump at some coords ? how you get the coords you may jump and may not jump to so you can create random list for available alternatives and start using shortest cost path theories ?
all in all , how an advanced path finding / proxy tele. works ?
thanks
pming working fine on my account :cool: