-
Notifications
You must be signed in to change notification settings - Fork 48
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
Separate RevealFlags (invisibility spell, hiding) into sphere.ini #588
Comments
You have a concrete exemple of what you want to do? |
For example, don't reveal a character when he talks while under the invisibility spell but do so when he is hidden with the hiding skill. It is the first case I have thought about because that's how sphere 55i, 56b, etc worked, but surely there are more. I know that there is the TAG.OVERRIDE.NOREVEALSPEAK but you have to be careful because it would affect more things. |
You can use something like this under player speak
I haven't tried it anyway. But this can be solution for speak. And you can disable automatic revealf_speak from sphere.ini |
What about an ini flag: I could script it if it's ok |
yes will be great a flag for that option for not overload sphere with speech |
reveal flags in the sphere.ini resolve this issue. using REVEALF_SPEAK. closing this issue out. |
It would be very complicated to do something like this Sphereserver/Source#65 (comment) (or create another block for hiding) to completely separate the invisibility spell from the ability to hide in the configuration of the sphere.ini (RevealFlags)?
I think there are certain things I can solve by script but at first it's confusing to say that it applies only to the part of the spell but nevertheless affects both things. For example REVEALF_SPEAK
The text was updated successfully, but these errors were encountered: