Recent content by SutinG

  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.

    After doing some searches in the forum I've realized that I'm not the only one that has happened this bug, but apparently there isnt a direct solution. I will try to merge some trigger as you say or use another event :S Thanks!
  3. SutinG

    Strange BUG in the WE.

    Sorry for not answering before Dameon but I've been busy. After some tryouts I've realized that when I add a trigger, even a simple trigger like this one (even without actions): Events Unit - A unit begins casting an ability Conditions Actions It stops ALL the triggers that has "Map...
  4. 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...
  5. 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...
  6. SutinG

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

    Thanks Dameon, but I've already tried that and it doesn't work... I can buy the item without any restriction.
  7. 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...
  8. SutinG

    Detecting any chat message

    Thanks Amn!
  9. SutinG

    Syncing Integers. Help please.

    nvm, i decided to do other thing...
  10. 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.
  11. 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...
  12. SutinG

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

    Thanks! But I'm having a problem... It's possible to activate/deactivate the skill without interrupt the current order of the Hero? What I mean is, if the hero is currently moving to a point (or attacking) and I do this: Unit - Order (Triggering unit) to Special Sylvanas Windrunner - Activate...
  13. 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
  14. 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...
  15. 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!
Top