Aetherius Shadowblade
Member
- ServUO Version
- Publish 58
- Ultima Expansion
- Endless Journey
First, I knew the title of the post would get people's attention. I am trying to re-create the little Dungeon Master from the 80s cartoon series "Dungeons and Dragons" as a town teleporter, then maybe what else from there.
I have tried on my own, even tried AI (maybe I worded things wrong) but that didn't work, and rather than keep shooting into the darkness, I thought I would ask for help first before I got too far into the rabbit hole.
Attached is the script, errors says something about:
DungeonMaster.cs(460,17): error CS0246: The type or namespace name 'Hashtable' could not be found (are you missing a using directive or an assembly reference?) [/home/jburns/Server-ServUO/Scripts/Scripts.csproj]
DungeonMaster.cs(923,46): error CS0246: The type or namespace name 'CommandEventArgs' could not be found (are you missing a using directive or an assembly reference?) [/home/jburns/Server-ServUO/Scripts/Scripts.csproj]
I have tried on my own, even tried AI (maybe I worded things wrong) but that didn't work, and rather than keep shooting into the darkness, I thought I would ask for help first before I got too far into the rabbit hole.
Attached is the script, errors says something about:
DungeonMaster.cs(460,17): error CS0246: The type or namespace name 'Hashtable' could not be found (are you missing a using directive or an assembly reference?) [/home/jburns/Server-ServUO/Scripts/Scripts.csproj]
DungeonMaster.cs(923,46): error CS0246: The type or namespace name 'CommandEventArgs' could not be found (are you missing a using directive or an assembly reference?) [/home/jburns/Server-ServUO/Scripts/Scripts.csproj]