Search results

  1. S

    Copying Regions

    There are some strange things that happen when copying regions. 1. when I copy and paste a region it halves it's size, quite annoying to have to do it double sized in the first place if you want to copy it multiple times. Is that behaviour normal for everyone? 2. if I select multiple...
  2. S

    Question about custom command aura

    Hi, I had some problem with my barrage ability. It wasn't applying it's bonus damage at all, which I could not really solve. So I decided to give the dummy self-only command aura to avoid creating 10 dummys for 1 ability. I set the command aura damage bonus fields to 0/1/2/3 etc. The...
  3. S

    How to make "yellow" building attackable?

    Which field would I need to change in the object editor to make, for example, murloc huts, which you need to attack by forced attack instead of simple right click, to be attackable by right click?
  4. S

    My first vJass spell, doesn't work, need help

    Hi, This is my first vJass spell and for some reason it won't do as I want it to, in fact, nothing happens at all. It parses, so I guess I must have made some error on my side, but I can't find it atm. The spell is supposed (at first, for testing) to pick every unit in a 500 aoe, damage every...
  5. S

    How to get spell target x/y ?

    Hi For units, I can use GetUnitY() and GetUnitX(), however, for spells I am only able to find GetSpellTargetLoc(), on which I could then use GetLocationX(), and GetLocationY(), but I wonder if there might be an easier way which I overlooked. Greetings Saldu
  6. S

    Barrage Bonus Damage not applying

    Hi, I've got a spell which spawns a dummy unit which does 24-24 damage with its normal attack, is ranged, has a missile attack, etc, and receives the barrage ability with a trigger. the multi target attacking part of the barrage works perfectly fine, however, the bonus damage which it is...
Top