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!

Help setting RaisableItem.

CB0T

Sorceror
Hi!

I need set by default a RaisableItem in a "random location spawnable Switch" (LOL);

See:

Code:
            this.RaisableItem=0x400001FF;

But i get the error:
CS0029: Line 26: Cannot implicitly convert type 'int' to 'Server.Items.RaisableItem'

Thanks.
 
Top