Recent content by BarzahdX

  1. BarzahdX

    Can Armor be Calculated?

    Maaaaan, I was afraid of that. *sigh* Thanks guys, that helps a lot--time to get brainstorming again...
  2. BarzahdX

    Help with a skill

    Drunken Haze is an ability that debuffs a unit to move slower and have a chance to miss. There are multiple ways you could implement the on-hit chance proc, but the simplest would be to use the ability "Orb of Slow". Orb of Slow is a passive ability that gives attacks a chance to cast a spell on...
  3. BarzahdX

    Can Armor be Calculated?

    Hello guys, been awhile since I've last been on here, but you've never failed me in the past and I know you won't fail me now! :D I have a simple question/concern; I'm trying to make an ability that does damage based on the caster's current armor, but I can't seem to find Armor as a statistic...
  4. BarzahdX

    In-game Buff Tooltips

    Greetings and salutations, I have had this problem for a very long while(since I started the editor, pretty much,) and I've finally broke down and decided to ask what the dealio is. In-game buffs, the little icons you hover over at the bottom of a unit's info panel; they give you detailed...
  5. BarzahdX

    How Do I Make One Item from Multiple of the Same Item?

    Thank you both for the help, but I actually solved it myself shortly after posting this--sorry for wasting your time. I'll +rep.
  6. BarzahdX

    How Do I Make One Item from Multiple of the Same Item?

    I searched for a similar question but to no avail, I found an answer to my problem long ago, but it only regarded a copy of the item, no more than 2. I forgot to log the page and I can't seem to relocate it. Now I'm sure there's only a little tweaking that needs to be done to get this to work...
  7. BarzahdX

    need Battle - Idea

    I'm sorry that I cannot help you, because I honestly don't know what you're asking, perhaps someone else understands and can lend you a hand. Goodluck.
  8. BarzahdX

    AoE DoT

    If your question is as simple as you made it sounds, just make an ability based off of any AoE DoT spell, of which there are a plethora; flamestrike, blizzard, cluster rockets, to name a few. If you mean a non-channel, than you'll have to have a dummy cast the spell on the targeted location...
  9. BarzahdX

    Raising Corpses and LS Glitch.

    Sorry for the delayed reply, I've just stopped tinkering with it, I was losing patience and everything you said in your last post made no sense to me. :) Sorry. Goodluck with finding your solution, but I'm done.
  10. BarzahdX

    Death Spells

    I don't know how to sense if an ability is on cooldown or not via triggers. The mana would be simple to sense. Personally I would use damage detection, if the damage is greater than his life, and mana greater or equal to a given number, add 2 "Explode-on-death" abilities, one that will heal...
  11. BarzahdX

    Help in Save and Load Systen

    I have not viewed your map, but storing the player's current lumber property in an integer variable would work--if I properly understand what you're asking for.
  12. BarzahdX

    Instant casts (channel ability)

    I don't tinker with channel too much, sorry. Though from what you're asking, I highly advise using Fan of Knives as a dummy--it works wonders for me.
  13. BarzahdX

    need Battle - Idea

    That's a very big and general question, I'll need you to elaborate, or you can download the DotA Template, if that would help.
  14. BarzahdX

    Quadruple attack

    Hmm, that's a toughy--I would use damage sensing to sense how much damage the caster deals with it's next attack, then make dummies to create the animation and trigger the damage. EIT: Though I'm sure there's an easier solution I'm unaware of. :)
  15. BarzahdX

    Trigger Crashing My Map

    Yeah I was considering that, didn't think ti would be a big deal, but that's an easy fix, so thank you for that.
Top