• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Item ID --> Name of Item (1 Viewer)

joojoobee

A Member to Remember
Joined
May 15, 2016
RedCents
4,237¢
Is there a way, if you have the ID of an item to get the NAME of that item?

This would be an item I DO NOT have in my bags, on my character, or in the bank.

Tx,
JJB
 
Hmm not sure about via MQ2, but I think Lucy's and eqresource's items are stored via Item ID #. So you could swap in the item # you want to check

Cloth Cap = Item 1001 = https://items.eqresource.com/items.php?id=1001
Lambent Stone = Item 10000 = https://items.eqresource.com/items.php?id=10000
Archon's Conflagrant Bracer = 152008 = https://items.eqresource.com/items.php?id=152008

eqmule also added those Lucy links to item stat boxes which are item number based. Maybe that window/feature can be used to get names.
 
Last edited:
Great ideas... but didn't work. These are items NPCs are holding. Lucy and Eqresource.com sadly do not have those! I checked both-- they return nonsense.

it's from the following call:

${Spawn[NPC_Name].Equipment[7]}

That returns an integer. It must be an internal DB for NPC equipment... these are not "drops" per se... but weapons being held. I am trying to determine the kind of weapon...

Thanks though!

Any other ideas anyone...

JJB
 
I'm guessing the Equipment ID is kicking back a graphics ID so the computer knows what to render.

I tried this on myself:
INI:
/echo ${Spawn[Gandalf].Equipment[7]}

/echo ${Me.Inventory[7].Name}

/echo ${Me.Inventory[7].ID}

And got:
  • 101270
  • Scaled Soulrender Vambraces
  • 151283
Skimmed the raw data on lucy for the Vambraces, but didn't see any reference to 101270. Maybe eqmule or somebody that's run an emu server would have more info on the Equip ID.
 
Question - Item ID --> Name of Item

Users who are viewing this thread

Back
Top