Search results

  1. Demonfaze

    [Unity] Legion TD 2

    Hey guys! Some of you might have heard of Legion TD, a Wc3 map I made back in 2009. It's now the most popular map on BattleNet. It's also known as Squadron TD on Sc2. TheHelper is where I learned how to make games and it means a lot to me that these forums are still up and running. For the...
  2. Demonfaze

    Experience with Xenforo?

    Hey guys, I'm looking into launching a forum for an upcoming game with my company. In the past, I've had experience with vBulletin, but I noticed TheHelper switched over to Xenforo. After reading into things, I'm heavily leaning toward Xenforo, but I'm a little hesitant since I haven't...
  3. Demonfaze

    Change Language of WC3

    Is it possible to change language of wc3? If so, how?
  4. Demonfaze

    Newgen WE Text Bug

    I'm using Newgen WE, and I suddenly noticed my game display text's wouldn't work. To make absolutely certain that my problem wasn't in my scripting, I made a simple GUI trigger (below). Test Message Events Player - Player 1 (Red) types a chat message containing -test as An...
  5. Demonfaze

    Countdown Timers for Events

    How exactly do you use Countdown Timers for Events? I can't seem to get it working properly. Here is my code tmr_ROUNDTIMER = global timer variable tmr_ROUNDTIMERDIALOG = global timer dialog variable Trigger 1: Setting up the timer set tmr_ROUNDTIMER = CreateTimer() call...
  6. Demonfaze

    Prevent Allied Players from Sharing Control?

    Any way to prevent allied players from Sharing Control in the F11 screen? Thanks.
  7. Demonfaze

    Minimap Neutral Building Icon won't show up ingame

    My shop is a neutral building, it has: * hide minimap display = false * show neutral building icon = true * race = other The icon I'm talking about looks like a yellow house. It shows up in the World Editor with "View Game Minimap" checked and ""Show Neutral Building Icons" checked. I'm...
  8. Demonfaze

    Make slow poison be able to kill?

    Anyone know an easy way to make slow poison able to make the finishing blow on an enemy unit? I need the source unit to get the kill, I cannot simply use the "Unit - Kill Unit" trigger to kill the unit. Thanks for your help in advance.
  9. Demonfaze

    Warcraft 3 Autorefresher Problem

    Every time I open the Autorefresher (downloaded it from here) it gives me an error along the lines of "Autorefresher has encountered an error and needs to close." a.k.a. the error screen that asks you if you want to send Microsoft an error report, etc. Asking around, most people seem to tell...
  10. Demonfaze

    "Custom" Call to Arms won't work

    I have it all "set up" just like the normal one just with my new units. I added the correct abilities to both the Town Hall unit and the peasant unit. Somehow it won't detect that there is a Town Hall with peasants nearby, when I try to use the ability with either unit. I tried using the...
  11. Demonfaze

    "Reformatting" a map?

    Is it possible to reformat or optimize a map for editing, not in-game? One of my maps just takes forever to save/load up in the world editor. I have an extremely high-end computer that I got three days ago, and it still takes about half a minute to save/load the map. I was thinking copy &...
  12. Demonfaze

    Marine / Rifleman Icons

    Somehow for one of my maps my Rifleman icon just "broke" or something. Every time I assign a unit the "Rifleman" icon, it displays the "Marine" icon in-game. In the world-editor, the icon shows properly as the Rifleman icon. I have no imported Marine icons, I'm talking about the regular...
  13. Demonfaze

    Completly Removing Unit Collision on a Ship

    Any way to do this easily? I can think of some obscure ways to do this off the top of my head, but I'd rather have it "easily" done if possible. Ghost (visible) does not work on ships. If it did, it would be perfect. Turning off collision allows the ships to go on land, which is not what I...
  14. Demonfaze

    Graveyard Shift's Bi-Weekly Mapping Contest

    Clan GS Mapping Contest Summary Clan GS hosts a mapping contest every other Friday at approximately 6:45pm. A genre and specific word as well as a description will be posted in the forum the moment the contest starts. Adhering to the given genre and using the word in some way, you have...
  15. Demonfaze

    Making Flash Games?

    Hey, I've been wanting to try and make a Flash game for a while now, but I don't know where to start. What program or means are there to make a flash game? Thanks.
  16. Demonfaze

    Warcraft III with SLI?

    Hey, I will be purchasing a new computer within the next 3 months or so. It will have Dual (SLI) 256MB NVidia® GeForce™ Go 7900 GS graphics, and I need to know if Warcraft III works with SLI. thanks.
  17. Demonfaze

    Grid-Based movement system?

    Does anyone know of an efficient way to make a movement system based on a large array of squares. Basically it would mean that units could move from "square to square" in a turn-based manner. I just need a way to efficiently manipulate the squares, along with the units that move on them (how...
  18. Demonfaze

    How fast can you type the Alphabet?

    "Finger Frenzy" Link: http://www.offthewrist.com/index.jsp?id=ff There's a high score list of like 20,000+ people, so I don't think you should waste your time cheating or everyone will know. :D
  19. Demonfaze

    Impale Invulnerability?

    Is there any way to make Impale not cause the unit being impaled to be invulnerable? If that is not possible, how do you remove the period of invulnerability *after* the unit drops to the ground? Thanks.
  20. Demonfaze

    Triggered Locust Swarm? (Hard Question)

    How would I make a triggered locust swarm? I want to have an actual unit have the same pathing (or as similar to) as the locust swarm ability. I need it to be triggered so that I can reference each unit individually when needed, along with a couple of other things. I appreciate any...
Top