Npc select and Unique Show,hide packets

05/19/2015 14:30 Maho09#1
...
05/19/2015 15:13 Royalblade*#2
There is no "HIDE" packet. It's done purely client sidedly and can't really be done via Packets. At least not naturally... You COULD technically do it by packet based despawn of the unique and re-spawning it using the same MobObjectID with a "invisible" model. That WOULD have the same effect, but you'd have to handle Singlespawn, single de-spawn, group spawn, group despawn for every single character.

Additionally, to get the "TARGET" icon... just get edxloader, start up the sniffer and just login 2 chars.

Select both chars, and get 0x7045 to find the CharObjectID. Then spawn the unique and let it target one of the chars. Get all the packets after spawn until target.

CTRL + F for the CharObjectID and you'll have at least 1 hit. If you have multiples, just find out what the opcodes are for.. If you can't.. login to a vsro 188 server and get all the packets as well and check which packet is "new" since vsro 188 doesn't have that icon.

Should be pretty easy though.
05/19/2015 18:16 Syloxx#3
or simply insert a dll wich is listening for a packet to "press" v if it comes.

in case you mean something like that
05/19/2015 19:07 Royalblade*#4
Quote:
Originally Posted by Syloxx View Post
or simply insert a dll wich is listening for a packet to "press" v if it comes.

in case you mean something like that
That would require you to hook the function which is based on the letter "V" then you'd be able to do it server sidedly.. but i hardly think he'll be able to do that via ASM... I'm not even sure if i could do that so easily.. it'd take at least a while.
05/19/2015 19:24 vorosmihaly#5
Quote:
Originally Posted by Royalblade* View Post
That would require you to hook the function which is based on the letter "V" then you'd be able to do it server sidedly.. but i hardly think he'll be able to do that via ASM... I'm not even sure if i could do that so easily.. it'd take at least a while.
with some patience,and using drew's guides it shouldn't be hard at all ^_^
05/20/2015 00:24 Royalblade*#6
Quote:
Originally Posted by vorosmihaly View Post
with some patience,and using drew's guides it shouldn't be hard at all ^_^
Ye but you remember the brainfuck we've already had so far? I doubt you'll want to try something like this xD
08/17/2015 00:24 Maho09#7
How to find npc select packets?
08/17/2015 00:29 Royalblade*#8
0x7045 => Selecting an NPC.

If you mean the symbol on top of the player, then you'd need to sniff it. edxloader.. isro... wait for tg or cb spawns.
08/18/2015 20:02 B1Q B0SS#9
hiding is client sided it's simply deactivating the render of other objects except you

also i think that red arrow is done client sided the red arrow appears on the current player selected by the AI (Unique) iam not sure though
08/18/2015 21:03 PortalDark#10
Quote:
Originally Posted by B1Q B0SS View Post
hiding is client sided it's simply deactivating the render of other objects except you

also i think that red arrow is done client sided the red arrow appears on the current player selected by the AI (Unique) iam not sure though
Not to mention you could easily disable hiding via pk2 edits.
08/18/2015 21:20 B1Q B0SS#11
Quote:
Originally Posted by PortalDark View Post
Not to mention you could easily disable hiding via pk2 edits.
i've never been interested in pk2 edit