longtianchi
Member
I raised this question again, and I have some new ideas.
I saw https://www.servuo.com/threads/disable-gargoyle-elf-races.5426/.
The method is not applicable to me. I want to modify it from the server side.
My goal is to ensure the integrity of the servuo system and not allow players to create ELF and Gargoyle.
At first, I modified Core to become SE., but I found that many useful systems were disabled. For example BUFF.
Later, I modified CharacterCreation. CS to force players to become humans when creating characters. As a result, the test used a Gargoyle to create Character into the game.
Although the role race is human, there will be no hair, and the color of the skin is also the color of the Gargoyle race.
This is not what I want.
I removed the registration of Elf and Gargoyle again in RaceDefinitions.cs, but the result is the same as above.
I remembered changing Core to SE.
In the client, you can disable the selection of ELF and Gargoyle. I want to start with this aspect.
I want the extension that the client receives before creating the character to be a fake extension that will prevent the client from choosing ELF and Gargoyle
I started looking at the code from the connection to the role creation, but I couldn't find it because there was too much code. Who knows how to do it, please let me know.
I saw https://www.servuo.com/threads/disable-gargoyle-elf-races.5426/.
The method is not applicable to me. I want to modify it from the server side.
My goal is to ensure the integrity of the servuo system and not allow players to create ELF and Gargoyle.
At first, I modified Core to become SE., but I found that many useful systems were disabled. For example BUFF.
Later, I modified CharacterCreation. CS to force players to become humans when creating characters. As a result, the test used a Gargoyle to create Character into the game.
Although the role race is human, there will be no hair, and the color of the skin is also the color of the Gargoyle race.
This is not what I want.
I removed the registration of Elf and Gargoyle again in RaceDefinitions.cs, but the result is the same as above.
I remembered changing Core to SE.
In the client, you can disable the selection of ELF and Gargoyle. I want to start with this aspect.
I want the extension that the client receives before creating the character to be a fake extension that will prevent the client from choosing ELF and Gargoyle
I started looking at the code from the connection to the role creation, but I couldn't find it because there was too much code. Who knows how to do it, please let me know.
Last edited: