see in hide. cmdlevel==0;

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.

Moderator: POL Developer

Post Reply
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm
Location: Russia, Moscow

see in hide. cmdlevel==0;

Post 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.
Terciob
Master Poster
Posts: 90
Joined: Fri Nov 07, 2008 3:47 am

Re: see in hide. cmdlevel==0;

Post by Terciob »

Yes, just hook packet 0x5 (with sendfunction) and send 0x77 instead.
zed
New User
Posts: 4
Joined: Thu Jun 24, 2010 4:25 am
Location: Poland / Warsaw

Re: see in hide. cmdlevel==0;

Post 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..
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: see in hide. cmdlevel==0;

Post by Tomi »

enable the privilege "seehidden" for the char you want to be able to see hidden players.
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm
Location: Russia, Moscow

Re: see in hide. cmdlevel==0;

Post 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.
zed
New User
Posts: 4
Joined: Thu Jun 24, 2010 4:25 am
Location: Poland / Warsaw

Re: see in hide. cmdlevel==0;

Post 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.
Post Reply