• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] commands not working

Status
Not open for further replies.

brh11

Respected Member
Hello again.Alright so I found out that the pinfo command was not working and commands and groups were not working so I re did my auth database.Now when I go in game on my gm character(level 3).It says my name tag and all the stuff,but I can't use gm commands.I treid adding them as a permission to me.didn't work.And there are in the group roles.Thanks :)
 

Tommy

Founder
Hello again.Alright so I found out that the pinfo command was not working and commands and groups were not working so I re did my auth database.Now when I go in game on my gm character(level 3).It says my name tag and all the stuff,but I can't use gm commands.I treid adding them as a permission to me.didn't work.And there are in the group roles.Thanks :)

Did you check out the tutorial to make sure you have everything? If not, it would probably help. http://emudevs.com/showthread.php/2-Explaining-the-RBAC-system

Make sure your account has all 4 (1, 2, 3, 4) groups in your database, or 3 (1, 2, 3) groups if you don't want administrator for the account. Also make sure you have your account setup (1 = Player, 2 = Moderator, 3 = Gamemaster, 4 = Administrator) in the rbac_account_roles and it is granted. Honestly, that's all you need. Everything works perfectly for me with just those.

I'm heading to bed, hope you solve it.
 

Tommy

Founder
Thanks tommy.Ive checked the guide many times.Just for when your on later http://pastebin.com/XHQY6q4U That is interesting 0_o.LIke these problems always happen to me

Those errors calls when a permission is greater than the RBAC_PERM_MAX data type. However, the way they wrote their error makes it seem as if the error is caused by permissions lower than the RBAC_PERM_MAX data type.

Might wanna make sure the RBAC_PERM_MAX is at the very end of "enum RBACPermission" in RBAC.h. Also, if you have custom permissions, make sure they are actually setup correctly in the rbac tables.
 
Status
Not open for further replies.
Top