Search results

  1. SutinG

    Cancel timer for hero revive

    Hi, I'm following this tutorial <http://world-editor-tutorials.thehelper.net/revive.php> for making a trigger that creates a Timer Dialog for revive heroes. But I want to add the possibility to cancel this timer if some player generates some Chat Event. How can I do this? Or is impossible...
  2. SutinG

    Strange BUG in the WE.

    Hello, I'm having a really strange problem in my map and I think that is because of a BUG in the WE. My map and my triggers are working perfectly, BUT when I add a simple trigger like this one: Unit - A unit begins casting an ability Conditions Actions Game - Display to (All players) the...
  3. SutinG

    Stasis trap + Thunder clap

    Hi, I need help for make an ability that works just like Stasis trap (troll witch doctor) but instead of stun the enemy units around it I want that the ward casts Thunder Clap (for slow the movement speed instead of stunning them). Can someone give me some clues about how to do it? Thanks in...
  4. SutinG

    How can I prevent the purchase of an item if...

    Hi, I need to prevent the purchase of an item if the buying hero hasn't some 'X' item... Is this possible? I've seen something like that in DotA. Currently I'm checking this with a trigger and that returns the gold if is necessary, but this isn't a very fancy solution... Thanks in advance. Oh I...
  5. SutinG

    Syncing Integers. Help please.

    nvm, i decided to do other thing...
  6. SutinG

    Detecting any chat message

    Hi, I want to make some kind of joke in a map but I need to detect by a trigger when a player enters a chat message. But the chat message can be anything from an empty string (spaces) or any kind of word. How can i do this? Thanks in advance.
  7. SutinG

    Help with a trigger

    Hi, I need to make a trigger that do something like this but I don't know how... Unit Group - Pick every unit in (Units owned by (Triggering player) of type SomeUnit) and do (Actions) Loop - Actions Set TempPoint1 = (Position of (Picked unit)) // But if there is no picked...
  8. SutinG

    Splash Attack doesn't work with ranged attacks... Why?

    Hi, Just like the title says... If I add the ability "Splash Attack" to a hero that has range attack it doesn't work but with meeles heros it does... Someone knows why this happen? :S Thanks in advance, SutinG
  9. SutinG

    Help with an ability (frost wave)

    Hi, I wanna make an ability like the Shockwave but with a freezing effect... The units hit it by this wave will have their movement speed reduced for a few seconds. Is there any ability in the World Edit that I can use to do this? Or if I have to trigger it can someone give me a clue about...
  10. SutinG

    How to deactivate the auto-cast of a skill by triggers?

    Hi, My question is... Is there a way to deactivate (and activate) the auto-cast of a skill (like the Frost Armor, etc) by triggers? How can I do it? Or isn't possible? Thanks in advance!
  11. SutinG

    How can I obtain the amount of damage made by a skill?

    Hi, Is there a way to obtain the amount of damage that a unit recieves by a skill (like Storm bolt)? How can I do it? Thanks in advance. PS: I'm using GUI.
  12. SutinG

    How can I break a for-loop?

    Hi, I need to know how to break a for-loop. Currently I'm using a boolean flag to do this, but maybe there is an instruction defined by the editor that i've missed. Thanks in advance.
  13. SutinG

    I need help with an ability (make the hero jumps)

    Hi, I'm trying to do a skill but I don't know how to do it. Maybe it's done already and published here but I can't find it. The skill that I'm trying to do is like the ThunderClap but the Hero jumps first to the target area and when he hit the ground then he cast Thunderclap. Someone can...
  14. SutinG

    How to copy, rotate and paste (units)?

    Hello. Someone knows how to "invert the position" of the copied units before paste it? For example: if in my map I have this structures (represented by the X): X1 X2 X3 I want to copy, rotate and then paste it, so that it: X1 X3 X2 Or in a different position... I know...
  15. SutinG

    How turn a unit into a hero?

    Hello, Just like the title says, I want to turn a simple unit into a hero, but I don't remember how... I think that i have to change some field in the Object editor > Unit > "MyUnit", but i don't know wich one is... I know that I can use an existing hero and changing his model but I want...
  16. SutinG

    How can I stretch horizontally a Gate?

    Hello, I want to know if it is possible to stretch horizontally a Gate (X axis) but not make it higher (Y axis)... It's possible? How? I hope I expressed myself well... Thanks in advance!
  17. SutinG

    How to edit a campaign' scenario?

    Hello, I want to edit the terrain from a map of the campaign of the Humans of the Reign of Chaos, but I don't even know if this is possible... How can I do it? Thanks in advance.
  18. SutinG

    AoE of abilities is defined by diameter or radio?

    The value of the AoE of the abilities (Thunder Clap for ex.) is defined by the diameter or by the radio? Someone knows? Thanks in advance.
  19. SutinG

    Which is the best way to do this...

    Hi, I want to stop a unit (dummy) to cast "Tranquility" when some unit interrupt (stun, silence, the hero moves, etc) some ability like the Death and Decay. How can I do that? Thanks in advance.
  20. SutinG

    Help for make a spell.

    Hi, I want to create a Point-targeted spell that works like the Shockwave. But instead of a wave of energy I want to it makes Thunder Claps in his way. I need your help for starts to make it, when i have some doubts I will ask again. Thanks in advance. PS: I looked for something similar...
Top