Resource icon

OSI Stealables Update 2014-07-22

No permission to download
I noticed my stealableartifactspawner didn't have these in it so I figured I'd script em up and toss em in, if any one wants them here they are, there based off the Osi's Ea Shards.
http://www.uoguide.com/Bedlam_stealables
http://www.uoguide.com/Ararat_stealables
http://www.uoguide.com/Wrong_stealables
*the Ararat is the underwater shipwreck area in Tram,
*a UO Moderator on http://stratics.com/community/threads/bedlam-stealables.154362/ said that three of the AcademicBooks spawns in bedlam 2 in champ area and one in quest house
,the books also let you craft a AcademicBookcase in DefCarpentry I have that edit too.
*the TortureRack south & east spawn as the add on & turn into a deed once stolen on EA but I wasn't sure how to do all that so just added the deed to the spawn list
*there Artifact Rarity's are based on the stuff i read on uoguide & put the timer to re spawn same as the old stealables that had the same Artifact Rarity
add the edits to StealableArtifactsSpawner.cs & restart and they should automatic show up
-sorry if someone posted these already i did a quick Google search & didn't find any
Here is a photo & the edit( edits also in zip file)
View attachment 1644

Code:
Add this in StealableArtifactsSpawner.cs

// UPDATED OSI STEALABLES
// - Artifact Rarity 8 (3 might be to many for a shard with not alot of players)
            new StealableEntry(Map.Malas, new Point3D(168, 1609, 0), 9216, 13824, typeof(AcademicBooks)),              // Bedlam stealables
            new StealableEntry(Map.Malas, new Point3D(165, 1650, 0), 9216, 13824, typeof(AcademicBooks)),              // Bedlam stealables
            new StealableEntry(Map.Malas, new Point3D(85, 1644, 20), 9216, 13824, typeof(AcademicBooks)),              // Bedlam stealables

			new StealableEntry(Map.Trammel, new Point3D(6304, 1688, 10), 9216, 13824, typeof(FigureheadoftheBMVArarat)),  // Ararat shipwreck stealables
            new StealableEntry(Map.Trammel, new Point3D(6303, 1756, 20), 9216, 13824, typeof(ShipsBelloftheBMVArarat)),    // Ararat shipwreck stealables
            new StealableEntry(Map.Trammel, new Point3D(6312, 1760, -16), 9216, 13824, typeof(SternAnchoroftheBMVArarat)), // Ararat shipwreck stealables

            new StealableEntry(Map.Felucca, new Point3D(5786, 573, 10), 9216, 13824, typeof(BlanketofDarkness)),        // Wrong stealables
			new StealableEntry(Map.Trammel, new Point3D(5864, 583, 15), 9216, 13824, typeof(BlanketofDarkness)),        // Wrong stealables
	
// - Artifact Rarity 10	
            new StealableEntry(Map.Felucca, new Point3D(5698, 526, 0), 36864, 55296, typeof(TortureRackEASTAddonDeed)),  // Wrong stealables
            new StealableEntry(Map.Trammel, new Point3D(5704, 521, 0), 36864, 55296, typeof(TortureRackSOUTHAddonDeed)),  // Wrong stealables
			// END


& Add below to DefCarpentry.cs  in the // Containers section to make this craftable http://www.uoguide.com/Academic_Bookcase

            index = this.AddCraft(typeof(AcademicBookcase), 1044292, "Academic Bookcase", 65.0, 90.0, typeof(Log), 1044041, 25, 1044351);
            this.AddRes(index, typeof(AcademicBooks), "AcademicBooks", 1, "I need Academic Books.");
Author
thor86
Downloads
72
Views
1,007
First release
Last update
Rating
0.00 star(s) 0 ratings
Back