Search results

  1. R

    Best patch for war3?

    Anyone know which would be the best patch to use for War3 TFT? Sometimes with the newest patch i can't even load some maps and others won't even show in the list as playable even though they are there x.x. So im gonna totally reinstal the game and i just wanted to see if anyone recommended a...
  2. R

    Best patch for War3?

    Anyone know which would be the best patch to use for War3 TFT? Sometimes with the newest patch i can't even load some maps and others won't even show in the list as playable even though they are there x.x. So im gonna totally reinstal the game and i just wanted to see if anyone recommended a...
  3. R

    Problem with trigger.

    Im trying to get it so that when player 1 researches the first research of "Upgrade Warriors" then instead of it spawning footmen it will start spawning rifleman. Im not sure whats wrong so i thought i would ask you guys. Any help would be appreciated :) -- edit -- also if this helps "Upgrade...
  4. R

    Questions with upgrade

    How would i make it so that if a certain upgrade is reasearched then it activates a trigger? I've been looking for a little while and maybe im just looking in the wrong spot but yeah :( Here's what i want exactly. If the second upgrade of upgrade warriors is reasearched then it will start...
  5. R

    question on if/then/else stuff

    I just started using this again and i have a quick noob question :thup: Can i have multiple if then else statments in one trigger? I wanted to set it so that the first one would say Gold from footmen Events Unit - A unit owned by Player 11 (Dark Green) Dies Conditions...
  6. R

    Event to check if a unit attacks

    Is there an event that checks to see if lets say a footmen attacks. All i can find is to have it check when a unit is attacked and then i have to set the condition that the attacking unit is a footmen. I never could find an event like this if there is one so if there is could you tell me what it...
  7. R

    TD balencing

    Im trying to fiqure out a good way to balence my towers in my TD right now, so far i only got a few waves and the towers, but they arent very balenced i dont think. Anyone wana offer any advice or tutorials for balencing them :thup:
  8. R

    leaderboard

    does anyone know why this leaderboard isnt working right Lives Board Events Time - Elapsed game time is 0.00 seconds Conditions Actions Player Group - Pick every player in (All players) and do (Actions) Loop - Actions If (All...
  9. R

    variable = 0

    what would i do to make it so player 1 losses is one of my variables = 0 heres one of my triggers Live Lost Events Unit - A unit enters Creep stop <gen> Conditions Or - Any (Conditions) are true Conditions (Unit-type of (Triggering...
  10. R

    removing attack

    is there a trigger that makes it so that units owned by a certain player cant attack or do i just have to make the attack for a unit 0 in the object editor
  11. R

    units running

    how do i make it so that when a unit has low health it still follows its orders, because whenever they have low health they run and i unchecked can flee, what do i do?
  12. R

    countdown timer problem

    i dont understand why this timer wont appear, anyone know Start Events Conditions Actions Countdown Timer - Create a timer window for Timer with title Time till First Wav... Set TimerWindow = (Last created timer window) Countdown Timer - Show...
  13. R

    trigger

    where would i find a trigger that checks to see if a variable = a certain number heres what i have right now Footmen Spawning Events Time - Every 2.00 seconds of game time Conditions Actions Unit - Create 1 Footman for Player 1 (Red) at (Center of Creep...
  14. R

    trigger problem

    what trigger would i use for if the unit attacks like i it so that if a footmen attacks then a dummy caster casts bloodlust on the footmen. problem is im having problems finding the "attack" trigger
  15. R

    Reinstalling

    is there a way to reinstal warcraft without unistalling it and then installing it again? like a exe file or something in the warcraft III folder?
  16. R

    my serial

    k i know this barly has anything to do with the game lol but where can i find my serial for Reign of Chaos and Frozon Throne in the computer, i lost the case with my CD-key by accident and i want to instal the game at my dad's too. Is there a file on this computer that tells me the serial or a...
  17. R

    units use ability

    i have a trigger where if a bloodmage attacks it spawns a dummy that casts doom on the targeted unit, problem is i dont know how to have the dummy cast the doom. Its a paladin called dummy if that helps. here is what i have so far. Events Doom Events Unit - A unit owned by...
  18. R

    problem

    when ever i open up WE i get a blank map and everything is black, everything goes back to normal when i create a new map, but when i test a map for JASS i cant really test it because i become yellow even the in the properties im red and its the only opening. If you need a screen i will post it...
  19. R

    Really Good JASS tutorials

    does anyone know any reallly good jass tutorials :D cause some of the ones i find dont explain very well.
  20. R

    jass problem

    im starting to learn JASS and im using a tutorial :D it says to test the code put it in the editor and i do function InitTrig_First_Trigger takes nothing returns nothing set gg_trg_First_Trigger = CreateTrigger( ) call TriggerAddAction( gg_trg_First_Trigger, function...
Top