Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 12-08-2005, 01:20 AM   #1 (permalink)
Newbie
 
warduke's Avatar
 
Join Date: Apr 2004
Age: 34
Posts: 77
Lightbulb Magic Circlets, Earings and More!

He You Guys!

These scripts, I have so carfully cut and pasted togeather , are new items that can be added to the loot.cs listing. The "Circlets" & "Cloaks" have been changed to basejewerly instead of baseclothing. When added to loot.cs they will drop off monsters and have random jewerly properties. The "Robes" I created are made from leather and have basearmor properties. They also can be added to the loot.cs listing. The robes can be dyed by the leather dye tub unlike the circlets or cloaks. I did make the "Robes" & "Cloaks" come in random colors that can be altered easy in these scripts.

You can choose to add just a few or all these items by adding them to the loot.cs. Example below. This example has magic earings and necklaces also added to the loot. This section is only for jewerly. The "Robes" go in the armor section of loot.cs.

Code:
private static Type[] m_JewelryTypes = new Type[]
	{
	typeof( GoldRing ),	
             typeof( GoldBracelet ),
	typeof( SilverRing ),
	typeof( SilverBracelet ),

 	typeof( GoldNecklace ),
	typeof( GoldBeadNecklace ),
	typeof( SilverNecklace ),
	typeof( SilverBeadNecklace ),

	typeof( SilverEarrings ),
	typeof( GoldEarrings ),

	typeof( Circlet ),
	typeof( GemmedCirclet ),
	typeof( RoyalCirclet ),

	typeof( MagicCloak ),
	typeof( MagicFurCape )

	};
Below are the attached files needed. No other alterations are required besides adding names to loot.cs. All credit for these scrips goto the wonderfull creators of RunUO. Thanks Ryan and friends! I am just a scrip DJ making some magic happen.
Attached Files
File Type: zip NewMagicGear.zip (1.9 KB, 81 views)
warduke is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5