[Archive] Emucoach 4.3.4 v6 Repack - RBAC Support and bugged_quests table help?
[Archive] Emucoach 4.3.4 v6 Repack - RBAC Support and bugged_quests table help?
Archived author: OmegaZero • Posted: 2025-11-04T18:15:34.161712
Original source
I did a search for these things on the forum, but nothing came up.
I was wondering if anyone has any info on how to use the following items in the Emucoach 4.3.4 v6 Repack.
I'm trying to get RBAC working for some of my GMs, but it doesn't seem to work the same way as 3.3.5 did.
The .rbac command isn't working and while I could modify the SQL tables, it still doesn't seem to work.
Does anyone know if RBAC works with this repack?
Second, I see there is a "bugged_quests" table in the world DB. Does anyone know how to use this to allow regular users to auto-complete quests that I configure as bugged with the ".quest bugged" command? It just says to post here for help.
Thanks
Archived author: OmegaZero • Posted: 2025-11-04T18:15:34.161712
Original source
RBAC is not available for this repack, since it's using a old 4.3.4 tc ![]()
To complete a quest, you have to type ingame .quest complete questidhere
Quote:brian8544 said:Thanks for the input, but ".quest complete" only works with GM Level 3 and is not available to normal users. I need something for normal users or the permission for the command to grant to other GMs. I can't blanket them with Level 3 access though, since I don't want them accessing most of the commands. Just completing quests and teleports so they can assist other players. I was able to do this fine on my own Linux compiled 3.3.5 core, but not this one.
RBAC is not available for this repack, since it's using a old 4.3.4 tc
To complete a quest, you have to type ingame .quest complete questidhere
Click to expand...
Archived author: OmegaZero • Posted: 2025-11-04T18:15:34.161712
Original source
Quote:brian8544 said:Thanks for the input, but ".quest complete" only works with GM Level 3 and is not available to normal users. I need something for normal users or the permission for the command to grant to other GMs. I can't blanket them with Level 3 access though, since I don't want them accessing most of the commands. Just completing quests and teleports so they can assist other players. I was able to do this fine on my own Linux compiled 3.3.5 core, but not this one.
RBAC is not available for this repack, since it's using a old 4.3.4 tc
To complete a quest, you have to type ingame .quest complete questidhere
Click to expand...
Quote: UPDATE `emucoachworld`.`command` SET `security`='0' WHERE `name`='quest complete';[MENTION=1]ExO[/MENTION] this query is written good? I forgot world db xD
Click to expand...
Archived author: OmegaZero • Posted: 2025-11-04T18:15:34.161712
Original source
You would need a src for that true, for now you could run this query. Although with this, all players can complete all quests.
Quote: UPDATE `emucoachworld`.`command` SET `security`='0' WHERE `name`='quest complete';[MENTION=1]ExO[/MENTION] this query is written good? I forgot world db xD
Click to expand...
Archived author: OmegaZero • Posted: 2025-11-04T18:15:34.161712
Original source
[MENTION=140]brian8544[/MENTION], I think this will work.
I didn't realize the command DB was in the world DB now.
If I change the security levels, I can grant my GMs level 1 and just change the security levels accordingly. Need to make a backup of the DB first just in case.
I'll test it out.
I really appreciate the help on this.
Archived author: OmegaZero • Posted: 2025-11-04T18:15:34.161712
Original source
Just tested it and it worked!
Thanks!
Archived author: OmegaZero • Posted: 2025-11-04T18:15:34.161712
Original source
Glad I could be of service! ![]()