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.

[Completed] big fish trophy

Status
Not open for further replies.

uome

Bug Hunter
[Completed] big fish trophy

STATUS: READY

Type: Broken Feature

Basic Description: big fish trophies don't display weight and fishermans name.

Way to experience: Go look at one i suppose.

Detailed Description: Taken for uoguide:
Big Fish
A rare fish that one can use a Taxidermy Kit on to make a nice looking trophy. Both weight and the fisherman's name will be displayed on the trophy, but only if the fish weighed more than 20 stones.

Links: http://www.uoguide.com/Fishing

Code: See below.

Code:
Index: Items/Skill Items/Carpenter Items/TaxidermyKit.cs
===================================================================
--- Items/Skill Items/Carpenter Items/TaxidermyKit.cs	(revision 319)
+++ Items/Skill Items/Carpenter Items/TaxidermyKit.cs	(working copy)
@@ -146,6 +146,8 @@
 
 	public class TrophyAddon : Item, IAddon
 	{
+		public override bool ForceShowProperties{ get{ return ObjectPropertyList.Enabled; } }
+
 		private int m_WestID;
 		private int m_NorthID;
 		private int m_DeedNumber;
@@ -459,4 +461,4 @@
 			}
 		}
 	}
-}
\ No newline at end of file
+}

Someone please check it for me.
Thanks :)
 
Re: big fish trophy

tested and works ;)

About the bug entry "fishes should spawn in green and blue", the command [add bigfish returns randomly one or other.
edit: I should change glasses... they are all blue :)

Someone can say if he ever fished or seen both colors in game?

I have just realized, nevertheless the color, if you put the trophy on a south-facing wall you will have a green fish. If you put on east-side wall, you'll have a blue fish
 

uome

Bug Hunter
Re: big fish trophy

osd_daedalus;561961 said:
tested and works ;)

About the bug entry "fishes should spawn in green and blue", the command [add bigfish returns randomly one or other.

Someone can say if he ever fished or seen both colors in game?
Thankyou for testing. :)
I think the trophies are assigned different colours but maybe its just the direction they are facing, also i noticed uoguide says they always drop at your feet when caught.
I've never caught a green one only blue.
Seems theres a lot more work to be done i'm just not sure if i'm skilled enough yet.

*EDIT* actually i know i'm not skilled enough yet ;)
 
Status
Not open for further replies.
Top