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] Barrel hoops

Status
Not open for further replies.

uome

Bug Hunter
[COMPLETE] Barrel hoops

STATUS: READY

Type: Broken Itme name.

Basic Description: Barrel hoop spelling issue.

Way to experience: Hover your cursor over some barrel hoops.

Detailed Description: Barrel hoops are misspelled as "Barrle hoops"

Links: none

Code: See below.

Code:
Index: Items/Construction/Misc/BarrelParts.cs
===================================================================
--- Items/Construction/Misc/BarrelParts.cs (revision 319)
+++ Items/Construction/Misc/BarrelParts.cs (working copy)
@@ -59,6 +59,8 @@
 
public class BarrelHoops : Item
{
+ public override int LabelNumber{ get{ return 1011228; } } // Barrel hoops
+
[Constructable]
public BarrelHoops() : base(0x1DB7)
{
I'm not very good at coding, still a lot to learn, so there may be a better way to do this if you have one please submit it. Please tell me if there is anything wrong with the way iv'e done this and double check it etc...
Thanks :eek:
 
Status
Not open for further replies.
Top