Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runaway while blocked from collar #1018

Open
Medea-Destiny opened this issue Nov 29, 2023 · 3 comments
Open

runaway while blocked from collar #1018

Medea-Destiny opened this issue Nov 29, 2023 · 3 comments

Comments

@Medea-Destiny
Copy link
Collaborator

If wearer is blocked from their own collar, a runaway chat command will not be sent to userCommand. We should have an exception to this for the runaway command, as the whole point of runaway is to clear auth lists. We have disable runaway to handle this situation anyway.

@AkashaImon
Copy link

ive been trying to use the runaway command because i no longer talk to the person but im restricted from everything. i cant even update the collar. How do i fix this?

@Pingout
Copy link
Collaborator

Pingout commented Nov 29, 2023

@AkashaImon turn off RLV in the viewer then reset the collar scripts

@NikkiLacrima
Copy link
Contributor

NikkiLacrima commented Dec 1, 2023

"Restricted from everything" I am not sure what is restricted, is it RLV restrictions blocking the use of local chat ? Or has runaway been disabled ?

If it is RLV restrictions then the menu runaway command still works.

If wearer has been put on the blocked list, then the chat command prefix runaway works in the latest #1010 patch for 8.3 development but it does not work in 8.2.3 , so this issue is fixed.

If runaway has been disabled, well the point is that the wearer not should be able to runaway so making some exception defeats the runaway disable functionality. In this case a reset with RLV disabled as Ping suggested.

Tech details:
oc_api does the test
else if(iNum >= CMD_OWNER && iNum <= CMD_NOACCESS) UserCommand(iNum, sStr, kID);
to pass commands to UserCommand this allows CMD_BLOCKED through to UserCommand.

In other parts of the code, like in oc_core the test is
if(iNum >= CMD_OWNER && iNum <= CMD_EVERYONE) UserCommand(iNum, sStr, kID); blocking CMD_BLOCKED from UserCommand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants