• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

type

  1. Raining Outside

    Question regarding projectiles, and a few other questions

    Hello! I just started experimenting with the editor for the first time in years. It's so exciting to open up the editor again, it confused me when I was a teenager but looking at it now it is incredibly powerful and intuitive. I have a few questions. I was experimenting with making it so that...
  2. u wot m8_

    How do i make an aura that affects a specific unit type/s?

    Let's say i want an aura that only affects troll headhunters and grunts, but doesn't affect any other unit type near it. Is it possible to do that? if so, then i'd like to know how. Thanks in advance.
  3. Macadamia

    Lua : assigning a string to a variable containing a number ?

    Hello there, it's me again about Lua. I am asking this because I have not found the answer to this question, and before messing up my whole map for testing this, I just want to know if it is possible. As variables don't have types in Lua and only values have types, can I do this : a=5...
  4. Dispatcher

    File types

    Can someone pls explain to me what excatly is a tgp,jpg and blp files are and how you use them?
  5. Peach Schnapps

    [General] Help with more specific Terrain manipulation through JASS/Triggers

    Would it be possible to be more specific in how I want to manipulate terrain than with just regions? I'm really just concerned with changing out tiles, I imagine through JASS this is possible? o_O EDIT: Idk if I'm asking my question specifically enough, say for instance I want the grass...
  6. Ricola3D

    Patch 1.31 : how to convert "ability" type to its raw code ?

    Hello, Patch 1.31 gives new natives that return "ability" type. For ex: native BlzGetItemAbilityByIndex takes item whichItem, integer index returns ability However, most of old natives only use integer type (for ability id/raw code) instead. Is there a way to convert get the raw code from a...
  7. Krakenn99

    RPG Items - main hand slots etc.

    I want to make RPG items that have different slots like main hand, off hand, chest, head ect. ... For my main hand I have set all items to be level 4. So if any items are main hand items their level is ''4''. Why is the following trigger not working? How do I fix it? Mainhand 4 Events...
  8. Azsure

    [Solved] Loop not working, has diminishing return results

    Hi, I'm having a strange problem with a loop trigger I made recently, the idea is as follows: 10 trees are spawned randomly across the map at initialization, those 10 trees will spawn another 100 trees each, one after the one, forming a chain to simulate a randomly generated forest. To do this...
Top