RunUO 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!

JarHoney

Liacs

Sorceror
JarHoney

Just a little thing: in Cooking from line 228 on it must be:

Code:
		public JarHoney( [COLOR="Red"]int amount [/COLOR]) : base( 0x9ec )
		{
			Weight = 1.0;
			Stackable = true;
                    [COLOR="red"]Amount = amount;[/COLOR]
		}

if somebody wonders :)

I don't get my emailconfirmation for the bugthing, thats why I post it here...

Lia
 

Tannis

Knight
Liacs said:
Just a little thing: in Cooking from line 228 on it must be:

Code:
		public JarHoney( [COLOR="Red"]int amount [/COLOR]) : base( 0x9ec )
		{
			Weight = 1.0;
			Stackable = true;
                    [COLOR="red"]Amount = amount;[/COLOR]
		}

if somebody wonders :)

I don't get my emailconfirmation for the bugthing, thats why I post it here...

Lia
This forum is for Core Modifications rather than Script Modifications. I'm not picking though ;) I just wanted to tell you that if you're using a free e-mail service, to either try a different free one or use an "official" one like one provided by your ISP for the e-mail confirmation from the bug tracker. I was using Hotmail and couldn't get mine 2 times. I tried my "official" Adelphia one and received the confirmation within seconds.
 
Top