Search results

  1. C

    Change unit class?

    well, I used your suggesting (same one form another thread) which led me to this problem :P. the unit is still targeted as ground
  2. C

    Help me please with this polymorph trigger

    I only hide it because it was that way in the original trigger, it is not needed. It's ok if it's 0.27 seconds :P
  3. C

    Change unit class?

    Hi all of ya! How do I change a unit from ground to flying ingame when using an ability and then back again after the duration? I have tried "add/remove classification" but that simply does not work. Is that Blizzard's evil hard code again or what? Thanks in advance.
  4. C

    Thorns aura against ranged units

    Hi everyone The title says it all; how do I make that? :p Thanks in advance
  5. C

    Help me please with this polymorph trigger

    Yep that one works the same way as "my" trigger, so it works :P. (where I changed some parts from the one added by avalya). A was requested to post it so here it is: Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Multi Polymorph...
  6. C

    Metamorphosis problems

    hmm it seems to work. I have added / removed air / ground class too, but still need a way to alter / remove shadow image as it looks really retarded when the unit flys and the shadow remains at ground level :-/ EDIT: Okay found that the unit will act like a ground unit when order over higher...
  7. C

    Metamorphosis problems

    Well might try add and remove although it makes no sense. But again, if it works.... vJass = over my head... sorry
  8. C

    Metamorphosis problems

    As mentioned I made the Hero's movement flying too. I have tried using 0 sec for unit duration but it doesn't change anything I'm afraid... Might try Storm Crow form.
  9. C

    Help me please with this polymorph trigger

    gonna check that out. :P I guess waits and periodic events cause lag. EDIT: well I found that a wait is required :-/
  10. C

    Metamorphosis problems

    Hi all. I am trying to make a hero fly (when using an ability "Levitate"). The ability should make the hero move slower but become flying as mentioned. I just made a copy of the Hero and slowed movement speed and addad movement type - flying and movement height - 250 and targeted as - air...
  11. C

    Help me please with this polymorph trigger

    Nevermind I solved it myself. Just added more actions after a 0,1 wait. And don't tell me that you may not put waits into loop actions XD it works.
  12. C

    Help me please with this polymorph trigger

    that's because most people don't solve my problems to be honest hehe, or I don't post so much :-/. Anyways I got one problem I just found: The trigger only morphs one unit in total! how can that be with the loop action?
  13. C

    Help me please with this polymorph trigger

    omfg -.-' LOOOOOOOOOOOOOL. I found out that the reason why it did not work is because my AoE of the ability is very small (50 AoE). So even though the unit appears green (going to be affacted) it does in fact not become morphed. Don't know what relation there is between actual AoE an the...
  14. C

    Help me please with this polymorph trigger

    wtf?? you're right. How can that even be lol? Okay gonna check both tips tomorrow :D
  15. C

    Help me please with this polymorph trigger

    Hi everyone. I have had this trigger suggested in another thread, and I was given a map which proved that the trigger works. However it does sometimes not work in the example map I had. in my own map it never works :(. Can anyone tell me what is wrong with it? It should cause units affacted...
  16. C

    Hey What's wrong this this one?

    Okay thanks you guys. I am going to check the triggers and the test map. I am sorry I've caused some confusion when speaking about Earthquake; it should not be like some channeling spell :P. More like Light Strike Array from DotA. So no periodic events needed. EDIT: The maps works, just one...
  17. C

    Hey What's wrong this this one?

    Okay thanks you guys. I am going to check the triggers and the test map. I am sorry I've caused some confusion when speaking about Earthquake; it should not be like some channeling spell :P. More like Light Strike Array from DotA. So no periodic events needed.
  18. C

    Hey What's wrong this this one?

    To Dameon: the spell does not require mana To Kaboo: wouldn't that cause some delay between each cast? The unit can't cast polymorph so quickly. It should cast at once like Earthquake (affacts all units at once in the AoE) To Laiev: Why the distance thing? And wouldn't that trigger only...
  19. C

    Hey What's wrong this this one?

    HI everyone. I am working on a spell that should cause all units affected to be polymorphed (using dummies). It is an AoE spell and my trigger looks like this. Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Multi Polymorph (Level...
  20. C

    A trigger that becomes disabled

    I have made it work perfectly now by the dummy unit. I use some crowded trigger that 30 times says: add special effect to VARIABLE(frostarmorcasterr) that variable is defined when the unit casts the ability and on death frostarmorcaster = no unit. so it works hehe. But you're right. good idea to...
Top