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]
 

Attachments

  • DungeonMaster.cs
    36.5 KB · Views: 8
Try adding this to the top of your file. You're not using all of the functions you are trying to call:

using System.Collections;
using Server.Commands;
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back