Recent content by LuckyStrike

  1. L

    HammerFall Spell

    Thanks a lot ! (Mersi vb pe mess)
  2. L

    HammerFall Spell

    Hi, i want to make a spell base on cluster rockets, using stormbolt hammers as missiles (that i know how...), and i want the effect of the spell to be like the hammers are falling from the sky such as the shards from blizzard spell. Any idea how to do that?
  3. L

    Illusion ability

    How can I make an ability based of "item illusions" spell that casts more than one illusion and gives a specific pasive skill to them(like slow in my case)? I can't find the spell in the order unit trigger so i can't use dummy cast. Thanks in advance!
  4. L

    chain manaburn

    I've copied triggers from Glenphir's map to mine, i made the variables and copied dummyes, but i got some script errors, the ones with bold. Did I miss something? set udg_RandomUnit[udg_TempInt] = GroupPickRandomUnit(udg_UnitGroup[udg_TempInt]) call CreateNUnitsAtLoc( 1, 'h001'...
  5. L

    chain manaburn

    Chain ManaBurn Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to ChainManaBurn Actions Set ManaGrup = (Units in (Playable map area) matching (((Target unit of ability being cast) has buff Spirit Link) Equal to...
  6. L

    chain manaburn

    And how do i add the buff to the secondary targets?
  7. L

    chain manaburn

    Ok, how can I make the trigger that the dummy casts manaburn on every target hit by the chain lightning ?
  8. L

    chain manaburn

    Hi, I want to make a chain manaburn spell, but i don't know some things: - what base spell should i use? (chainlightning or manaburn?) - how should the trigger look like? Thanks in advance.
  9. L

    Linear damage between 2 points

    Uff....thanks man...:D It woks just perfect! Thanks all!
  10. L

    Linear damage between 2 points

    Untitled Trigger 002 Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Slash Actions Custom script: local location udg_TempPoint Set TempPoint2 = (Position of (Triggering unit)) Set TempPoint2 =...
  11. L

    Linear damage between 2 points

    And if I want the caster to be teleported to the ending point of the shockwave? Lets say my shockwave has a 900 distance and i cast it at 600 range...with this trigger my caster will be teleported at 600 range right? Hhow should the trigger be made so my caster be teleported at the final point...
  12. L

    Linear damage between 2 points

    I'm trying to create a spell that does damage in a line between the caster and the targeted point, in the same time teleporting the caster to the targeted point, but i got some bugs and i think I'm doing it the wrong way... Anny ideas how to do it right ? Untitled Trigger 002 Events...
  13. L

    ability buttons

    The pathing was the problem :), thanks guys.
  14. L

    ability buttons

    I've got a problem, i have imported a new icon on my map, and when i set it for my ability it goes well until I press the menu button(f10), then it will become a green square. What's the problem? Pls help.
  15. L

    Missile view

    I want to create a spell similar to Flare from clockwerk goblin (dota), but i don't know how to gain vision of the missile. Anny help pls :D:D? Edit: Srry for posting in the wrong section:(
Top