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!

Read Item ID

Kafeterya

Wanderer
Hi all, how can we read the file artLegacyMUL.uop to see items ID?

Tried with MulPatcher and InsideUO but both work with the old version ArtIdx.mul.

Or is there a place where we can see all items with the id?


Thanks!
 

Dragonas

Sorceror
You can see the item-id on two ways.
1. in the scripts of your shard
2. over the probs-order ingame (found in /admin screen)

it also give here in custom script releases scripts, which place all the things or colours in (need very much place so you must take the big green place -> i allways forgot the name :D)
 

Kafeterya

Wanderer
You can see the item-id on two ways.
1. in the scripts of your shard
2. over the probs-order ingame (found in /admin screen)

In fact i am trying to add Necromancers Spellbook Craftables like Magery Spellbooks. I just cant find where to find the picture #:

Code:
AddCraft(typeof(Spellbook), 1044294, 1023834, 50.0, 126, typeof(BlankScroll), 1044377, 10, 1044378);











Do you know #1044294 and #1023834 stand for? This is what i need to change to display correctly.




I know 50.0 is skill min required and 126 skill max required.
 
Top