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

item-type

  1. RadimX

    [General] Limit Items of certain type for player

    Hi everyone, in worldeditor there is a trigger which allows me to set limit of unit-type for players. My question is: Is there any trigger to set limit of item-type for players? I can't find similar trigger :/ Idea is that player can build certain building containing items and I want to set...
  2. lolreported

    [JASS] Modify Item-Type Tooltips

    Has anyone figured out how to modify the tooltip of an item-type, if even possible? A workaround exists maybe? The natives modifying item data only takes an item parameter, not item-type/integer. native BlzSetItemExtendedTooltip takes item whichItem, string extendedTooltip...
  3. Uncle

    [Solved] Trouble with Item-Type Hashtable (Remove item from Marketplace with it's ItemID)

    EDIT: Got it all working. Accidentally deleted most of the post but here's what I was having issues with. Didn't know how to remove/add Items to and from a Marketplace using Item Integers from my Hashtable. Figured it out: Custom script: call RemoveItemFromStockBJ(...
Top