Jump to content
  • 0

Question

Posted

Okay i am using the latest rAthena

I tried to add a GM Level to my Other account

And as i @who it using my Admin (99) it says NOT EXISTENT GROUP!

Okay i just found it at group.conf.

How can i add 90 80 70 60 Position? Please help

4 answers to this question

Recommended Posts

Posted

If you are using SQL, you can change your GM level by going to your internet browser and going to localhost/phpMyAdmin/, log in using your SQL username and password, go to your SQL database, go to your login table, search your account ID or account name, and edit your level field.

If you are using TXT, go to your rAthena/save/ folder and open the account.txt. In there you'll find your account. Change the appropriate "0" into "99" to have Admin GM Level.

Posted

Default group ids are 0 , 1 , 2 , 3 , 4 , 10, and 100.

Or change the ID to any number you want.

{
   id: 100
   name: "Admin"
   level: 100
   inherit: ( "Support", "Law Enforcement" )
   commands: {
       accinfo: true
   }
   log_commands: true
   permissions: {
       can_trade: true
       can_party: true
       all_skill: true
       all_equipment: true
       skill_unconditional: true
       use_check: true
       use_changemaptype: true
       all_commands: true
   }

Posted

{

id: 90

name: "Co-Admin"

level: 100

inherit: ( "Helper", "Co-Admin" )

commands: {

accinfo: true

}

log_commands: true

permissions: {

can_trade: false

can_party: true

all_skill: true

all_equipment: true

skill_unconditional: true

use_check: true

use_changemaptype: true

all_commands: true

}

Can it be?

up

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...