Search results

  1. slayer

    Hidden Units Problem

    the event is not the problem, the units does not reappear...
  2. slayer

    Hero revival not working

    Believe me, I've tested, and no, you cannot use triggering unit. Then the hero wont spawn :P But this works:
  3. slayer

    Hero revival not working

    You mean like this? Yes your way works as well.. Resurrection P1 Events Unit - A unit Dies Conditions ((Triggering unit) is A Hero) Equal to True Actions Set ReviveLOC = (Center of Revive <gen>) Hero - Instantly revive (Triggering unit) at...
  4. slayer

    Hero revival not working

    This works: Resurrection P1 Events Unit - A unit owned by Player 1 (Red) Dies Conditions ((Dying unit) is A Hero) Equal to True Actions Set ReviveLOC = (Center of Revive <gen>) Hero - Instantly revive (Dying unit) at ReviveLOC, Show revival...
  5. slayer

    Modify Tileset

    Dirt Events Player - Player 1 (Red) types a chat message containing dirt as An exact match Conditions Actions Environment - Change terrain type at (Center of (Playable map area)) to Lordaeron Summer - Rough Dirt using variation -1 in an area of size 1 and shape...
  6. slayer

    Hidden Units Problem

    Yeah of course, stupid of me, the conditions works fine now, ty :P But the hidden units remain hidden :banghead: I'll attach the test map...
  7. slayer

    Hidden Units Problem

    Nope. They still remain hidden :( Any idea how to fix the conditions btw? They seems not to be working either.
  8. slayer

    Respawning creeps

    I got no solution to your problem but.. Neutral Hostile heroes is always "zeroed" when repspawned in this way, all skills, items and so on is put back to default. I've noticed myself that GUI-creep-respawn triggers overwrite themselves, and less and less creeps is spawned if you are using...
  9. slayer

    Hidden Units Problem

    A simple trigger that hides all units within a region, and after a set amount of time the units should appear again (unhide), but they don't appear. The Conditions should be: All three Demon Gates is dead. Why doesn't it work? What have I done wrong? :confused: I will of course +rep the...
  10. slayer

    Adding abilities

    Object Editor > Units > (Select any unit) > Abilities - Normal > Add Ability. (Freezing Breath e.g)
  11. slayer

    Ability that adds hitpoints

    Ok, now I got it: Create a new skill, for instance; copy bash and zero the values then use this trigger.
  12. slayer

    Ability that adds hitpoints

    Yeah, stupid of me :o You could use triggers, and use the 'Add Ability' depending on hero skill level.
  13. slayer

    Ability that adds hitpoints

    Go into the abilities menu, select items abilities and pick e.g 'Item Life Bonus', make it a hero ability, make it to 3 levels and you're done :D
  14. slayer

    Creep Unit-Type ?

    Cool, now it works perfectly. +rep AceHart, you own! :thup:
  15. slayer

    Creep Unit-Type ?

    I dint realize you needed WEU to do this... :o Attack Undead Level 1a Events Time - Every 8.00 seconds of game time Conditions Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Number of...
  16. slayer

    Creep Unit-Type ?

    Should I put that in a Custom Script Code? Bcs I cant find the topic "matching ((Level of (Matching unit)) equal to 1)" :confused: But I can only choose the "Random Creep Unit Type". Or am I looking at the wrong place?
  17. slayer

    Creep Unit-Type ?

    Sorry but I don't understand how to do this, I'm not so very acquainted with variables :(
  18. slayer

    Creep Unit-Type ?

    Hi! I've made this trigger that spawn creeps as a periodic event. But I need a limit for the amount of creeps that are created regarding their level. e. g. in this case any level 1 creep will be spawned for a maximum of 50 of any creep of level 1. But the limit seems not to be working, why is...
  19. slayer

    Firelord model

    You do not need to overwrite an already existing model, if that was what you meant? I saw this great tutorial about the subject made by some kid that works, I hope that will help :D (or maybe its to basic) http://www.youtube.com/watch?v=2_4vq40pePc
  20. slayer

    Item Max Script

    Hello! I wanted to create a script were items spawn after buying a specific item from a shop. So far so good, it works as intended. But I also wanted to set a maximum of items being created, in this case a maximum of 4 items being created inside the region. I tried to do this, but without...
Top