Search results

  1. T

    Cannot figure this out...

    For some weird reason, the runes are always created at the center of the map. Always. I have "Fixed Random Seed' unchecked and I've also tested through the game directly. Runes Events Conditions Actions Wait (Random real number between 5.00 and 20.00) seconds...
  2. T

    Periodic Event Question (was: Easiest Question on the Helper)

    Will this bug? I'm thinking it might as it chooses a random integer to wait, so if let's say, after 1 minute it picked 240 as an integer, then the trigger will run again between then, and if it were to choose a low number, like 15, I'm thinking it could bug. But I don't know. Weather...
  3. T

    Jass NewGen won't test map

    I'm running the latest patch (1.25) and using NewGen 1.5d and whenever I try to test my map, it takes me to the main WC3 TFT menu. I already have RtC disabled. Don't know what to do :(
  4. T

    Anyway to play Sc2 beta with friends?

    Any programs or anything that will allow lan/online play with friends?
  5. T

    Arrow key movement issues (see inside)

    I've recently begun work on an arrow key movement system, that works like this: when player presses Up, the unit will move forward; when a player presses Left, the unit will begin rotating on itself towards left. The Problem For whatever reason, when a player presses Left, the unit will...
  6. T

    Moving a unit issues

    For some strange reason, whenever I press Z, a missile is created (as it should), however, it stops being moved after 1 second. Any help on helping me fix the problem would be greatly appreciated. (Yes, aware the triggers suck.) Attack Events UI - Player Any Player presses Z key...
  7. T

    How to import data & triggers from one map to another

    Cant figure out how to do this. Any help will be appreciated :)
  8. T

    Projectile units not showing up in game

    For some reason, the projectile is created, but does not show up in game. Here's the trigger. I've also tried creating a custom projectile, but it didn't work either. Attack Events UI - Player Any Player presses Z key Down with shift Allow, control Allow, alt Allow...
  9. T

    What would you like to see tutorials about?

    Was going to make a tutorial on making dialogs with images but feel this is a bit simple.
  10. T

    A few questions

    1) What is the SC2 Editor equivalent of WE "Lock Camera Target to Unit"? I've tried every camera action and have not managed to find anything like it. 2) How can I make a unit face the mouse cursor?
  11. T

    Moving to location of left click

    How would I make a unit move to where a player left clicks?
  12. T

    How to create global variables?

    Srs. Also, when making a new, if I decide not to use the terrain, the terrain will appear black in the editor and I'll be able to put units on the map, but when I test it, units will not show and the terrain will show planets. Any help on my two problems is greatly appreciated.
  13. T

    PHP form submission script issue

    I have a PHP script that emails me the form the user fills-in on my website. The problem is, when I receive the email, the sender (person who filled in the form) does not get a confirmation email like they should. This is because the sender's name/email end up mixed up. Example 1...
  14. T

    Making computer units fire dodge-able missiles

    Possible or not? Haven't picked up the Editor in a whiiiiiiiiiiiiiiiile so explain how to do this. Unit A (controlled by CPU) is a ranged archer. It fires at your Hero that is controlled by Arrow Keys (for example). Is it possible to make it so that the missile fired by the archer doesn't...
  15. T

    Radio buttons all on same line?

    How can I do this? Preferably using HTML, but CSS is fine too.
  16. T

    Need help setting up new domain

    OK I googled how to set up a domain, but everything that comes up seems uber-complicated. I bought a domain on netfirms.com yesterday, and I'm trying to set-it up. 000webhosts is my web host. In the domain control panel, I've already updated the nameservers to 000webhost's nameservers but...
  17. T

    How many projects have you completed/out of started?

    Probably completed 1/~7 projects I worked on.
  18. T

    HTML Table Column Width Issues

    I want to make all columns of my table the same width, but I have no idea where to start... Here is my code: <table style="text-align: left;"> <tr> <td>Last name:*</br>[text* your-last-name: 20/100]</td> <td>First name:*</br>[text* your-first-name: 10/100]</td> <td>_</td> </tr> <tr> <td>Email...
  19. T

    Free games multiple players can play on the same PC?

    Anyone know of any free games you can play with multiple players on the same pc? Example: Territory Wars, Tanks, and Zombie Wars.
  20. T

    Where do you get...?

    Where can you get a form like a website registration form?
Top