• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Is there a way to get item's base

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
OK, titles a bit vague, but say if u copy a tome. the result will be

I000:tdex (Tome of Agility)

Can i get tdex inside of a trigger?
 
Level 10
Joined
May 27, 2009
Messages
495
I000 is the current Item ID(type) of the item which in this case, Tome of Agility

so you'll use 'I000' (within apostrophes) in jass or Item Type in GUI
If you use tdex.. it will get the item which has an id of tdex

so probably no.. unless you indexed those base ids in a table or such
 
Status
Not open for further replies.
Top