Page 1 of 2

admin command to view what see othr char

Posted: Sat Dec 19, 2009 5:08 pm
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 )))

Re: admin command to view what see othr char

Posted: Sat Dec 19, 2009 5:15 pm
by wiseelf
//snoop

Re: admin command to view what see othr char

Posted: Sat Dec 19, 2009 6:42 pm
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.

Re: admin command to view what see othr char

Posted: Sun Dec 20, 2009 8:46 am
by StevenP
wiseelf wrote://snoop

Re: admin command to view what see othr char

Posted: Tue Dec 22, 2009 3:27 am
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)?

Re: admin command to view what see othr char

Posted: Tue Dec 22, 2009 9:09 am
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

Re: admin command to view what see othr char

Posted: Tue Dec 22, 2009 3:31 pm
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...

Re: admin command to view what see othr char

Posted: Tue Dec 22, 2009 3:49 pm
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.

Re: admin command to view what see othr char

Posted: Wed Dec 23, 2009 4:16 pm
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.

Re: admin command to view what see othr char

Posted: Mon Dec 27, 2010 6:46 am
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?

Re: admin command to view what see othr char

Posted: Mon Dec 27, 2010 7:16 am
by LasTravel
alt+g>inventory?

Re: admin command to view what see othr char

Posted: Mon Jan 03, 2011 11:30 pm
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.

Re: admin command to view what see othr char

Posted: Tue Jan 04, 2011 2:37 am
by Copyleft
maybe useless, but I'm sure that it would be entertaining xD

Re: admin command to view what see othr char

Posted: Tue Feb 22, 2011 7:00 am
by Bebop
haha i think is a good idea, if not there is any way we can see the character skill bars?

Re: admin command to view what see othr char

Posted: Sun Mar 13, 2011 9:32 pm
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.