Search results

  1. V

    Hard to edit basic unit attributes

    So I've spent most of my time playing with the data editor, and it seems a lot more powerful, but way more complicated. For example, world editor had a clearly labeled attack area, but now I have to go to the Effects category to change the damage and the Weapons category to change the range...
  2. V

    Dummy caster targeting dead units

    lurker attack Events Time - Every 2.00 seconds of game time Conditions Actions Game - Display to (All players) the text: 1 For each (Integer A) from 0 to 35, do (Actions) Loop - Actions If (All Conditions are True) then do...
  3. V

    Two dimensional array?

    Is it possible to make a multi-dimensional array? I want to have 8 groups of 5, like this: ***** ***** ***** etc. The "make new variables" window just has a checkbox for "array" and a textbox for size.
  4. V

    Mirror Image copy dying

    I have a unit with Mirror Image, and whenever I use it the copy dies instantly. I have a trigger tied to the ability, but it even happens when I disable it. By disabling various things and testing with other heroes, I have found a solution, though I'm confused what the problem is. First...
  5. V

    Spawning creeps at intervals

    Monster Spawn Sweep Events Time - Every 0.50 seconds of game time Conditions Actions For each (Integer A) from 0 to NumSpawners, do (Actions) Loop - Actions Game - Display to (All players) the text: ((String((Integer A))) + ( - +...
  6. V

    Multiple Feral Spirits and Raise Deads

    I have 3 custom abilities based on Raise dead, the only differences are that one summons skeleton warriors, one summons mages, and one summons archers. The buttons are aranged like this: [ ][ ][ ][ ] [ ][ ][ ][ ] [M][W][A][ ] no matter which one I click, the unit casts summom Mages...
  7. V

    Increment hero skills without leveling up

    I'm trying to make a map, where instead of gaining experience and leveling up to get skills like normal, you have to defeat certain bosses. Whenever a player kills a boss, they get to choose 1 of the 5 skills their hero has, and then it adds a level to each skill already had. This way the...
  8. V

    Text - Tooltip - Extended /line break

    How do I insert line breaks into the tooltip? 'enter' is the hotkey to apply the new text, and spamming spaces with trial and error is not practical. I want it to look like this: more specifically On a related note, if there is code that can be put in the text* to line break, there is...
  9. V

    Export units?

    A friend and I are making a map on seperate computers, and we want to know how to make units on one computer, then export them from there and import on the other computer. I know I read about people that work as a team on maps and have terrainers and uniters and coders and etc. I just don't...
Top