Page 1 of 1

Editing Admin Commands

Posted: Wed Aug 08, 2012 11:15 pm
by X9CORE
L2J Revision Number: 5522
L2JDP Revision Number: 9008

Hello All,

I was wondering where the admin commands are handled, or if all of the admin commands are handled in one file or something. I guess it could be inside a chat handler of some sort, I am not quite sure where it is / how it works in L2J.

Or I could be totally wrong and the commands are stored in external files / the database

I went through gameserver.handler but I am still a little confused.

Help anyone? :wink:

Re: Editing Admin Commands

Posted: Wed Aug 08, 2012 11:22 pm
by MELERIX
look in: "accessLevels.xml" & "adminCommands.xml" files.

Re: Editing Admin Commands

Posted: Wed Aug 08, 2012 11:34 pm
by X9CORE
hmm...

I went through these two already, I was wondering where the actual logic is done (i.e. in Java and/or jython).

Thanks!

Re: Editing Admin Commands

Posted: Thu Aug 09, 2012 12:09 am
by MELERIX
then look in: /game/data/scripts/handlers/admincommandhandlers/