• 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.

Custom Item Class?

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 65
Joined
Jan 18, 2005
Messages
27,290
Hash tables let you store values to 2 integers. Itemtypes are integers. Thus from the item type you can attach and retreive a value, which I would call class.

In the pick up trigger, you check if a player has 2 or more of the same class item by getting all the item classes from the item types and if there is a match then drop or switch items.
 
Level 2
Joined
Jul 10, 2009
Messages
10
Agreed, I need such a system for my ORPG, and the tutorials on this site do not explain it enough (the hashtables one)
 
Status
Not open for further replies.
Top