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
Español
Me gustaria hacer lo siguiente que el comando Alt+G solo lo puedan usar los que tienen acceso 127 nadie mas. El otro que lo puede usar es el que tiene acceso 1 pero me gustaria retirarselo, intente desde la tabla de navicad colocando 0 en AllowAltG pero no lo desabilita.
Si alguien tiene una respuesta le estare agradecido.
English
Hello First apologies for my English is very bad.
I would like to do next Alt + G command can use only what they have access to 127 no one else. The other is that you can use to access the 1 but I would like to remove, try from the table by placing 0 in AllowAltG Navico but it disables.
If anyone has an answer I'll be grateful.
Yes you are right your english is very bad
if I am getting you right you want only high level admins to use alt g then change permissions for them in your table
Yes. only high level admins to use alt g.
I change the permissions on a table in Navicat but it disables the alt g
--------------------------------------------------------------------------------------
: Yes you are right your english is very bad xaxaxaxaxaxaxaxaxa Sorry :
--------------------------------------------------------------------------------------
Esp:
Por ahora que yo sepa no esta limitado el uso de ALT+G para los administradores, GMs.
Pero lo que si puedes limitar es el uso de los comandos que traen los botones en el panel de ALT+G.
Eng:
So far, as I know not limited to use ALT+G for managers, GMs.
But what, if you can limit the use of commands that bring the buttons on the panel ALT+G.
Sorry everyone for my very bad English, I speak Spanish
A colleague in another place gave me an idea of how it could do. Would have to add another condition, in this case would have to access level 127
Something like this but I can not make it work. Any idea how could I do to work well?
// prevent non gm or low level GMs from vieweing player stuff if (!getClient().getActiveChar().isGM() || !getClient().getActiveChar().getAccessLevel().allowAltG() ||+ !getClient().getActiveChar().getAccessLevel() < 127)+ return;
Thanks for taking the time to answer but what I want is that you can use the 127 access only, no more nor accses 1,2,3,4,5,6,7.
The problem is that when you put on the table access_levels isGM alt + g 1 on a walk but it disables the AllowAltG box.
Thanks for answering
I do not know much English so I use the translator.
Sorry
or better: update access_level set `allowAltg` = 0
because access lvl 127 is special Admin and ignore all these access tables.
you don't need config any admin with level 127 in the access_level table or in the admin_command_access_rights.