Zarcoos
Initiate
- ServUO Version
- Publish 58
- Ultima Expansion
- Endless Journey
Good morning everyone, I've been stuck trying to solve this problem for weeks now. In my shard, I've decided not to give players the option to choose custom skills when creating a new character. So, I modified the charactercreation.cs script to assign a pre-set template to each class. For example, if a player chooses "Blacksmith," they will be born with the skills and stats associated with that profession. Therefore, I need to completely remove the "ADVANCED" menu option to restrict player choice. I've tried removing every reference to "ADVANCED" from cliloc.enu, but it doesn't seem to change anything. I also tried searching for the "GUMP" on UOFIDDLER, but it's not there. I asked for help on Discord, and some users recommended using ClassicUO to solve the problem. They sent me two links, one for the installer and another for the Github repository. In the first case, I simply obtained an .exe file to launch the game through the client (similar to UOStream), and in the second case, I got a folder filled with files but no .exe. I assume I have to use Visual Studio to create the .exe file with the modified script, but when I run the code, I get numerous errors due to missing FNA and MP3sharp files. Now, I'm asking if any of you know how I can resolve this. I'm not necessarily tied to using ClassicUO; any method to solve the issue would be greatly appreciated! I believe many users would like to create a similar gameplay system, and resolving this problem could benefit the entire community. Thank you in advance to anyone who is willing to help.