Search results

  1. W

    Skill that penalties armour?

    like when a hero hits a unit(attacK) then his armor will drop Kinda like Item Armor Corruption orb, but i can't use that one
  2. W

    Skill that penalties armour?

    is there a wc3 skill that penalties armor (passive)?
  3. W

    Math Question

    so im doing a dashing skill, and it dashes in the angle of what the caster is facing.. so are these the right way to get the Cos and Sin values? set cast[hid]=GetTriggerUnit() set cos[hid]=Cos(GetUnitFacing(cast[hid])) set sin[hid]=Sin(GetUnitFacing(cast[hid]))
  4. W

    Single Targeted Silence?

    Does anyone know which skills silences a unit ( single targeted )
  5. W

    Units Range is not what it is?

    so i set the range over 1000 and it's as if it never changes, the unit's range should be somewhere around 800 but it's more like 300 in game for some reason heres the test map
  6. W

    Are these items possible?

    which ability do i use for number 2?
  7. W

    Are these items possible?

    Item 1: Increases Movespeed, attackspeed, mana and hp regeneration for awhile, then reduces all of them bellow normal. Type-Charged(like clarity potion) Item 2: 5% damage reduction for 10 seconds. Type-Charged(like clarity Potion) Item 3: Type=Permanent 15% magic...
  8. W

    Event-Unit takes damage but only by an attack

    still, that system is unable to detect if the unit was damaged by a normal attack
  9. W

    Event-Unit takes damage but only by an attack

    really? you mind post it ?
  10. W

    Event-Unit takes damage but only by an attack

    is there a way to tell if the unit was damaged by a normal attack and not a spell of some sort? cuz that would suck if you can't :/
  11. W

    Method Operators?

    oh so it takes a value then feeds out a something else and you would do something like scope HELLO private struct test unit hero method operator [] takes unit u returns string return GetUnitName(.hero)+GetUnitName(u) endmethod endstruct private function...
  12. W

    Method Operators?

    static method operator [] takes string s returns integer return I2S(s)*5 endmethod ^ i have no idea if thats right, lol im just randoml putting something in what a method operators? i've read the jass helper manual tihngy but it still didn't clear things up, what can operators do? and...
  13. W

    Vex's Optimizer makes the game unhostable?

    dam that didn't work :<
  14. W

    Vex's Optimizer makes the game unhostable?

    i checked all of them all of them
  15. W

    Vex's Optimizer makes the game unhostable?

    im using 4.8 and yes i can host it if i don't protect it
  16. W

    Vex's Optimizer makes the game unhostable?

    So i optimized my map with vex's optimizer ( all options checked off ) and when i try to host it, it says Game not Found.. Is there something im doing wrong?
  17. W

    Westfall Server Down?

    Is it me or is the westfall server down? and if it is does anybody know when its going to go back up?
  18. W

    Skill - Have an %chance to deal an extra X damage?

    is there a skill that has a chance to deal extra damage upon attack?
  19. W

    Change a Unit's range?

    ya something like dota troll warlord but what ability would do that?
  20. W

    Change a Unit's range?

    is there a way to change a units attacking range? from like 100 to 600?
Top