Editing Admin Commands

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
X9CORE
Posts: 5
Joined: Mon Aug 06, 2012 12:12 am

Editing Admin Commands

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

Image
AMD FX-8120 3.9GHz Overclocked (from 3.1)
16 GB DDR3 1600MHz Corsair Vengeance
ATI Radeon HD5450 1GB
600W Corsair CX600 PSU
MSI 970A-G46 Series 9 AM3+ Motherboard

.
.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Editing Admin Commands

Post by MELERIX »

look in: "accessLevels.xml" & "adminCommands.xml" files.
User avatar
X9CORE
Posts: 5
Joined: Mon Aug 06, 2012 12:12 am

Re: Editing Admin Commands

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

Image
AMD FX-8120 3.9GHz Overclocked (from 3.1)
16 GB DDR3 1600MHz Corsair Vengeance
ATI Radeon HD5450 1GB
600W Corsair CX600 PSU
MSI 970A-G46 Series 9 AM3+ Motherboard

.
.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Editing Admin Commands

Post by MELERIX »

then look in: /game/data/scripts/handlers/admincommandhandlers/
Post Reply