Jump to content
  • 0

GM Level Bug?


Snap

Question


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.01
  • Content Count:  186
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

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

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   23
  • Joined:  04/28/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.01
  • Content Count:  186
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

Lol? I am just confuse in adding at group.conf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  210
  • Reputation:   10
  • Joined:  11/20/11
  • Last Seen:  

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
   }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.01
  • Content Count:  186
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

{

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

Link to comment
Share on other sites

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.

×
×
  • Create New...