Search results

  1. G

    Creating a Lightning with Heigh

    Ok, I have found the answer by looking spells w/ lightning effects. The code is smt like this: call MoveLightningEx(udg_Lightning, true, udg_SomeReal[1], udg_SomeReal[2], udg_SomeReal[3], udg_SomeReal[4], udg_SomeReal[5], udg_SomeRea[6]) I should add to D4RKG4ND0LF's rep ^^
  2. G

    Creating a Lightning with Heigh

    And how to move it?
  3. G

    Hashtables & Leap/Knockback/Slide

    Try this as an example. It is quite messy, but I made it by learning GUI-MUI spells with Hashtables. I think this is much easier than using Indexing.
  4. G

    Creating a Lightning with Heigh

    Well, the title says it all. I need to create a lightning with a modifable heigh (Normal GUI function "Create lightning effect" does create a lightning, but that lightning is on ground and I hate it) and action to move that lightning. I read smt that it cannot be made w/e JASS. +rep who...
  5. G

    Detect if unit is in water?

    you can do it in GUI: First set point as unit's location check if the terrain pathing 'floating' is on
  6. G

    Variable as order

    I'll try for tomorrow. Thanks for now, +rep ;) EDIT: Tried, but I couldnt use it. Isn't it vJass?
  7. G

    Variable as order

    but the action - issue unit order targeting an unit only shows concrete orders, and doesnt allow to use variables. I tried to do this quite in JASS, but it simply stop the enemy caster.
  8. G

    Variable as order

    Hello. I'm trying to create a spell. It's a passive ability, which activates only when the Hero is targeted by a unit-target spell. It should teleport an allied creep from nearby, and order the hostile caster to target the teleported creep. So, here is the problem : I can't store an order...
  9. G

    Issued Order?

    Little problem... after much using of such trigger's functions like (Target point of issued order) will leak... first you should save the location of target point in variable, then create a unit and finally remove location.
  10. G

    preloading lag

    I am creating a map. I have CURRENTLY about 10 hereos, each has max level of 45 and each has 5 spells (one 5-level ulty and others 10-level normal spells/skills). I use the way to create the unit at init, bacause lame PCs (like mine) would simply get crushed by casting spell w/ dummy or picking...
  11. G

    Beastmaster help?

    Use trigger with Begins casting ability event (after the effect is started, it's imposible to cancel by using stop order.) and condition with ability being cast to charm, as mentioned above. If the count for the Beasts[Player number of Caster's owner] is equals to 0 then do nothing, else issue...
  12. G

    whaaat is a good popular kind of map

    Popular maps are maps, who has 3 things: 1) It's not boring 2) It's not bugged 3) It has lots of PvP's fights. Thats why DotA is very popular.
  13. G

    Debuff Aura and Mass Cripple

    Simply use negative values of the damage bonus. If you can't use such, then go to Files>Preferences and in the first window it shows check the line with 'Allow using negative values in Object Editor'. It will drop another window, just press OK. I hope I helped :)
  14. G

    Custom Auras?

    Well, im not good in such thing, but I think that magic ressistance should be timed trigger which every 0.04 seconds check for nearby enemies and add the ability made from runed bracer's ability with negative values as above. And to make it limited range there should be two unit groups (Like...
  15. G

    Using the Order as Variable

    Hero learns a passive ability. If spell is not in 'cooldown', there is an ally creep in 1000 AoE and enemy targets the <hero> as a target of unit-target spell, teleports the creep infront of the <hero> and causes the enemy target the teleported creep instead of the <hero>. Is that clear enough?
  16. G

    Using the Order as Variable

    I need it to be the unit-target spell, cuz it should retarget the creep unit. Besides, it should get activated only when it begins casting spell, cuz it should order same order, but another target.
  17. G

    Mui varibles

    use the Unit - Remove Specific Buff function. ^^
  18. G

    Using the Order as Variable

    EDIT : Is it possible to store an order into a variable, and then issue enemy hero use it on another target. PS.: I want to create a passive ability, which would change the target of unit-target spell if there is an ally creep nearby. Please help me!?
  19. G

    The Spell Idea Thread

    Name: Wake Up, Time to Die Type: Target Damage after duration Targets: Enemy (duh?) Description: The <Your Hero> puts target to the sleep, and if target is not awaken before the sleep worns off, it gets blasted. Note: I like the Incinerate (Special) animation for the blast
  20. G

    Two Trigger Problems

    instead of /4 in first one, you should do *.25 and if you need a levels, then ((--*25)* Real level of ability being cast), cause its quite dificult to do the / action less and less.
Top