Search results

  1. L

    event: unit finishes channeling an ability

    does that exist? i have a trigger that deals damage, using the event starts the effect of an ability. but this ability has a 2 second channel in front of the cast. i want the damage to be done after the cast. adding a wait in front of triggers causes malfunctions... is there a way...
  2. L

    in wich order do triggers fire?

    i have 2 triggers. a critical trigger. it uses a damage detection system, and basicly is a copy of critical strike. when you have the buff Lightning slash active, you will satisfy the condition of the 2nd trigger. wich also uses the DDS. the 2nd trigger adds the damage dealt back to the...
  3. L

    floating text leak...or not?

    simple question: does this leak? leakornot Floating Text - Create floating text that reads ((String((Integer(tempreal[1])))) + !!) at temppoint[1] with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency Floating Text - Set the velocity of (Last...
  4. L

    how to detect bash

    title sais it all. how do i detect when a unit is bashed. i need to be able to detect the unit who is bashed, and the unit who bashes
  5. L

    Hashtable help

    ok, befor i start, this is the FIRST time i am using hashtables, and the first time im working with knockback. scenario: i have a tower that has a normal attack that has knowckback. the knockback is working like a charm. i'm using a hashtable for this knockback. the problem: once the...
  6. L

    leak check

    can someone do a leak inspection on this trigger? lightning tower Events Time - Every 0.15 seconds of game time Conditions Actions Set tempunitgroup[1] = (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Lightning tower 1))...
  7. L

    aura failiure

    i bumped on yet another small issue in my map: i have an aura based of trueshot aura, but it fails sometimes. i noticed it fails whenever there is a massive spawn of dummies near it. so the dummies take the aura, and the units (towers) who are suppossed to get it have to live without damage...
  8. L

    find the leak

    hi guys, i've started making maps agian and i noticed my skills aren't as good as they were, and i've come across a problem... in the following trigger i a aleak. with these redicoulsy high values it executes somthing very much. the first time it works good, but after 3-4 times, the game...
  9. L

    way to detect wich unit an illusion belongs to.

    when i cast mirror image, is there a way to find out who the illusions belob to? (wich unit). i found a way with unittype comparison, but that only covers the MUI being of a spell only by 99%... i want to be able to order the illusions through trigers, i need a way to identifie these...
  10. L

    yet another random question (question about random)

    is it possible to crate a line of numbers in random order, for instance i need 40 numbers in random order 5 17 32 18 2 10 28 . . . without having any doubles? i can think of 1 way... but, well it is a loop with legth 1000 checking if the number has already been used, and it...
  11. L

    special effects casue my spell to malfunction:S

    i have this spell that summons a decent amount of illusions, but i wanna have some effects on them when they spawn, pretty easy, not? when i use this line: Set temppoint[1] = (Position of (Summoned unit)) Special Effect - Create a special effect at temppoint[1] using...
  12. L

    clone(illusion) spell ideas needed

    Ideas: 5/7 hi, i'm making a spellpack with only spells that use clones(illusions) i've got my first spell finished, this first spell creates a circle of clones arround the targeted unit and then 1 by one run at the target. (idea "stolen" from xenim666(did sent him a PM about this, no reply...
  13. L

    order unit: dont attack?

    is it possible to give a unit an ability or an order that will prevent them from attacking, yet remain visible, targetable, selectable?
  14. L

    floating text leak?

    does this leak somehow? Else - Actions Special Effect - Create a special effect at temppoint[1] using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl Floating Text - Create floating text that reads Miss! above tempunit[1] with Z offset 0.00, using font size 10.00, color...
  15. L

    add locust through triggers?

    a whole lot of questions in the last 2 hours:P, anyway, is it possible to add locust to a unit through triggers? earlier i searched for locust in the object editor, but couldnt find it... neither does it appear in the list of the trigger editor...
  16. L

    cast itembased skill through triggers

    well, is this possible? i have a skill based of the wand of illusion skill, but i cant find the skill in the list...
  17. L

    attachment point: origin, an alternative?

    i have a skill based of bloodlust with a buff that looks like purge on the origin of the target. this looks great on simple units like wisps and stuff, but... sometime they get lightning at thier ass, sometimes a yard in front of them... it just doesnt look nice, is there an attachment point...
  18. L

    ally hitting line damage skill

    im searching for a skill that ALLOWS you to target your own friends. so i'm basicly looking for a breath of fire, carrion swarm, or shockwave that will also damage you own unit, and your allies units, but still also deals damage to enemies... ^^^^that was a hint, i tested these 3;)^^^^
  19. L

    selectable uncontrolable targetable unit

    how do i make a unit uncontrollable for the owner, yet targetable for the ennemie. this unit has attacks and abilities. the abilities will be triggered to autocast.
  20. L

    misspelling issue??

    (Current order of (Damage source)) Equal to (Order(attack)) for some reason this condition prevents a triger from firing.. the damage source is attaking, the event is right.... for some reason it doesnt work..
Top