Search results

  1. Wummi

    Is this a problem with my computer's hardware?

    When I play World of Warcraft (WoW) on my laptop computer, it runs normally. However, during summer when temperatures are higher, and I go to some areas of the game (in WoW) where the graphics requirements are higher, or when I join a raid where there are also many players showing on my screen...
  2. Wummi

    Can a spell based on a region be MUI?

    I have an ability that goes something like this: (it is basically something like Dota's Crystal Maiden's Freezing Field ultimate) (If someone knows how to make and can show me that spell (in MUI) of course, that would be even better) Spell info: The spell is channeling. Lasts for 10...
  3. Wummi

    How to make a "Tossing" ability?

    If you've played DotA, I'm referring to Tiny's toss spell. For those who haven't, the spell is a point/unit targeted spell (like impale). The hero picks up a unit near him, throws it in the air in a nice, high arc and it lands at the target location of ability being cast. How can you make that...
  4. Wummi

    Enlarging a special effect possible?

    1)Is there a way of enlargening a special effect created on a point or unit? 2)Is it possible to enlarge an attachment special effect on a unit? For example, if my unit Peasant has a special effect Frostmourne weapon attached to his (hand,left), is it possible to make it larger so that the...
  5. Wummi

    Destroying a Unit Group Array

    How do you destroy a unit group array? I know how to destroy a non-array unit group with "call DestroyGroup(udg_UnitGroup)" but what is the code of that unit group is an array?
  6. Wummi

    Is it possible to create a region in-game?

    Is it possible to create a region when a unit casts an ability, then center the region on the unit, and then (optional) destroy it afterwards? My spell is based on centering a region on a unit when it casts a spell, and then creating random special effects in that region during the duration...
  7. Wummi

    Can this ability be made into MUI?

    This is a skill. I don't know if it is possible to be MUI because it requires a region called "CheatBox" to be moved to triggering player, because I create special effects within the region, because I have no idea how to do so otherwise (I mean, making special effects appear randomly in a 1000...
  8. Wummi

    The emo disconnect bug

    I have this really emo bug that has pissed me off to no end in my map. The bug does this when played with more than 1 player: After the game starts, for some amount of time (usually within the first 3 minutes) suddenly, on MY screen, everyone "left the game". However, on the OTHER players'...
  9. Wummi

    How can you make this spell MUI

    The spell is called Gaze of the Eye, belonging to the hero Sauron in my map. Yes, Sauron from Lord of the Rings. So basically, when the hero uses this spell, he is paused, and he "summons" his gaze, which is a big circle of power. Now, the player can move that circle of power (no collision)...
  10. Wummi

    What is an ubersplat?

    Does anyone know what is an Ubersplat? You can find it under the Actions menu, like Ubersplat - Create an ubersplat at center of Region 001 Has anyone ever played the map "Mutation Aeons" before? In that map, every time a hero dies, the big word "SPLAT" appears on your screen, and fades...
  11. Wummi

    Dummy Casting question

    Can dummies cast Hero Spells? For me, my dummies are not heroes, but if you give them hero spells via triggers, then order them to cast it via triggers, will it work? For me, it doesn't work, but I hear from some other people that even though they are regular units they can still cast hero...
  12. Wummi

    How to make a unit not die by an attack more than its max HP?

    I have a Fortress in my map, and I want it so that when its HP becomes less than or equal to 10000 (of 50000 maximum HP), another trigger turns on. However, some of the enemy creeps have damage above 25000 and they can practically 2 shot the Fortress, and the second trigger never gets a chance...
  13. Wummi

    Does Interger Loop work with a Wait function?

    For the following trigger: Random Trigger Events Conditions Actions For each (Integer A) from 1 to 10, do (Actions) Loop - Actions Set Temp_Point = (Center of (Playable map area)) Special Effect - Create a special...
  14. Wummi

    Removing an item from a shop

    Is it possible to remove an item from the shop after it is purchased? For example, if someone buys a Bracer of Protection from the Goblin Merchant in my map, I want the item to disappear from the shop, not to restock. How do I go about doing that?
  15. Wummi

    HTML Text link question

    How do you link a word to a site? Or more importantly, to an attached file to a post in a forum. For example, if I have a word "Youtube" in my post, how could I make it so that it is hyperlinked to www.youtube.com And for example, if I have a file and I say "Click here to download" and I...
  16. Wummi

    Reincarnation vs Real Death

    Is reincarnation detected by the event "A unit dies"? I have a minigame where there are 10 heroes and they all have an ankh of reincarnation. I want the game to end when all heroes have died. So in the start, the interger variable HeroCount is 10. Trigger 1: Event - A unit dies Conditions...
  17. Wummi

    Map Optimizer Glitch?

    I've been trying to use Vexorian's map optimizer on my map because it is truly too big to be putting online. However, no matter how I optimize it, when I try to host my map, it's not there. I mean, the file that I saved it under is empty whenever I try to host it in Warcraft 3. The file is...
  18. Wummi

    Hashtables

    Is there a hashtable tutorial in the repository? I can't seem to find one. So if there is, can someone give me the link please? Thanks. If not, can someone tell me what a hashtable is, and what it's used for and why does a spell like knockback need a hashtable?
  19. Wummi

    Ubersplats?

    Can someone please tell me what ubersplats are and what they do, and what do people usually use them for? Also, what is the difference between: 1) A unit begins casting an ability 2) A unit begins the effect of an ability 3) A unit finishes casting an ability How do you use them apart...
  20. Wummi

    Variables - Interger VS Real

    Hi guys, I don't know much about computer programming language, and I am confused between Real and Interger variables. What is the difference between two of them? They're both numbers, and I don't know when to use a real or interger variable. And another question I have is that when I make a...
Top