-
Notifications
You must be signed in to change notification settings - Fork 541
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
Attempts to fix CWC apprentices #36698
Attempts to fix CWC apprentices #36698
Conversation
All the wizards are part of the same "wizard" faction both mind-wise (which transfers the faction to the mob whenever mind transferring happens) and mob-wise (which is often checked by wizard mobs such as pitbulls) which is really just plain text with nothing going for it, but the antag roles (each "antagonist" status has its own piece of code) have their faction set to a faction datum which is more elaborate, but at the same time janky, and does not actually seem to have an effect on wizard mobs. |
Sorry I should have been way clearer I meant i tested with your changes here since you said you couldn't do it yourself and that was the result. That was the apprentice pov see's both the hat icons and the pitbulls didnt attack it. The master sees the same thing I didn't really get what the goal was just wanted to give you the results from it. In the role panel both of them were in the same civil caster faction with the same objective to murder the other not them faction. The total steps I took to test were to make a wizard, add it to one of the civil war factions, buy pitbulls and apprentice scroll, sign up for the apprentice role on a second account, summoned pitbulls on the main wizard and took the screenshot after on the apprentice client after checking their roles. Results were seeing the wizard icons as shown, pitbulls didn't attack (not sure if this is relevant now), and both wizards were part of the same civil faction. |
Ah, try 3 players. One as both the master and a member of the civil war, one as the apprentice and another one as simply the member of the civil war on the same side as the master. See if the apprentice can see the other two civil war wizards as being on the same side as the apprentice and vice versa. |
Huh, so it DOES work to some extent but not as well as it should. I'll look into it, thank you! |
The code has been changed so that both the apprentice and the master are removed from the contract faction and brought into the civil war faction. |
If the recruiter is a wizard then it will search for whether the recruiter is in a civil war faction. If it is then the faction will add the apprentice to it.
At least that's what it is supposed to do. I can't really test it.
Also fixed a typo.
🆑