Recent content by Drunken_God

  1. Drunken_God

    Hate can be a stimulous.

    Haha oh my god, this brings back memories. I started programming and actually learned speaking proper English by being on this site. It's always fun to read through my first posts again, atleast for me. Also I remember trying so hard to get into the 100 reputation club with the two green boxes...
  2. Drunken_God

    Need some SC2 Editor Help

    Thanks, 3) got fixed after I reloaded the map :p
  3. Drunken_God

    Need some SC2 Editor Help

    Heya guys, I was playing around with the SC2 Editor and wanted to create a simple TD but have encountered some problems. 1) I've got a Probe as builder unit, I've set its speed to 10 and acceleration to 10, this works nice but under certain circumstances (Patrol between two near Points) my...
  4. Drunken_God

    Python Sudoku Solver

    only 1-9 should work the rest gets removed only bug is that you can enter the same number twice (in a row,square,line)
  5. Drunken_God

    Python Sudoku Solver

    Heya, long time no see I've started with python some time ago, because it is the scripting language for Counter-Strike Source's Eventscripts addon Now I wrote a Sudoku Solver for python which uses the Backtracking method (bruteforce) I would like to hear your thoughts about it :P If...
  6. Drunken_God

    Trigger Leak Fixing Help

    all your unit groups leak replace them with sth like set tempgroup = units ....blah blah... pick every unit in tempgroup and do ... Custom Script: call DestroyGroup (udg_tempgroup)
  7. Drunken_God

    Distribute Players

    there is an trigger action named Player - Make Player X treat Player Y as an ally with full shared unit control
  8. Drunken_God

    Distribute Players

    hmm i dont really get it... you want to have player 12 control player 11's units but player 12 to be an enemy for player 1-4?
  9. Drunken_God

    problem with standard hotkeys

    did you try if you could use the ability by clicking on the icon? sry that i have to ask and where did you read out which hotkey you have to use ?
  10. Drunken_God

    problem with standard hotkeys

    hmm maybe you chose an hotkey like m which is already move or you chose an hotkey which is already set
  11. Drunken_God

    Multiboard help, again

    ok I am trying to create a Multiboard which looks like 4 rows which dont matter ... [Name of Player 4] [ ] [0] [0] [Name of Player 1(if he plays)] [ ] [0] [0] [Name of Player 2(if he plays)] [ ] [0] [0] ... [Name of Player 8] [ ] [0] [0] [Name of Player 5(if he plays)] [ ] [0] [0] ... [Name of...
  12. Drunken_God

    World Editor Auto Open File

    ok I fixed it I had to create an entry in HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WorldEdit.ScenarioEx\shell\open\command with C:\Games\warcraft III\worldedit.exe -loadfile "%1" I copied that from my old PC on which it did work and now it works too :) ty for all the help +rep to sfilip although...
  13. Drunken_God

    Multiboard icon?

    ty that worked in all the other triggers i used someinteger + 4 but only in this one not :P
  14. Drunken_God

    Multiboard icon?

    Ok I've just encounterd a problem I tried to add icons to my Multiboard so I set the display style to show icons: Player Group - Pick every player in players_playing and do (Actions) Loop - Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions)...
  15. Drunken_God

    Spell Mass Hex - GUI MUI

    now it works..
Top