Search results

  1. R

    How to get ride of that leak ?

    Hi, I've the following "shard" of trigger : Unit Group - Pick every unit in Temp_Group_ToHeal and do (Actions) Loop - Actions Unit - Set life of (Picked unit) to ((Percentage life of (Picked unit)) +...
  2. R

    Loop problem - Healing-weaks spell

    Hello, I've been trying to get this spell working but the problem is that it does only trigger once completly (few low-hp units get healed), and I passed a long time trying to find out what's the problem but can't find it... Basicly this spell takes the weakest allied units near the guy with...
  3. R

    Unstunning ?

    [Solved] Unstunning ? Hi, I'm trying to remove the buff "Stunned (Pause)" or "Stunned" via : "Unit - Remove Stunned/Stunned (Pause) buff from (Target unit of ability being cast)", And I realised that even when removing (or trying to do so), the buff "stunned/stunned (Pause)" is present...
  4. R

    Is there a way to detect that my hero attack units ?

    Is there a way to detect that a hero damages a certain unit ? I do know : E - (added event unit) takes damage C - Attacking unit = myhero My trigger can be bypassed by the fact that another unit can damage to the (added event unit) , but the hero is may just be beside and fake-attacking. But...
  5. R

    Spellpack Holy Light & Divine Hammer

    Hi, I just made my 2 first GUI spells (I redone 1 with some Jass), and since both are triggered and work fine, I'd like to share them. My first one gives a healing alternative to Holy Light (%heal + hp regen/dmg/armor for a short amount of time, castable on enemy, for a stunning-only effect)...
  6. R

    JASS stands for?

    Hi, I'm wondering... what does JASS stand for ? I searched and only find those : - Java Audio Synthesis System and - JavaScript Accessible Style Sheets And since I don't think it's any of those, I'm asking, BTW I did search on wikipedia en+fr, sourceforge, thehelper, google.
  7. R

    Icons ?

    I remember having seen a tutorial about how to create icons with photoshop, but smoothly explain, where we undestand everything (they explain every step), I just did 10 minutes search on thehelper and wc3campains and didn't found it. Did someone seen it ? plz report if so lol =S
  8. R

    Spell not working...

    Hi, I made an ability based of Command Aura (but the ability isn't an aura anymore) that makes that everytime a unit hit something, friendly unit beside the hero (which have the command aura buff named "Divine Hammer") get healed, but I tryed my trigger and it isn't working. Here it is : Divine...
  9. R

    Wondering... 12 players AoS ... ?

    Hi, I'm wondering, how can we makes 14 "players" AoS (like Desert of Exile and Adventh of Zenith), where there is a (6 + creepteam) vs (6 + creepteam), and even before there was in a 6v6 version of dota, neutral creep, so that could go up to 15 "players"....
  10. R

    Is my spell MUI and Leakless ?

    Hi, I just did my first spell (I'm proud of it even if it's low on trigger ^^), and I'd like to know if he's MUI and If no, how can I do so, and if you guys can find any leak or any wrong thing. Here is it... My spell is named "Holy light" (no inspiration), but based on the Mountain' King Storm...
  11. R

    Health Trigger %

    Hi, I was wondering, why my trigger doesn't work, here it is : Holy Light Events Unit - A unit Finishes casting an ability Conditions (Ability being cast) Equal to Holy Light Actions If ((Level of Holy Light for (Triggering unit)) Equal to 1) then do (Unit...
  12. R

    Is my trigger anti-leak ?

    I just read most of the triggers leak possible, and finished my first trigger optimisation, and I would like to know what should I change/what Is not correct in this : TopLeftCreeps Events Time - Every 20.00 seconds of game time Conditions CreepsSpawn Equal to True...
  13. R

    Upgrade shop ?

    Hi everyone, I'm wondering : Is it possible to makes a friend shop or a neutral shop selling directly upgrade ? Or we need to sell unit / upgrad and do something via triggers ?, because I tryed to makes a friend building with saleable upgrades with the shops ability and didnt work. Thx in...
  14. R

    Attack-Move problem

    Hi, I'm having problem using Attack-Move order, since in my map, all computer have some units touching others computer without attacking them. Here's an exemple of a trigger ordering to attack. TopLeft Clockwise Events Unit - A unit comes within 250.00 of TopLeftTop 0022...
  15. R

    How do I detect players ?

    Hi everyone, I'm making a 4 forces map (1 user and 1 computer per forces) with pre-placed building. I'm wondering, how can I detect if a player is IN the game, controlling a certain player X (because if no users / computers are choosed to be behind a player X, that player X will still be...
  16. R

    2 ability ?

    Hi everyone, I know my question will look retard for most people here, but I did some research about how to put magical resistance (not immunity) with avatar (in this forum), so I see that It was better with metamorphosis and ruined bracer, but here's my question : How can I put two abilities...
Top