Recent content by njb013

  1. N

    save/load

    Works excellently now, thanks.
  2. N

    save/load

    Not sure you understand. Downloaded it in Chrome (automatically puts it in the download folder, for one thing), and then copied it into the Maps directory in the Warcraft 3 folder. Shows up when I open the folder in the World Editor, but not when I browse the folder in RoC or in TFT.
  3. N

    save/load

    Okay, downloaded the file, put it in the scenario folder in WC3, but it doesn't show up as a playable map. Something I'm doing wrong?
  4. N

    Camera Help

    He's looking for a first-person effect (like in Skyrim when not zoomed in all of the way), which is not accomplished by using the Lock Camera action.
  5. N

    save/load

    I'm interested in looking at this tutorial, but the link appears to be broken?
  6. N

    Something to do with a multiboard

    Just use a variable instead. Declare a variable (which I will call var) of type Integer with initial value zero. Then just incorporate it into the code like this: Actions- set var = var + 8 multiboard - Set the text for Multiboard[1] item in column 1, row 2 to (String(var)) Seems...
  7. N

    Computers able to control Locust units?

    So since I got TFT I am able to make units Locusts, but the computer is still able to move them around and attack. How can I prevent this? It really ruins the whole concept of the map when you have computer players playing.
  8. N

    Leak Check, Please!

    Hi there, I have finished the general trigger layout of my map found in the Member Projects section, and I would be much obliged if someone would please look over my triggers and point out any leaks that may exist. These triggers work exactly as they should, I just need help with leaks. Thanks...
  9. N

    'Headquarters'-themed map, need opinions/feedback/suggestions!

    Drawing closer to completion! Several new features were added today, along with a good number of optimizations in terms of code, making things much simpler for myself. I expect to finish coding the map either tomorrow or Thursday, and then will have the code checked for leaks (which are a...
  10. N

    Warcraft 3 Newgen WE and Normal WE Crashing on custom content deletion

    Er, first thing I would check is how much hard drive space you have left...
  11. N

    Why isn't this trigger working?

    If Willy is a hero, I believe you could raise the intelligence and do it that way. Of course, that would be a 25 MP increase, but that's the only thing I can think of besides using a trigger, which I haven't done before to alter maximum stats.
  12. N

    Why isn't this trigger working?

    See my revised post above.
  13. N

    Why isn't this trigger working?

    Nevermind, found the problem. "Set mana" is not "Set max mana"; it's "Set current mana". Let's say Willy starts with 100 mana. He does a research, and the trigger is called. Willy: 100/100 MP maxmana = (100 x .02) + 100 = 102 Set mana of Willy to Real(maxmana) Willy: 102/100 MP, or just 100/100...
  14. N

    Trigger help!

    Sure you can, one sec. Use two triggers; one for daytime, one for nighttime. Event - Game - Time of Day (Whatever you consider to be Dusk) Conditions - Actions - Add (Ability) to (survivor) Event - Game - Time of Day (Whatever you consider to be Dawn) Conditions - Actions - If Item carried by...
  15. N

    How do i force everyone to start human?

    Simply go to the Scenario tab on the menu bar and click Player Properties. Set the "Controller" of all the players to either User or Computer, and then set the "Race" to Human.
Top