Page 1 of 1

see in hide. cmdlevel==0;

Posted: Wed Jun 23, 2010 8:55 am
by atreiu
please give advice or say is it possible or no:

i want to make possibility (player_1 can see player_2 in hide) // player_1.hidden==0; player_2.hidden==1;

possible? by packets sending or something

thanks in advance.

Re: see in hide. cmdlevel==0;

Posted: Wed Jun 23, 2010 10:39 am
by Terciob
Yes, just hook packet 0x5 (with sendfunction) and send 0x77 instead.

Re: see in hide. cmdlevel==0;

Posted: Thu Jun 24, 2010 4:34 am
by zed
you can use the seehidden, if the person you want to see is hidden and is your friend (it is added to the list of friends or is in the same party). I think it will pass.
unless you just want cmdlevel == 0 to be seeing each other, it should work. I did not try but I wondered about it..

Re: see in hide. cmdlevel==0;

Posted: Tue Jun 29, 2010 9:09 am
by Tomi
enable the privilege "seehidden" for the char you want to be able to see hidden players.

Re: see in hide. cmdlevel==0;

Posted: Wed Jun 30, 2010 4:20 am
by atreiu
Tomi wrote:enable the privilege "seehidden" for the char you want to be able to see hidden players.
not all ppl mast be. mast see co clans only.

Re: see in hide. cmdlevel==0;

Posted: Wed Jul 07, 2010 10:31 pm
by zed
zed wrote:you can use the seehidden, if the person you want to see is hidden and is your friend (it is added to the list of friends or is in the same party). I think it will pass.
OR guild.

I wrote about it.