HalfMercy
Member
I successfully created a new level of poison called "Fatal". I added definitions for it to the Poison scripts in ServUO-master\Server, Scripts\Misc, and Scripts\Spells\Third, put an entry for Lethal and Fatal into BasePotion.cs, and edited the cliloc entries to give custom overhead messages. It works as intended when cast on monsters or myself. But when I tried adding the new poison level to PoisonField.cs and tried adding in a FatalPoisonPotion, both returned the same compile error: "Server.Poison" does not contain a definition for 'Fatal'. Since I definitely have added it to ServUO-master\Server\Poison.cs, I don't understand what the problem could be and I'm looking for some help figuring this out.