UO Lost Lands Forum

Full Version: Little bit of handy forum code for selling.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've implemented some forum code that makes it easy to display items. To use it, you must know the ItemID of the item you are selling.

For example, a non hued pair of sandals would use the following forum code:

Code:
[item=5901][/item]

This would display the following: 

If you want to hue the item, insert the hue in between the square brackets. For example, hue 32 sandals:

Code:
[item=5901]32[/item]

This would display the following: 

You can do this for any item, as long as you know the ItemID.

This can be used for absolutely any item!

Very cool!