UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[COMPLETE] white pearls to spawn

Status
Not open for further replies.

uome

Bug Hunter
[COMPLETE] white pearls to spawn

STATUS: READY

At the moment they don't.

Drop chance.
http://www.uoguide.com/Gems

Code:
Index: Fishing.cs
===================================================================
--- Fishing.cs	(revision 321)
+++ Fishing.cs	(working copy)
@@ -90,6 +90,15 @@
 
 			fish.Resources = res;
 			fish.Veins = veins;
+			
+			if ( Core.ML )
+			{
+				fish.BonusResources = new BonusHarvestResource[]
+				{
+					new BonusHarvestResource( 0, 99.4, null, null ),	//set to same chance as mining ml gems 
+					new BonusHarvestResource( 80.0, .6, 1072597, typeof( WhitePearl ) )
+				};
+			}
 
 			m_Definition = fish;
 			Definitions.Add( fish );
@@ -552,4 +561,4 @@
 				0x74B5, 0x75D5
 			};
 	}
-}
\ No newline at end of file
+}
 

uome

Bug Hunter
Re: white pearls to spawn

hickman48;567899 said:
yea i have some amber
Did you get it from lumberjacking?
I have some too but it came from wind vortex's and a woodland pixie event LC did.
 
Re: white pearls to spawn

just checked the code. Yes, Lumberjacking is correct and can spawn ML resources.

Only fishing is missing then
 

Oaks

Knight
Re: white pearls to spawn

I recieved a few brilliant ambers from lumberjacking months ago. Citrines can be obtained through mining.
 
Status
Not open for further replies.
Top