Group_id help

classy5

New member
Messages
119
Points
0
Github
classy5
hello i made a gm with a groupd id 98 (phpadmin), i edited the file name trunk/conf/groups.conf and change id into 98. but when i log in to client i get an warning says "pc_authok aid:2000001 logged in with unknown groupd id (98)!

it only allow me to access until character selection.... then disconnect when selected

 
hello i made a gm with a groupd id 98 (phpadmin), i edited the file name trunk/conf/groups.conf and change id into 98. but when i log in to client i get an warning says "pc_authok aid:2000001 logged in with unknown groupd id (98)!

it only allow me to access until character selection.... then disconnect when selected
Did you reload the map server after the change?

 
hello i made a gm with a groupd id 98 (phpadmin), i edited the file name trunk/conf/groups.conf and change id into 98. but when i log in to client i get an warning says "pc_authok aid:2000001 logged in with unknown groupd id (98)!"

it only allow me to access until character selection.... then disconnect when selected
Did you reload the map server after the change?
Not sure.... but I recompiled it
 
Last edited by a moderator:
hello i made a gm with a groupd id 98 (phpadmin), i edited the file name trunk/conf/groups.conf and change id into 98. but when i log in to client i get an warning says "pc_authok aid:2000001 logged in with unknown groupd id (98)!"

it only allow me to access until character selection.... then disconnect when selected
Did you reload the map server after the change?
Not sure.... but I recompiled it
all you need to do is for example:

{
    id: 98
    name: "test"
    level: 98
    inherit: ( "Head GM" )
    commands: {
        
    }
    log_commands: true
    permissions: {
        use_check: true
        use_changemaptype: true
        all_commands: true
        show_bossmobs: true    
    }
}

 
and then @reloadatcommand
 
After that try to login with the group:98 
 
Last edited by a moderator:
hello i made a gm with a groupd id 98 (phpadmin), i edited the file name trunk/conf/groups.conf and change id into 98. but when i log in to client i get an warning says "pc_authok aid:2000001 logged in with unknown groupd id (98)!"

it only allow me to access until character selection.... then disconnect when selected
Did you reload the map server after the change?
Not sure.... but I recompiled it
all you need to do is for example:

{

id: 98

name: "test"

level: 98

inherit: ( "Head GM" )

commands: {

}

log_commands: true

permissions: {

use_check: true

use_changemaptype: true

all_commands: true

show_bossmobs: true

}

}

and then @reloadatcommand

After that try to login with the group:98
Imma try this when I come home... thanks... I appreciate for helping me out. /now
default_smile.png


 
Back
Top