//admin commands by normal users

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
softmod123
Posts: 1
Joined: Mon Oct 14, 2013 2:43 pm

//admin commands by normal users

Post by softmod123 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 6321
L2JDP Revision 10088

Hello guys i have simple question about commands like //admin
as i know this commands can use only admins with accesslevel = 7.
But how to make for example if normal user with accesslevel = 0 typing in chat command //get and then will happen something? Or just how to parse this commands and bind any action?
Ty.
krepstas
Posts: 57
Joined: Mon Sep 17, 2012 10:14 am

Re: //admin commands by normal users

Post by krepstas »

softmod123 wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 6321
L2JDP Revision 10088

Hello guys i have simple question about commands like //admin
as i know this commands can use only admins with accesslevel = 7.
But how to make for example if normal user with accesslevel = 0 typing in chat command //get and then will happen something? Or just how to parse this commands and bind any action?
Ty.
If normal user will use this command , nothing gonna happen. You can create what ever command you want,you have to create your own handler..
Btw core side is needed for this kind of custom command.
I don`t know how to make it,i just saw a lot example,so if you doesnt know anything about l2java coding it will not be easy. :)
Btw example of others command how it was made,search in forum.
Post Reply