2004Scape / Server

Lost City's from-scratch game server
MIT License
76 stars 52 forks source link

Movement bug with clicking pathing entities #974

Open ultraviolet-jordan opened 3 hours ago

ultraviolet-jordan commented 3 hours ago

cocknballs

ultraviolet-jordan commented 2 hours ago

Confirmed broken as of PR #930

tannerdino commented 2 hours ago

Confirmed broken as of PR #930

https://github.com/2004Scape/Server/blob/207848aeb1bcf14aa33b5cb3a25f283dee4653b3/src/lostcity/engine/World.ts#L691 yeah this line. Not sure what the fix would be without breaking following, might test a few things later tonight

ultraviolet-jordan commented 2 hours ago

Confirmed broken as of PR #930

https://github.com/2004Scape/Server/blob/207848aeb1bcf14aa33b5cb3a25f283dee4653b3/src/lostcity/engine/World.ts#L691

yeah this line. Not sure what the fix would be without breaking following, might test a few things later tonight

Sounds god lmk if u ned help

tannerdino commented 2 hours ago

I'm thinking that pathToPathingTarget() in client input is unique to player following, everything else uses pathToTarget()