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!

Giving an Item a unique name

Nova

Wanderer
Giving an Item a unique name

Hi, i am VERY new (actually 2 hours :) ) to this so please be patient with me.
I copied the Sextant.cs and renamed it to Message.cs
Now I changed the base ( bla ) thing so in game you will see a guild deed.

The Question now is, how can I give this Item an own name, so that it is not called Guild Deed automaticly :?:
 
A

AlejandroX

Guest
RunUO's userbase gets bigger every day! This thing's unstoppable!
 

Delta

Wanderer
yes in the section where you adjusted the base there should be an area that looks like this

[code:1]{
}[/code:1]

in between put base.Name = "Whatever";

and it will do it
 
Top