Recent content by rApp

  1. R

    Largest in array?

    Like this ArrayName[1] = 5 ArrayName[2] = 3 ArrayName[3] = 60 ArrayName[4] = 20 In this scenario he wants to know how to get ArrayName[3] because that is the highest value in the array.
  2. R

    Help! Unit spawns direclty after death?

    Well, it makes sense to listen.
  3. R

    Help! Unit spawns direclty after death?

    Well your variable is called "TempPoint", but you are trying to destroy a variable called "temp_point"? Change the "temp_point" to "TempPoint". And by the way, that trigger might bug if you kill two or more enemies though it will restart. (PS, be careful with your "bumps". You are only allowed...
  4. R

    Cant load Illidan model?

    Just as much as your comment did. Anyway, what happens if you create a new map? Same problem with the models there? If it doesn´t work, it might help if you reinstall Warcraft 3 and TFT
  5. R

    Protected Maps

    Make sure that the map you are trying to open is in the right folder.
  6. R

    Map disconnecting at dl

    Make sure that all (needing) triggers work for multiplayer.
  7. R

    No event, Action happens when condition is true?

    How do you run that trigger then?
  8. R

    No event, Action happens when condition is true?

    But how are you supposed to run a trigger without a event?
  9. R

    Other Stranded

    If you need a betatester, i would truly LOVE to try this map! :)
  10. R

    Cant Host My Map!

    I see that you uses Windows Vista. (This might sound lika a huge failure :P) Anyway, have you changed so that Warcraft3 will run as administrator? :)
  11. R

    Gold Share

    Ofcourse it´s possible. Just create a trigger which run when a monster die. In this trigger ju save the amount of gold you want to give and devide it on how many players there are. Then you just "Add property" or what it´s called. EDIT: Some misspelling :P
  12. R

    My maps imports got messed?

    What happens if you create a new map imports everything? If it works you might wanna import everything from the old map into the new one. Triggers, sounds, terrain.
  13. R

    Colors ''mix'' up!

    Red color = |CFFFF0000 Blue color = |CFF0000FF Green color = |CFF00FF00 You always need |CFF And after that it´s just regular Hex-Decimal color. Heres a site which you might wanna use http://www.colorschemer.com/online.html
  14. R

    How to make wave attack barricades

    Make them for the opposite team? And make the zombies treat the team as a enemy.
Top