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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...