Recent content by Laiev

  1. Laiev

    Hey Dirac, miss you and the old times here :) hope you're fine those years!

    Hey Dirac, miss you and the old times here :) hope you're fine those years!
  2. Laiev

    a stomp ability that reduces manna to 0

    Stomp Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to (==) Electro Magetic Pulse (guardian) Actions Set TempPoint = (Position of (Triggering unit)) Set TempGroup = (Units within 450.00 of TempPoint matching...
  3. Laiev

    Data editor slow - duplicating units, editing values, ...

    Data itself, I got confused because you said that on October, and my editor was different :P But it's ok.
  4. Laiev

    Data editor slow - duplicating units, editing values, ...

    This field ("Show Advanced Values") doesn't ever exist for me, can someone show some print of it please? :)
  5. Laiev

    Can Armor be Calculated?

    Don't do that if you're using ANY index system.
  6. Laiev

    Why Won't This Work?

    set p = GetConvertedPlayerId(GetTriggerPlayer()) call TriggerAddAction( gg_trg_Player_Exceeds_Max, function PlayerExceedsMax(p) ) This will not work, TriggerAddAction can't get any argument, you'll need to pass it through a global.
  7. Laiev

    SC2 Names

    I did :P
  8. Laiev

    SC2 Names

    Laiev#688 NA
  9. Laiev

    How far are you?

    I'm with my nerfed Demon Hunter at 60 at Inferno act 2 and too lazy to lvlup other :( sorry Nes if I leave you in the process lol
  10. Laiev

    Spell Deflect

    To make this spell to work, change: private function H2I takes handle h returns integer return h return 0 endfunction to private function H2I takes handle h returns integer return GetHandleId(h) endfunction
  11. Laiev

    how can I get this effect?

    You could use the Chimera Lightning Attack, by Blizzard.
  12. Laiev

    Timer String leak how do I remove the leak?

    You can't remove the string leak.
  13. Laiev

    Tutorial How to get the "Compress Names" optimizer function work

    Attach the images here and use it, it don't work using the attachment of Hive.
  14. Laiev

    Unit to integer

    GetHandleId return the id of that handle, which is much bigger then just 8190.
  15. Laiev

    Snippet Angles: Cone

    Want the simplest way to explain what 'cone' means here? Breath of Fire (base skill of Warcraft), you're done.
Top