Search results

  1. S

    Would ADORE suggestions for an Ultimate!

    I'd say you really need an active spell, and something with poison: Envenom The Satyr releases poison which enchants his blade. His current illusions also release poison, although the poison is in a much weaker state due to the weaker form of the illusions. Every unit attacked recieves a...
  2. S

    How to have a chance to reduce armor?

    E: A unit is attacked C: Attacking Unit Has (The Sunderer) Equal to True A: If (Random integer between 1 and 100 Lesser then or Equal To 15) Then Set TmpPoint = Position of Attacked unit Create A Sunder Dummy for Owner Of Attacking Unit at TmpPoint Unit - Add a Generic...
  3. S

    I Need An Icon

    Try http://www.hiveworkshop.com/forums/resource.php?t=57445&prev=s%3DIllidan%26d%3Dlist%26r%3D20 I know it's not Mirror Image, but it's the closest I could find.
  4. S

    a unit comes close to another unit then knock the unit away

    You could try knockback tutorials, which describes what you're looking for.
  5. S

    Trigger Debug? I can't figure out why this is happening...

    You could try to place the buildings at Map Init to make it run the trigger, maybe that could work.
  6. S

    Need help with trigger-based ability

    Make a silence ability with the same AoE with the Cluster Rockets spell, give the dummy unit the spell in the object editor and do the following:Cluster Silence Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Cluster Rockets...
  7. S

    King of the Hill timer

    I think it should be because of the array size, because there isn't any other mistake there. If it's size is=1, then it can only handle 1 player(in this case, player 1). Try it :P
  8. S

    Adding text to transmission?

    I think they rewrite the message; just adding the new text on the second transmission. (P.S:I sometimes couldn't catch up to that text and...don't like it?)
  9. S

    Illidan Request

    I think there's something called "WoW Model Viewer" but I'm not sure if it's illegal to use it due to copyrights etc.
  10. S

    Importing Units in WEU Enhancer

    You somehow enabled raw code. Go to Object Editor->View-> Uncheck "Disable as Raw Data"
  11. S

    Setting Alliance.

    Player Group - Pick every player in empire and do (Actions) Loop - Actions Player Group - Make (Player group((Picked player))) treat (All players matching (((Matching player) is in empire) Equal to True)) as an Ally with shared vision Why shouldn't you be able to...
  12. S

    B.net Hosting Limit

    I don't think there's a limit for LAN.
  13. S

    Setting Alliance.

    Player Group- Pick All Players in Empire and do (Actions) Player Group - Make (Picked Player) treat (All players matching (((Matching player) is in Empire) Equal to True)) as an Ally with shared vision Do the same for legion.
  14. S

    timer?

    Yeah, I think it's the variable.
  15. S

    a couple of questions...

    A unit enters Region 000(Region Inside your CoP) Actions Unit-Kill (Entering Unit) Unit-Create 1 Holy God for (Owner of (Entering Unit)) facing Default Building Degrees
  16. S

    timer?

    You didn't declare the timer; you got to split the trigger into two(waits are never accurate). First, create a timer that goes as far as before the wait. Set the Dying Unit into a Unit Array variable, and then create another trigger. Also make the timer and the window arrays to make it MPI, and...
  17. S

    Item Trigger help me

    http://www.thehelper.net/forums/showthread.php?t=58826 Orc Tamer's guide to recipes. Should be useful for ya.
  18. S

    Create a random item in a region. Help

    Item-Create Item[Random Integer Number Between 1 and 4] at Center of (Playable Map Area)
  19. S

    -Armor in object editor?

    Shift click the armor value in the object editor, enter a minus value and voila!
  20. S

    Missile creation request

    http://www.hiveworkshop.com/forums/resource.php?t=49072&prev=s%3DHammer%26d%3Dlist%26r%3D20
Top