Recent content by komapatient

  1. K

    WLAN funcionality will stop

    Okay I got me a new laptop - officially for studying while en route.. inofficially for playing warcraft while at university... at least I thought, but I have some strange problem. My WLAN adapter seems to switch off when my notebook cpu core reaches 65°C. At least this is my guess. Each...
  2. K

    Is there a way to make only certain units shared?

    This may help you? Trigger 1: ShareUnit Events Player - Player 1 (Red) Selects a unit Conditions (Triggering unit) Equal to YourSpecUnit Actions Player - Make (Owner of YourSpecUnit) treat (Triggering player) as an Ally with shared vision and shared...
  3. K

    How to determine player with most score?

    Well it is not exactly what I needed yet you gave me a simple push where to start ;) There is an absolute high score players cannot exceed - I will simply count through all score values and fill in Player Group array vars like First, Second, Third... +rep for you ;) Now I need a way of...
  4. K

    How to determine player with most score?

    Okay I stumbled over a simple yet confusing question. I have a map where players gain score throughout gaming. When the game ends after a set amount of time I want to see which player has the highest score and nominate him as winner making the others lose the game. The score is saved in a...
  5. K

    Sounds - How to: Create a sound effect only for one specific player?

    Uh my god, I guess I have to read into JASS to solve that.. right now I just put that on my to do List... Too sad, Blizzard didn't put a GUI function into WE.. :-s
  6. K

    Sounds - How to: Create a sound effect only for one specific player?

    How can I trigger a specific sound effect that only one player can hear... For example, I click on a unit, and the sound file is only heard by the player who clicked (just like when you select the Goblin Merchant). Please don't tell me to manipulate the unit's sound set, I need to have this...
  7. K

    Leaderboard How to: fade a specific player grey

    Thank you very much for the great effort you put into this! I'll reward you with rep!
  8. K

    Leaderboard How to: fade a specific player grey

    Great, this one worked.. silly me.. I can simply put the color code string into the leaderboard.. don't ask me why, didn't thought of that option :D I must have been confused by the color percentage feature of WE... +rep
  9. K

    Leaderboard How to: fade a specific player grey

    Ok, so I have this leaderboard running showing Ingame score. Now I want to turn a specific player to grey colour once he accomplished a task and waits for the next round. When the next round starts, his colour should turn to default again! I initially intended to do this by color code...
  10. K

    unit needed

    Some melee based combat unit is always a nice thing to have. Placing mines or demo packs and has the ability to lock down or high jack enemy vehicles/robots...
  11. K

    CPU usage goes over 90% while playing

    Have you recently installed any new games (original) featuring SECUROM protection method? SECUROM protection is believed to have a slowdown effect. It is very difficult to remove. The easiest way is to uninstall any game which has been installed since your problem occured and run a system...
  12. K

    You know where to get these models? Not in the hive though.... Pic inside..

    Actually the default Orc hero Shadow Hunter looked like this in the Frozen Throne Beta back in 2003. Blizzard changed him removing the mask for no specific reason. If you can get your hands on a beta ISO of frozen throne you might directly extract it from there!
  13. K

    Remove unit after Unit ownership change

    Problem solved! The unit ownership was transferred from killed heroes. I properly remove dead units now as well. Thread may be deleted!
  14. K

    Remove unit after Unit ownership change

    Okay, some strange trouble I am encountering right now. I spawn units for various players via trigger, when all of the spawns of one side die, I use the Units - remove trigger to remove the remaining ones (also to get rid of those hero icons). Then there are exactly the same units spawning...
Top