Search results

  1. B

    System Precise Damage Counter

    If the units are healed and one unit deals all the damage, shouldn't that unit have 100%?
  2. B

    Iconpack Gauntlets

    How about now?
  3. B

    Iconpack Gauntlets

    Sort of like that?
  4. B

    Iconpack Gauntlets

    So I needed icons for some of my items in my map and I decided to make them I think they turned out surprisingly well, actually. Just a simple recolor and clean up. Icons are based off of Blizzard's 'Advanced Unholy Strength' icon. Both the BTN and DISBTN's are included in this pack. File...
  5. B

    Spellpack The Dark Lady

    mapguy, the user can change the abilities in the end so it doesnt matter if its overpowered in the testmap.
  6. B

    Spell Energy Field

    Isn't keg also easy?
  7. B

    A "Swap" system, needed ? (From a command in "DotA" ;))

    This seems really useful, though I think you should have a constant to see if you want items to switch over, and also a constant if you want the heroes to unlearn all their abilities.
  8. B

    Spell TimeWarp (with Videos)

    This system (well, at least when I used the All-time template) stops working for heroes that revive. EDIT: Nevermind, its just the All-time template.
  9. B

    Tutorial Z-Factor and Proper Late Game Balance of Power

    Wow, I actually never really paid much attention to the 'Snowballing and Z-factor' before reading this tutorial. I just thought that it was natural, but you proved me otherwise. +Rep
  10. B

    System stringPlayer

    Correct me if I'm wrong, but shouldn't the order of these two lines be switched around? set playerNamesColored[i] = playerColorStr[i] + playerNames[i] + CLR_END set playerColorStr[i] = tempPlayerColorStr[GetHandleId(playerColor[i])] EDIT: Tested. It won't work unless you switch them around.
  11. B

    System BuffStruct

    ...when are UnitStruct, UpgradeStruct, and DestructibleStruct coming?
  12. B

    Removing and Adding Ability Problem.

    Did you make sure you retrieved the struct data in the second trigger correctly?
  13. B

    Spell Electric Shield

    I don't really get what you mean by the first part of your post. Move everything that you quoted from my code into the '//stuffs here' comment and call the function in the periodic trigger or do you mean something else?
  14. B

    Spell Electric Shield

    Bump
  15. B

    Spell Electric Shield

    Any feedback on the actual spell?
  16. B

    Spell Electric Shield

    Ah, forgot to update that. There WAS a known bug, but it was fixed. I'll update this soon and remove all the "this.variable" stuff. EDIT: Updated. All the "this." were removed and I also added a configuration option where you could not do the damage by trigger, but instead have a dummy cast a...
  17. B

    Spell Electric Shield

    The bug happens when you cast it multiple times with the same unit. Apparently the first cast kills the dummy units on the next casts when it ends. I don't know the cause of this bug right now though. EDIT: Fixed. In the loop where I destroy the orbs I forgot to end the loop. Uploading the new...
  18. B

    Maximum Mana?

    You can set the values to negative.
  19. B

    Spell Electric Shield

    Thanks for the heads up.
  20. B

    Spell Electric Shield

    Electric Shield I made a spell about three years ago called Shock Shield, which was coded in GUI. This is an attempt to replace it. (Plus it's my first spell submission thats in vJASS) The caster concentrates his energy into the form of orbs that circle around him for a duration. If an orb...
Top