Search results

  1. W

    Skill error

    I want to make a skill like thunder clap, but it also activates war stomp simultaneously. But this created errors as the followings doesn't work. (The war stomp didn't come up) What is the solution?
  2. W

    Why several professionals put the code Custom script: call remove...

    Why several professionals put the code Custom script: call remove...(udg_...) is it essential? Is there any codes to replace it? Also, what is GUI, MUI, and JASS? Is GUI = Graphical User Interface?
  3. W

    (cf000000) |[SPELL]| Demonic Purge (Finished!)

    Here's one of the first of my own made skills (although this one is from DotA). Trigger: Skill Icon In action: Enjoy it!
  4. W

    ICE SHARD and WALRUS PUNCH

    I'm a newbie in programming (although an informatics olympiad student) and how do we make this in GUI? Let me explain. The ice shard is the skill, the projectile moves to about 1600 range, damaging units that are in its path, at the end it created some ice shards to block the enemy (See...
  5. W

    A Periodic Event 1 Lumber per 1 minute

    I've made it like this: EVENTS Every 60.00 seconds of game time ACTIONS: Pick every player in (All Players) and Do... What?
  6. W

    Demonic purge

    There's a skill in DotA named Demonic Purge. After the Purge duration ends, the target will receive damage. I've tested it using this trigger but it didn't work... How can I solve this?
  7. W

    How do I make an item combination system? & Quelling Ability

    In most popular (and unpopular) maps, the item can be combined. What triggers do I need to activate this? For Example: A + B -> C Then how do I make the Quelling Blade ability? The one that can chop trees down.
  8. W

    Make Bounty Gold

    I'd like to make a bounty for every creeps killed. But how? Although I have set the gold, but the money didn't come up when I killed it. Here's the screenshot of the stats: Then I tested (the Loading Screen is normal, thanks for the tutorial on TheHelper :) ) Here, when I lasthit the...
  9. W

    Hero revival - gui

    How do I make a hero revival trigger? If the player is Player 2,3,4,or5 it will spawn at the region X. If the player is scourge (7,8,9,10) it will spawn at region Y. I have made the regions and the triggers as follows: Next, what?
  10. W

    Gyrocopter's missile (dota)

    I am planning to make a skill (from DotA 6.68 and above). The skill is targeted to an enemy unit. 1) It will create a dummy missile that will not move for 3 seconds. 2) The missile will move towards the enemy unit with (522). 3) The missile has 3 HP, that can only be attacked by heroes. 4)...
  11. W

    Spawn different kinds of creep every x minutes

    Hello there... I wanted to make a trigger that for the first 10 minutes of the game, every 30 seconds, it spawns 10 Jahrakal (Level 2) creeps on the center of the map. And the next 10 minutes, the creeps spawn will be Broodmother (Level 3). Next 10 minutes, Jahrakal Berserker (Level 5) and so...
  12. W

    [SKILL] Haste + Command Aura

    I am making a skill which when the Hero activates it, the Hero will get additional movement speed + command aura around the Hero. I based it on Wind Walk, I have removed the Wind Walk buff. 1. Will the invisibility be dispelled when I remove the Wind Walk buff from the skill? 2. How do I make...
  13. W

    How do I make a melee map with custom units?

    I have made a 'melee' map, but I have added some custom units. I also made a trigger that if a player types "naga" (without apostrophes) the Town Hall and starting units will be replaced with Naga ones. The problem is, I cannot ensure victory and defeat conditions like a normal melee map. Any...
  14. W

    Introduction

    Hello... Wira is here... I'm from Indonesia... I join this forum to improve my ability to make Warcraft III maps. I'm currently working on a hero arena, here is the screenshot. [/url][/IMG] I have a problem dealing with the scoreboard feature and the win/lose trigger. Unfortunately I haven't...
Top