Recent content by yunusowic

  1. yunusowic

    Aura buff durations

    There's a problem with my computer, it wont start. I will try your idea when I get my PC fixed. How about a permanent immolation on dummies? When a unit takes damage and the damage source is dummy I will cast speed spell on them for 1 second. Like you said dummies have locust on them and I'm not...
  2. yunusowic

    Aura buff durations

    hi, i need help on a spell i'm making. It's basically a blink which leaves a trail between the casters point and target point for x seconds. Any allied unit who walk through the trail will have increased AS and MS. I create dummy units which have Slow Aura (Tornado) (75 AoE) but there is a...
  3. yunusowic

    Charge Skill problem

    Set Target[(Custom value of (Triggering unit))] = (Target unit of ability being cast) I moved this to top of the first triggers actions and its working.
  4. yunusowic

    Ordering a unit to cast a spell when a unit is targetted

    Enrage Cast Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Halt Actions Unit - Create 1 Dummy of the Map for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing...
  5. yunusowic

    Channel Lightning Effects.

    When your hero casts the spell create a dummy in his position, give it a drain life ability (its lightning effect is changed to Healing Wave), order it to cast drain life to target unit of your ability. Make the duration of drain life same as your buff spell. Make its casting range 999999...
  6. yunusowic

    Charge Skill problem

    Yes, didn't work. It is closed when the distance is <= to 150. What do you mean by first time? It never works right but when the periodic trigger is first started it works right for one time. I added Destructible - Create a Summer Tree Wall at TPoint[(Integer A)] facing (Random angle)...
  7. yunusowic

    Selfdestruction - damage not working

    Yes you can use damage area. If its still not working the problem might be what chanta45 said.
  8. yunusowic

    AOE spell with buff on caster

    Drain life, mana etc. for unit targeted. Shockwave and Carrion Swarms for point targeted but they're not channeling.
  9. yunusowic

    Charge Skill problem

    I made this charge skill and it works fine. But when i cast, the hero goes to this certain point in the map. It will not charge to the target but it charges to this point. And stops when it reaches that point. Here is the trigger. Enrage Cast Events Unit - A unit Starts the...
  10. yunusowic

    Playing walk animation while sliding a unit

    thank you Romek. It works perfectly but it seems my custom model has a problem with its walk animation :(
  11. yunusowic

    Playing walk animation while sliding a unit

    Ok. I've looked to thousands of topics but couldnt find anything really useful. My problem : I want to play a units walk animation while its sliding. Unit - Move Unit[(Integer A)] instantly to (Point[(Integer A)] offset by 15.00 towards Angle[(Integer A)] degrees) I'm using this action...
  12. yunusowic

    how should I go about doing this?

    Deneme Events Unit - A unit Is attacked Conditions (Unit-type of (Attacking unit)) Equal to <Your unit> Actions Unit Group - Pick every unit in (Random 3 units from (Units within <AoE of your skill> of (Position of (Triggering unit)))) and do (Actions)...
  13. yunusowic

    Making Your Map Can Kick Out People Automatically

    You could make a mini quiz in the beginning in your own language, if the players answer is false you will defeat him/her.
  14. yunusowic

    Won't kill unit

    Do you have a revive system? Maybe it is being resurrected after it dies.
  15. yunusowic

    Won't kill unit

    i cant see any mistakes here. Unit - Add a 2.00 second Generic expiration timer to u[0] Try puttin this under Set u[0] = (Last created unit)
Top