Search results

  1. N

    Items opening doors

    Hey. Im trying to make a trigger that would open a door when an item of a certain type is placed in a specific region, then if its removed it would close. Is this possible, if so how would I do this?
  2. N

    Casting custom spells

    I want a unit to cast a healing wave ability every X seconds. I don't know how to make the unit cast it though. The "Issue order targeting a unit" has ability's like "Orc Shadow Hunter - Healing Wave" but they do not work and I don't know how else to cast it.
  3. N

    Casting custom spells

    Ive tried that, custom spells aren't included in the drop down list.
  4. N

    Casting custom spells

    Hey. I've been trying to get a unit to cast a custom spell whenever the cooldown is up or cast it every X seconds but have had no luck. Is anyone able to help?
  5. N

    Unit to perform spell when attacked

    Not sure what you mean by what kind of ability. I copied the Blink ability Maiev uses and just changed the values like cooldown, range and mana cost.
  6. N

    Unit to perform spell when attacked

    Hey. I've been trying to make a unit cast blink at a random point in a region when attacked. I have the first part, how to trigger it to cast it but I don't how to issue the order. Trigger Events Unit - A unit Is attacked Conditions (Owner of (Attacked unit)) equal to Player...
  7. N

    Item Help

    Im sure >.< I cant set it to an artifact because there is more than 1 item-type being used.
  8. N

    Item Help

    Still doesn't work >.< Players are able to pick up more then 1 of the item.
  9. N

    Item Help

    Has the same effect as the other one.
  10. N

    Item Help

    anyone else able to help?
  11. N

    Cliff Texture Question

    Just a quick question. I know its possible to change the tileset, but is it possible to change the clifftype tileset
  12. N

    Item Help

    I tried that, The hero drops the item as soon as he gets it even if he doesn't have one already.
  13. N

    Item Help

    One more question. How do I make an item unique (players can only carry 1 of that item type at a time)
  14. N

    Item Help

    thanks :)
  15. N

    Item Help

    Knew it was something simple! Thanks :) Also 1 other thing, been trying to make an item respawn when its picked up though haven't had much luck :/
  16. N

    Item Help

    Heya, This is probably a simple thing to do but I cant figure it out. I'm creating a maze map (just to learn how to use the editor) Different terrain does different thing when walked on, so for lava it does damage. This is the script I have setup Lava Events Time - Every 0.05 seconds of...
  17. N

    Creating X Amount of units

    Look at my above post....
  18. N

    Creating X Amount of units

    Anyone able to help?
  19. N

    Creating X Amount of units

    Ok, I got another question. I have multiple triggers to summon each type of unit (footman, frostwyrm, archers, etc) Is it possible to put a limit on how many can be spawned. Say the limit was 20 They could summon 20 footman, or 10 footman, 10 frostwyrms, or 10 footman, 5 archers, 5...
  20. N

    Creating X Amount of units

    I tried. But i sat there for ages looking through the GUI list trying to find the right ones. I found most of the except for ones like "(Substring((Entered chat string), 1, 1)) Equal to -" "Set number = (Integer((Substring((Entered chat string), 2, (Length of (Entered chat string))))))" ---...
Top