Razor question: item IDs

Topics related to Second Age
Post Reply
flanker42
UOSA Donor!!
UOSA Donor!!
Posts: 27
Joined: Sun May 13, 2012 12:21 am

Razor question: item IDs

Post by flanker42 »

Hi,

I'm hoping to edit my razor profile's XML file to easily create a sorting agent that will look for every type of scroll there is (rather than having to manually target each).

Does anyone either: (1) have such a list; or (2) know of a database of razor item IDs?

Thanks!

Light Shade
UOSA Subscriber!
UOSA Subscriber!
Posts: 2567
Joined: Sat Oct 23, 2010 12:42 pm
Location: Trammel

Re: Razor question: item IDs

Post by Light Shade »

flanker42 wrote:Hi,

I'm hoping to edit my razor profile's XML file to easily create a sorting agent that will look for every type of scroll there is (rather than having to manually target each).

Does anyone either: (1) have such a list; or (2) know of a database of razor item IDs?

Thanks!
Not sure what you're looking for...but if its a fill spellbooks macro, try this: A macro to fill magery spell books
Image
[20:08] <@Kaivan> We have a ridable Maahes in Green Acres.
[10:00] <TheBreadman> leeds did a takeover on secondage
[10:00] <@Derrick> hax


Tom: Get bad bro

flanker42
UOSA Donor!!
UOSA Donor!!
Posts: 27
Joined: Sun May 13, 2012 12:21 am

Re: Razor question: item IDs

Post by flanker42 »

Thanks Lightshade. I am just looking for a lazy way to move scrolls out of treasure chests and into their own chest for easy NPC selling. I may just need to do some trial and error on the item ID front.

flanker42
UOSA Donor!!
UOSA Donor!!
Posts: 27
Joined: Sun May 13, 2012 12:21 am

Re: Razor question: item IDs

Post by flanker42 »

For posterity, here it is if anyone is curious:

Code: Select all

		<Organizer-9 hotbag="##">
			<item id="7980" />
			<item id="7981" />
			<item id="7982" />
			<item id="7983" />
			<item id="7984" />
			<item id="7985" />
			<item id="7986" />
			<item id="7987" />
			<item id="7988" />
			<item id="7989" />
			<item id="7990" />
			<item id="7991" />
			<item id="7992" />
			<item id="7993" />
			<item id="7994" />
			<item id="7995" />
			<item id="7996" />
			<item id="7997" />
			<item id="7998" />
			<item id="7999" />
			<item id="8000" />
			<item id="8001" />
			<item id="8002" />
			<item id="8003" />
			<item id="8004" />
			<item id="8005" />
			<item id="8006" />
			<item id="8007" />
			<item id="8008" />
			<item id="8009" />
			<item id="8010" />
			<item id="8011" />
			<item id="8012" />
			<item id="8013" />
			<item id="8014" />
			<item id="8015" />
			<item id="8016" />
			<item id="8017" />
			<item id="8018" />
			<item id="8019" />
			<item id="8020" />
			<item id="8021" />
			<item id="8022" />
			<item id="8023" />
			<item id="8024" />
			<item id="8025" />
			<item id="8026" />
			<item id="8027" />
			<item id="8028" />
			<item id="8029" />
			<item id="8030" />
			<item id="8031" />
			<item id="8032" />
			<item id="8033" />
			<item id="8034" />
			<item id="8035" />
			<item id="8036" />
			<item id="8037" />
			<item id="8038" />
			<item id="8039" />
			<item id="8040" />
			<item id="8041" />
			<item id="8042" />
			<item id="8043" />
			<item id="8044" />
		</Organizer-9>

Colombia
Posts: 2
Joined: Mon Mar 15, 2010 7:56 pm

Re: Razor question: item IDs

Post by Colombia »

THANK YOU!!!!

User avatar
Kabup
Posts: 139
Joined: Wed Jan 21, 2009 12:10 am

Re: Razor question: item IDs

Post by Kabup »

THANK YOU :)
Slowly Lord British, ruler of Britannia, rises from his throne. Brushing the dust off of his crown, a concerned realization crosses his face. The rumors are true!

Post Reply