admin command to view what see othr char

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

admin command to view what see othr char

Post by denser »

hello folks. i have an idea a long time ago - ability to copy packets from character to see what sees this character.

//screen <target>

so. may be someone told me how to start this? it was like a bug where was a C1 when using artmoney if i knew charId - i can get his soul and see from his eyes )))
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
wiseelf
Posts: 62
Joined: Thu May 07, 2009 7:11 pm

Re: admin command to view what see othr char

Post by wiseelf »

//snoop
I use google translate.
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: admin command to view what see othr char

Post by denser »

i meen start to develop this. for admin very convinient to use such a feature.

just copy traffic to admin thread in read-only mode etc.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
StevenP
Posts: 90
Joined: Mon Jun 09, 2008 1:31 pm

Re: admin command to view what see othr char

Post by StevenP »

wiseelf wrote://snoop
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: admin command to view what see othr char

Post by denser »

halt a sec. it placed in AdminChat - i never used this comand before and can test it later. but does it give you a picture what happaens in player(like you are at his PC and look in his monitor)?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
Pere
Posts: 400
Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà

Re: admin command to view what see othr char

Post by Pere »

denser wrote:like you are at his PC and look in his monitor
Impossible, most of parts of the l2 GUI are not activated by server packets
Bones tardes amics meus tots!
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: admin command to view what see othr char

Post by denser »

mmm. why not? server send packet to open enchant window,so if i have sniffer mode - this packet show me enchant...yes it wouldnt show how icon of weapon goes to this window:d but...some info can get...
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: admin command to view what see othr char

Post by Probe »

You could make such an implementation to send you a log of what he does,
even possibly to send you the actual packets as well.
But it would need code insertion on every single packet call, and a boolean viewByGM on L2PcInstance I guess.
I would make it
//sniff playername
and do L2World.getInstance().getPlayer(playername) to activate the sniffing on that player.
User avatar
poltomb
L2j Veteran
L2j Veteran
Posts: 225
Joined: Wed Jul 13, 2005 7:13 am
Location: USA

Re: admin command to view what see othr char

Post by poltomb »

Migi wrote:
denser wrote:like you are at his PC and look in his monitor
Impossible, most of parts of the l2 GUI are not activated by server packets
It is possible...it just takes some rather complicated programming. I attempted an implementation of this quite a while ago, but I had issues with getting the client to switch over to the new player. In that thread, someone suggested that the admin needed to be sent back to the char select screen before rerouting the packets. I considered this idea, but then lost interest (and time) to program it. I might still have the code I used, but I highly doubt it, since I haven't used my own PC for some time now and it is not at my home.
mrvietdung
Posts: 43
Joined: Fri Dec 10, 2010 4:31 am

Re: admin command to view what see othr char

Post by mrvietdung »

Can anyone help me how to show equipment items by syntax? Inventory item can be show by ID but how to check what items player wear?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: admin command to view what see othr char

Post by LasTravel »

alt+g>inventory?
JoeDaFlow
Posts: 30
Joined: Tue Mar 02, 2010 8:53 pm

Re: admin command to view what see othr char

Post by JoeDaFlow »

You still can't see if hes using any custom program, so by the time you already can see inv/chat/stats etc I think it's useless.
User avatar
Copyleft
Posts: 253
Joined: Fri Feb 01, 2008 9:39 pm

Re: admin command to view what see othr char

Post by Copyleft »

maybe useless, but I'm sure that it would be entertaining xD
User avatar
Bebop
Posts: 25
Joined: Mon Feb 21, 2011 11:27 pm

Re: admin command to view what see othr char

Post by Bebop »

haha i think is a good idea, if not there is any way we can see the character skill bars?
User avatar
TK-Master
Posts: 25
Joined: Sat Mar 12, 2011 10:44 pm

Re: admin command to view what see othr char

Post by TK-Master »

what do u need to see his bars for anyway, i don't get it? i would just implement a way to see his chat if i where to do that.. all other information is useless IMO.. if i wanna see what he is doing i can do that already by going at him in invis mode.
Post Reply