Search results

  1. Sjaakje

    Need one opinion (spell)

    Third ultimate imo, because the others resemble the normal abilties a tiny bit too much or just seem boring (no offense).
  2. Sjaakje

    Clear Text

    What exactly doesn't work? Just so you know, clearing the screen only removes Game texts, not texts written by players.
  3. Sjaakje

    Shiva Blast

    What does the item do? Not everyone plays dota.
  4. Sjaakje

    Game Interface

    Is the Use Custom Game Interface box checked?
  5. Sjaakje

    Creep Spawning

    what exactly doesnt work?
  6. Sjaakje

    Spell Request (Wind Walk Caster)

    You could give wind walk the Slow Aura (tornado) buff so it doesn't have a buff and then make a trigger to every 0.20 seconds add your buff to your unit if it doesn't have it currently. That same trigger before adding the buff checks if the unit is doing the wind walk spell and if it doesn't it...
  7. Sjaakje

    How do I set a higher lumber cost for upgrades?

    To what amount of lumber cost are you trying to change it? And the solution is probably something in Gameplay Constants, have you checked in there?
  8. Sjaakje

    local player with sound?

    I've seen maps where only one person heard a certain sound, so it should be possible. Not completely sure how, you're probably on the right track.
  9. Sjaakje

    Spell request, well a little more than just one.

    And the maximum range of the bungee cord is how much? About 500? 800? 2000?
  10. Sjaakje

    Triggered spells

    First of all, start all triggered spells with the event A unit starts the effects of an ability Next, the first ability is a simple Pick every unit matching (matching unit is a hero equal to true < boolean condition) and do action - Set life of (picked unit) to 50% Then fix the leak Custom...
  11. Sjaakje

    True randomness in WC3

    Every function calls a total random seed. In test maps, however, this is not the case unless you uncheck "Use Fixed Random Seed" in preferences.
  12. Sjaakje

    zeppelin and ship waves

    You should issue the boat an order with a point and then the issued order should be Unload and the point the nearby shore.
  13. Sjaakje

    I can't set Custom Game Interface

    Are you sure you've ticked the Allow Custom Values when you open the Game Interface window? Also, what editor are you using?
  14. Sjaakje

    Size Matters :-)

    I never understood the maul game type, what exactly is it? Could someone explain?
  15. Sjaakje

    Food Limit.

    in the object editor go to Stats - Food Cost and set that to 0
  16. Sjaakje

    Dialog with all players

    I find it hard to get how both you and futeki failed to understand what I typed in that post. INSTEAD of having 9 events in the second trigger, you make that action in the first trigger at the end of it (inside the final loop) which CREATES the 9 events for the second trigger in ONE action...
  17. Sjaakje

    Visibility and Movement Speed increase on Spell

    Yep but you can just make the faerie fire have 4 levels with different durations and then set the level of Faerie fire to (Level of Vicarious for (Triggering Unit)), and THEN have it cast it. Btw, it saves time doing Triggering Unit instead of Casting Unit, seeing as the triggering unit is the...
  18. Sjaakje

    Dialog with all players

    saves time.
  19. Sjaakje

    Dialog with all players

    Aniconic, since you seem to be loving saving time by using integers, you could even make it shorter by adding to the first trigger in the final loop the action Trigger - Add to Clicked the event Dialog - A dialog button is clicked for Player_Dialog[(Integer A)] saves you from having to make the...
  20. Sjaakje

    Visibility and Movement Speed increase on Spell

    First of all, always do Starts the Effects of an Ability Secondly, Doom is one of blizzard's notorious bugged spells. It often doesn't work right with triggered spells. Third, what exactly isn't working? According to the trigger, you will have visibility over the current position of where the...
Top