admin command to view what see othr char
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
admin command to view what see othr char
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 )))
//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!
L2J - the place where glad to see you any time!
-
- Posts: 62
- Joined: Thu May 07, 2009 7:11 pm
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: admin command to view what see othr char
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.
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!
L2J - the place where glad to see you any time!
-
- Posts: 90
- Joined: Mon Jun 09, 2008 1:31 pm
Re: admin command to view what see othr char
wiseelf wrote://snoop
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: admin command to view what see othr char
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!
L2J - the place where glad to see you any time!
- Pere
- Posts: 400
- Joined: Sat Jan 05, 2008 11:09 am
- Location: Catalunya, Berguedà
Re: admin command to view what see othr char
Impossible, most of parts of the l2 GUI are not activated by server packetsdenser wrote:like you are at his PC and look in his monitor
Bones tardes amics meus tots!
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: admin command to view what see othr char
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!
L2J - the place where glad to see you any time!
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: admin command to view what see othr char
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.
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.
- poltomb
- L2j Veteran
- Posts: 225
- Joined: Wed Jul 13, 2005 7:13 am
- Location: USA
Re: admin command to view what see othr char
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.Migi wrote:Impossible, most of parts of the l2 GUI are not activated by server packetsdenser wrote:like you are at his PC and look in his monitor
-
- Posts: 43
- Joined: Fri Dec 10, 2010 4:31 am
Re: admin command to view what see othr char
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?
- LasTravel
- Posts: 888
- Joined: Tue Jan 05, 2010 12:08 am
- Location: Spain
Re: admin command to view what see othr char
alt+g>inventory?
-
- Posts: 30
- Joined: Tue Mar 02, 2010 8:53 pm
Re: admin command to view what see othr char
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.
- Copyleft
- Posts: 253
- Joined: Fri Feb 01, 2008 9:39 pm
Re: admin command to view what see othr char
maybe useless, but I'm sure that it would be entertaining xD
- Bebop
- Posts: 25
- Joined: Mon Feb 21, 2011 11:27 pm
Re: admin command to view what see othr char
haha i think is a good idea, if not there is any way we can see the character skill bars?
- TK-Master
- Posts: 25
- Joined: Sat Mar 12, 2011 10:44 pm
Re: admin command to view what see othr char
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.