Jump to content
  • 0

Question

Posted

Hi guys i already make my sample l2 server

but when i login every new account always set to master access

even i set this to

 

MasterAccessLevel = 0

EverybodyHasAdminRights = False

 

 

how can i remove the master access on every new created account XD

15 answers to this question

Recommended Posts

  • 0
Posted

hi, You Wrong

 

MasterAccessLevel = 0

 

This line setup for  Masteraccess  for all new acc because all acc or char create in server default is accesslevel =0

Now you change

 

MasterAccessLevel = 1

 

Use navical open characters table set Accesslevel you need.

 

Sorry for my Eng.

  • 0
Posted

set it to 200(or 100, differs from pack to pack).

 

or just execute this query:

UPDATE characters SET accesslevel = '200' WHERE name = 'YOUR_CHARNAME'

 

 

 

also, set this:

MasterAccessLevel = 1

  • 0
Posted

im using l2j gameserver pack  build 3012 and datapack build 6069

they have a new access level system ... i dont know how to configure it

is there any link how to configure this new access level system?

  • 0
Posted

open character.properties

 

Set this

 

# AccessLevel

# ---------------------------------------------------------------------------

# This option will set the default AccessLevel for MasterAccess.

# Please be careful with this setting. Characters set to this AccessLevel will have the right to execute every AdminCommand in game.

# Default: 127 (Maximum value: 255)

MasterAccessLevel = 127  <<<<<<< this is you create new acc, new char isn't become admin

 

 

You char only become admin after your work this:

 

open Navicat

Open l2jdb

open charaters

 

Choose you Char_name and scroll lelf, you can see Columm Access_level 

 

Type  in access_level 127 for Admin

type 0 for normal player.

 

  • 0
Posted

where i can find this --> access_level

 

database or gameserver config?

 

this is a database table

  • 0
Posted

in l2j new database they dont have access_level

only accesslevels which is on the characters table, accounts table

 

or you mean access_levels table?

 

how can i set it to 0?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock