Awesome! Going to implement it tonight and test it out and i'll let you know how it goes. So all that needs to be done is spawn the chests via the specs you showed, change the point3d locs to correct ones, and spawn the other mobs in the dungeon + the altar and tome? Sound about right?
Edit: Mine threw a bunch of errors when I put it in, some of which look fairly simple to address, but I thought I'd post them here just so you know:
----------------------------------------------------------------------------
ServUO - [http://www.servuo.com] Version 0.5, Build 5157.1903
Publish 54
Core: Optimizing for 6 64-bit processors
RandomImpl: CSPRandom (Software)
OpenUO Error: Client files not found.
Scripts: Compiling C# scripts...Failed with: 6 errors, 3 warnings
Warnings:
+ Custom Systems/LabyrinthChampion/Labyrinth.cs:
CS0219: Line 61: The variable 'Spawn' is assigned but its value is never use
d
+ Custom Systems/VirtueArtifactSystem/VirtueArtifacts.cs:
CS0162: Line 180: Unreachable code detected
+ Skills/ItemIdentification.cs:
CS0219: Line 41: The variable 'oMods' is assigned but its value is never use
d
Errors:
+ Custom Systems/Exodus Encounter/Mobiles/ClockworkExodus.cs:
CS0246: Line 60: The type or namespace name 'Daat99Tokens' could not be foun
d (are you missing a using directive or an assembly reference?)
+ Custom Systems/Exodus Encounter/Mobiles/ExodusArchZealot.cs:
CS0246: Line 93: The type or namespace name 'ExodusArchZealotGump' could not
be found (are you missing a using directive or an assembly reference?)
CS0246: Line 95: The type or namespace name 'ExodusArchZealotGump' could not
be found (are you missing a using directive or an assembly reference?)
+ Services/Craft/DefAlchemy.cs:
CS0246: Line 167: The type or namespace name 'GoldDust' could not be found (
are you missing a using directive or an assembly reference?)
CS0246: Line 171: The type or namespace name 'NexusCore' could not be found
(are you missing a using directive or an assembly reference?)
+ Services/Craft/DefBlacksmithy.cs:
CS0246: Line 521: The type or namespace name 'ExodusSacrificalDagger' could
not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 524: The type or namespace name 'SmallPieceofBlackrock' could n
ot be found (are you missing a using directive or an assembly reference?)
+ Services/Craft/DefCarpentry.cs:
CS0246: Line 615: The type or namespace name 'SmallPieceofBlackrock' could n
ot be found (are you missing a using directive or an assembly reference?)
CS0246: Line 616: The type or namespace name 'NexusCore' could not be found
(are you missing a using directive or an assembly reference?)
+ Services/Craft/DefInscription.cs:
CS0246: Line 447: The type or namespace name 'ExodusSummoningRite' could not
be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Looks like the dagger is actually called PeerlessExodusSacrificalDagger and not just ExodusSacrificalDagger? Did you upload maybe an older version of the code before you made changes? The other errors just seem to be from items that weren't included in the script.