Search results

  1. W

    Problem with a variable

    I have an integer variable called "AInteger". After I used it on couple of triggers, I suddenly cannot choose it from the variable list. When I click and existing action using the variable, there is just an empty space where the variable should be. Worst of all, when I try to re-create the...
  2. W

    Admin rights in windows 7

    A simple question: what is the simplest way of getting full administrator rights and total control in windows 7? Right now some asshole called TrustedInstaller is challenging me and blocking me from what is rightfully mine. I can't even install some programs because all the folders belong to him.
  3. W

    Computer won't boot

    I just finished building my computer, and now the damn motherboard won't boot. When I turn on the PSU the red light on start button starts burning, but when I press it nothing happens. Could this be PSU's fault? I have some fans directly connected to it, but they will never run. Should they?
  4. W

    Problem with RAM

    I have a big ass CPU cooler that is taking the space for first RAM slot, A1. My other three slots in the order are A2, B1, B2. I know I have to use dual channel and install the pair of RAMS to the slots with same numbers. Now the question; Does it matter if I leave A1 and B1 empty and only use...
  5. W

    Choosing the right cable

    My graphics card has Dual Link DVI-I slot and my monitor has DVI-D. Should I buy a Dual Link DVI-D cable to connect them?
  6. W

    How many fans are needed?

    Well I'm building a computer, and I was just wondering how many fans are needed? I already have two, one in GPU and one in CPU, is one for the rest enough? Also if my power source has a fan, does that only work for it or for the other things too?
  7. W

    32-bit vs 64-bit

    I'm building a new computer to run newest games at least moderately and I need to decide whether I take 32-bit or 64-bit windows 7. I already know some of the pros and cons of both systems. 32-bit can't have more than 3gb RAM, 64-bit doesn't have this problem but some programs don't work on...
  8. W

    A spell with minimum cast range

    Is there any spell that has minimum cast range and no side effects? Only one I can think is blink, but it moves the caster..
  9. W

    Weird bug with windows XP

    About half an hour ago I was browsing internet when I suddenly got blue screen of death. It said something about windows error, and then rebooted the computer. However, when it started again, nothing happened after the bios screen. It was like there was no windows xp on my hard drive at all...
  10. W

    Locust unit and vision

    I have a dummy locust unit (unit A) that is supposed to attack an another dummy unit (unit B), but for some reason unit A won't attack unit B unless unit B is within unit A's sight range. This is just retarded, because the player that owns the units has vision over both of them. I gave unit A...
  11. W

    Some rare classification and allowed target?

    I have unit that has an area of effect ground attack, and I have another unit who is supposed to die to this area attack. What classifications the dying unit should have so that it is not affected by anything else and won't die before that special attack kills it? Same with the attack, what...
  12. W

    An undispellable buff?

    Is there any hardcored ability that gives buff which can't be dispelled or purged? Also I want it to flash when the duration of the buff is ending, so I can't use auras.
  13. W

    Single target damage spell with projectile and no side effects?

    Yeah well, I basically need some ability that has a projectile, is single target, deals damage and has absolutely no side effects at all. I'm sure something like that exists, but I just can't figure it out.. Also it needs to be able to damage own units, so I can't use death coil..
  14. W

    Two questions

    1. Is it possible for two handles to have same ID? If so, what is the chance of this happening? If it's not possible, can the map run out of unused IDs? 2. Is there a way using timers (or something alike) in the place of waits? Something that is much more accurate than the TriggerSleepAction...
  15. W

    Calling function that is lower?

    For the sake of simplicity I will use this code: function asdf takes nothing returns nothing call fsda() endfunction function fsda takes nothing returns nothing call asdf() endfunction How can I make the upper function to be able to call the lower function without syntax...
  16. W

    Dummy unit height problem

    I have a dummy that should be on the same height as the caster, but if those two are on different cliffs one of them will be lower than the other. How can I set my dummy unit's height not dependant on the cliff beneath it? Or better yet, somehow get the real height of the unit (the caster...
  17. W

    Unit bouncing back from walls?

    How can I make unit bounce from a wall to the right direction? I basically got this dummy unit which is moved by periodical triggers towards a target location, but if it meets a wall in the way (unpathable terrain) I want it to bounce back from it. What I tried was checking the angle between...
  18. W

    Making units with wander not panic

    How can I make units with wander not to panic and run away when a friendly unit gets damaged nearby? The unit damaged can still run like a headless chicken, just the other units nearby shouldn't react to that in any way.
  19. W

    Problematic triggers

    I have a sliding part in my map, and players are supposed to be able to cast spells while sliding. What I have is: 1.) A slide trigger that moves the unit every 0.03 seconds with SetUnitPosition. 2.) A trigger that detects when unit is issued a spell order and turns on trigger 3 and turns...
Top