updating client location problem

09/05/2014 10:23 OverKillasdwqe#1
is there anyway to update the client location other than the ninja step, hold hands, set location, hooking jump function ?

is there anyway to stop set location from removing all entities/npcs on the screen ? (i know get surroundings)

by update the client location i mean to move the character visually
09/05/2014 12:42 Aceking#2
By set location do you mean data type 86 (patch 5065) in packet 1010/10100. Otherwise that one will teleport you, however i do believe it removes all entities.

And I think your looking at being forced to hook the client to do what you want exactly.
09/05/2014 12:57 OverKillasdwqe#3
Quote:
Originally Posted by Aceking View Post
By set location do you mean data type 86 (patch 5065) in packet 1010/10100. Otherwise that one will teleport you, however i do believe it removes all entities.

And I think your looking at being forced to hook the client to do what you want exactly.
i was talking about SetLocation = 74, and ill leave hooking the client as my last option
09/05/2014 13:27 Aceking#4
Well you can use 86 to change locations, its the same method used to change maps etc.
Don't think you will have much luck not removing the npcs etc.

You might have to store them, and respawn them.
09/05/2014 16:45 abdoumatrix#5
hooking the client is the best , the fastest , the haredest way of them