What's new

Emucoach 4.3.4 v6 Repack - RBAC Support and bugged_quests table help?

OmegaZero

Verified Member
6
2015
0
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
 

brian8544

Gold Supporter
Senior User
347
2014
68
Location
The Netherlands
RBAC is not available for this repack, since it's using a old 4.3.4 tc :p

To complete a quest, you have to type ingame .quest complete questidhere
 

OmegaZero

Verified Member
6
2015
0
RBAC is not available for this repack, since it's using a old 4.3.4 tc :p

To complete a quest, you have to type ingame .quest complete questidhere

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.

As an alternative, I want normal users to be able to use the ".quest bugged questidhere" command to auto-complete quests as per the documentation, but there is no documentation identifying what to put in the "bugged_quests" table and how to use it. I'm asking if anyone has experience and/or info on how to use the "bugged_quests" SQL table and use the ".quest bugged" command that interacts with it. The documentation says to ask on the forums on how to use the "bugged_quests" table, but there seems to be no forum post on it.
 

brian8544

Gold Supporter
Senior User
347
2014
68
Location
The Netherlands
You would need a src for that true, for now you could run this query. Although with this, all players can complete all quests.

UPDATE `emucoachworld`.`command` SET `security`='0' WHERE `name`='quest complete';
[MENTION=1]ExO[/MENTION] this query is written good? I forgot world db xD
 
  • Like
Reactions: ExO

OmegaZero

Verified Member
6
2015
0
[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.
 
Top