Search results

  1. PooBucket

    Teleporting Animations

    Yes, I have already tried that, and again, the Blood Mage only does it when he is at the targetted position, even if I put the slightest wait there (I vaguely said at the beginning of the thread). That's because he will start with stand (at his position), then queue the twirl (at destination)...
  2. PooBucket

    Teleporting Animations

    Basically Channel except triggered to act like Blink (to avoid complications with that spell). However, when cast, the Blood Mage will either only do the animation when he is at the targetted location or the other way, he won't do an animation at all, because he will try to do stand and the...
  3. PooBucket

    Teleporting Animations

    Hey, I've been trying to make a teleport spell look more flashy. You guys know how the Blood Mage sometimes twirls around when he attacks? Well, I've been trying to get a spell to teleport anywhere but also use that animation. I've been trying the JASS function but to no success (unless I get...
  4. PooBucket

    Making this spell - MUI

    I see. So obviously the loops are to go through each running instance of Stupefy, but how does Stupefy3 work as an index when it is changeable between A/B (I don't get that btw). And how can it refer back to the previous running instance if the indexes don't match up to Stupefy2... I mean, when...
  5. PooBucket

    Making this spell - MUI

    Do you mean by using the function For Each Integer Variable, it includes A and B together? Problem is I don't quite get what For Each Integer A/B means... :o And so does that mean Stupefy3 does not have an initial value? Btw I didn't find that link very helpful :o... probably cuz I don't...
  6. PooBucket

    Making this spell - MUI

    Sorry to disappoint you, but I'm illiterate in JASS :P It looks so complicated! D: I'll spend quite a while translating all that... A few questions (and perhaps more later... cuz I'm not extremely great at this stuff...) What's that imported dummy thingie? Also, I don't understand how...
  7. PooBucket

    Making this spell - MUI

    Hey. This is a spell that is from Harry Potter which I've been mucking around with but I can't get it to be MUI (seems complex..:S lol). It's an aiming spell (that is, not homing like most of Warcraft spells - Storm Bolt, etc) which when comes close to a target, stuns and deals damage to it...
  8. PooBucket

    iv thought of it now :), make brill aura with 3 different buffs ^^. thanks though! appreciated :)

    iv thought of it now :), make brill aura with 3 different buffs ^^. thanks though! appreciated :)
  9. PooBucket

    Mpi

    bump;)
  10. PooBucket

    Mpi

    That's all and great thanks :D, but the problem comes when there are certain levels to brilliance aura :P If level of brill = 2 then set mana bonus level to 2. But if one player's brillance aura is level one and the other player's is level 3 then they'd overwrite each other :(. Is it possible...
  11. PooBucket

    Mpi

    Brilliance Aura is from the Archmage hero, but I made a few bonuses for this one. Any units under brilliance aura gets +100, 150, 200 mana capacity. When Archmage learns it he gets +3 int per level. It's simple, but for all players to use is kinda tricky. Unless I make one trigger for player 1...
  12. PooBucket

    Mpi

    ArchmageType is player unit, so therefore, yes it is an integer. "Isn't it just easier etc..." Well... that's what I've done, but more than one person could use the Archmage Hero and get brilliance aura, thus the units will always have the extra mana capacity. I've used the "spellbooks" mana...
  13. PooBucket

    AOE Spell using trigger....

    Make a Unit Group with conditions enemy units. Pick all and damage all picked units.
  14. PooBucket

    Building that spawns

    Don't put Do Nothing :rolleyes: Spawn Unit Events Time - Every few seconds of game time Conditions Actions Unit Group - Pick every unit in (Units in (Entire Map matching [Matching unit = Barracks)) and do (Actions) Loop - Actions (Unit - Create 1 Footman for (Owner of (Picked...
  15. PooBucket

    Mpi

    Brilliance Aura Events Unit - A unit Learns a skill Conditions (Learned Hero Skill) Equal to Human Archmage - Brilliance Aura Actions Hero - Modify Intelligence of (Triggering unit): Add 3 Set ArchmageType = (Player number of (Owner of...
  16. PooBucket

    Terrain Height Trigger

    I think it's possible because in Predator (a survival game), the Naga Siren makes a huge hole instantly and everything goes down with the elevation. After a while it pops up instantly to its previous state. Advice please :)
  17. PooBucket

    Impale Height

    Custom script: call SetUnitX (Get udg_ChargeHero[udg_ChargeMUI])(), GetLocationX(udg_ChargeDist[udg_ChargeMUI])) Custom script: call SetUnitY (Get udg_ChargeHero[udg_ChargeMUI])(), GetLocationY(udg_ChargeDist[udg_ChargeMUI])) ChargeDist is point variable. ChargeHero is a unit variable...
  18. PooBucket

    Impale Height

    call SetUnitX (Get udg_ChargeHero[udg_ChargeMUI])(), GetLocationX(udg_ChargeDist[udg_ChargeMUI])) call SetUnitY (Get udg_ChargeHero[udg_ChargeMUI])(), GetLocationY(udg_ChargeDist[udg_ChargeMUI])) How do I make the Get - Get my variable? Dno how to make proper syntaxes D:. Done everything...
  19. PooBucket

    Terrain texure back to normal

    Hey THE_X! :D Set etc = (Terrain type at (Center of (Playable map area))) Environment - Change terrain type at (Center of (Playable map area)) to Lordaeron Summer - Dirt using variation -1 in an area of size 1 and shape Circle Create timer (waits if you don't mind not MUI) then change...
Top