Search results

  1. Faust

    Wireless stopped working on laptop

    The wireless network became messed up on my mothers laptop, I couldn't figure it out, maybe you can... So, when we open up the list of available wireless networks, they appear, ours appear (Automatic) I press connect, the bar shows up that it's loading, but the loading is endless... I...
  2. Faust

    Minimize all vs show desktop trouble

    I made a "custom" toolbar, which servers the same purpose as "Quicklaunch", but I could drag this one to the top of the screen, and I really like (feels more like ubuntu :shades: ) There is one problem though: when I right click on the taskbar and choose Show desktop, or use a custom made...
  3. Faust

    IDE to USB connecting failure

    IDE to USB connecting failure (external harddrive isn't recognized by win xp) Windows doesn't recognize my "external" hard drive (from my old pc, for which I don't have a monitor right now...). I plug in the IDE cable to the hard drive, then the electricity, and then to USB, but windows keep...
  4. Faust

    Reinstalled xp on laptop, no sound

    I guess many people have problems with this... So, I reinstalled windows xp on the laptop, of course I have no goddamn sound, which is baaaad. Everest>Multimedia>PCI / PnP audio says I have a Intel 82801GBM ICH7-M - High Definition Audio Controller [A-1] sound card(?). Of course I tried...
  5. Faust

    Monitor dead, can be replaced with laptop?

    Last night my monitor suddenly went black, the blue led was still going though, so I don't think it's a power related thing. It has happened to me before, once a couple of weeks ago, but restarting the computer solved it... not this time. Is there anything I can do to try to fix it (without...
  6. Faust

    OS messing up - randomly minimized full screens and unactive windows

    I don't know where exactly it started, and I have no idea how... A few days ago, kinda. I also googled it, and found nothing, nothing even remotely similar... So if I play a game (doesn't matter what), from time to time it just minimizes. It's like when you press Alt+Tab (I obviously...
  7. Faust

    Windows Live Background Change

    So, today when I tried to log on with my fine working 8.5 version, a pop-up told me I HAVE to update before continuing.. So I gave in and downloaded this horrible @&#!ing teenager tool 9.0. It sucks balls, yes... But at least I could use it, if it didn't have BRIGHT WHITE EYE-RAPING...
  8. Faust

    Disable Attack Index

    I can enable an attack index in game by giving the unit some kind of orb ability (like orb of venom ability for example), which enables melee heroes to attack air. Can I disable attack index ANYHOW? I need to be able to switch between the 2. :\ I hope it's possible without replacing the...
  9. Faust

    "Nova"-like code messed up

    EDIT: Shiiiiiiiiiiit, I put i > 0... fixed... but they still only move ~400 distance. EDIT2: Meh, I calculated the timedlife duration myself, now it's fine... Well, any optimization recommendations? EDIT3: Well, timedlife is okay (I tested with visible units), but for some reason the fan...
  10. Faust

    Inline question

    Can I make private function A1 takes nothing returns nothing set udg_Player = GetOwningPlayer(GetTriggerUnit()) call GroupEnumUnitsInRange(G, GetUnitX(GetTriggerUnit()), GetUnitY(GetTriggerUnit()), 800, Condition(function IsUnitAnEnemy)) loop set bj_lastCreatedUnit =...
  11. Faust

    Problem with attaching to Unit and Timer (together)

    Hey. I'm creating a small, damage over time system for a race in my map. Using PUI and ABC. I'm trying to test it with an archer, that has Poison Arrows -like ability (so I can check for buff). When I damage a unit with an attack, it should create a struct for it, if the struct already exists...
  12. Faust

    I invite you to fight some kickass space battles

    There is an excellent game, not too widely known, called Star Trek Bridge Commander. It's very detailed, good graphics, quite fun! But it's getting a little bit boring against bots. I wanted to show you a battle, but all that were on youtube sucked, so I made my own recording :P...
  13. Faust

    Looking for a FOUR ARM model

    I need something similar to the first boss in this video: http://www.youtube.com/watch?v=dO7S98ocADg The 4 arms are the most important. :) If you can find me anything remotely similar, I would be happy ^^ I checked hive but didn't find anything :O Thanks!
  14. Faust

    Doubt holocaust!

    Why are you called a monster if you doubt holocaust? These so called "holocaust deniers" are put on a domestic terrorist level... Ridiculous. I used to "believe" in it, when I was younger... But then I discovered some people's doubt, theories and such... Try to actually think about it and do...
  15. Faust

    Global warming - climate change - bullshit?

    Please refrain from commenting or debating or whatever without watching the video all the way through. Personally, I actually enjoyed it, it's very educational, it explains a lot, and although I may not agree with ALL its points, I think everyone should see it. After watching the video, let's...
  16. Faust

    Special Effects with GetLocalPlayer() ?

    Since the only functions with Special effects I know of are DestroyEffect and CreateEffect, I suppose it's impossible, but I still need a workaround or something other ingenious. I need to Hide/Destroy/Create (either of the three) special effects LOCALLY. I can't really just replace them with...
  17. Faust

    Spellbook with disabled passive ability -> lag

    scope StarBurstRockets initializer I private function C1 takes nothing returns boolean return GetIssuedOrderId() == OrderId("immolation") endfunction private function C2 takes nothing returns boolean return GetIssuedOrderId() == OrderId("unimmolation") endfunction private...
  18. Faust

    Stop 'Channel'

    How do you stop channel? I can't really replace it, I have a bunch of abilities that use channel (effects triggered). Stop didn't do anything, neither did setunitpositionloc Tried to pause-stop-unpause, nothing. It has casting time AND follow through time.
  19. Faust

    Autocast system lags

    scope AutoCastSystem initializer I globals private region R endglobals private struct ACS //! runtextmacro PUI() integer array orderidN [3] integer array orderidP [2] integer array orderidAOE [2] integer array orderidI [1] unit caster endstruct...
  20. Faust

    Redirect order "system"

    scope RedirectCast initializer I private function IsUnitAnAlly takes nothing returns boolean if IsPlayerEnemy(GetOwningPlayer(GetFilterUnit()), udg_Player) == false and GetUnitAbilityLevel(GetFilterUnit(), 'Aloc') == 0 and IsUnitType(GetFilterUnit(), UNIT_TYPE_ANCIENT) == false then...
Top