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.
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.
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 ^_^
hide/show SROR_CLIENT 05/06/2013 - Silkroad Online - 0 Replies HEllo! I am playing sro r and using agbot. IN agbot there is a feature 'Hide/shwo SRO client' and it doesnt work for me:( I think it used to work when i just got agbot but now it doesnt in the box for the name of the window I wrote SROR_CLIENT just like it says on the window. Can anybody help me get this feature working ?
IF you know any ohter ways or programs to hide SROR_CLIENT please tell me.
THANK YOU
Hide-Show process c# 12/15/2012 - SRO Coding Corner - 4 Replies Hello
I was wondering how hide-show process code in c# works . I mean , if someone could write it down there . I will be thankful .
Hide/Show 03/30/2012 - .NET Languages - 3 Replies short Präkambrium, Kambrium, Silur, Devon, Karbon, Perm, Trias, Jura, Kreide, Teritär, Quartär;
Präkambrium = 0;
if (32 == Präkambrium)
{
PräkambriumTier1.Hide();
}
[Frage] Show / Hide 07/06/2010 - CrossFire - 6 Replies Hallo Leute ,
Wie mache ich das in meiner Signatur , damit man auf Show drückt , und man dann sieht , was ich da stehen habe?
Wer mir hilft bekommt Thanks (:
show/hide befehl 03/15/2010 - AutoIt - 4 Replies wie kann man in ein bot mehr hotkey das fenster in hintergrundsetzen(hide) und wieder aufrufen(show)
oder anders gesagt geht das überhaupt mit autoit
bei machnchen c++ bots gehts das weis ich
THX