Search results

  1. Lord_Kakashi

    Spawn Issue In Tower Defense Map

    In advance, thank you for reading this. The issue at hand is that I want to run the spawn in a loop where it has a 0.4 delay between every spawn on each lane. However I want the spawns to occour simultaniously on each lane. To do this, I tried to make a loop containing a loop which had a wait...
  2. Lord_Kakashi

    local point?

    Will turning a point variable into a local var and then issueing a unit to move to that point cause a desync?
  3. Lord_Kakashi

    Removing passive spell visual effect.

    Solved history ---------------------------------------------------------------------------------------- Hello. First of all, thank you for reading! Now with formalities out of the way, I will get to the point of the topic. I am currently making an Escape map where I want to kill off the...
  4. Lord_Kakashi

    Working Title TD, could use some creative ideas.

    Okay so basically I could use some creative suggestions for critter names (and model art) along with some title suggestions. The Tileset is based off of the Village Fall, and you have a small "Farmhouse" as a main structure you have to "protect." Also there's no specific overall theme to...
  5. Lord_Kakashi

    Question regarding massive hero spawn

    Okay so the issue at hand is that I'm wanting to create a tower defence where the monsters that spawn each round 25 at each lane with 8 lanes in total, meaning 200 in total, have to be hero units. I'm not talking cosmetically here where I only change the model file to look like a hero, I need...
  6. Lord_Kakashi

    How to make this MUI? (Unit Movement and positioning related)

    Okay so here is what I'm trying to do. I wish to have an ability which when cast on any unit will make that one unit walk back and forth between two points for 3 seconds, as if confused, dazed or the likes.. So obviously I will set the two points depending on the units' current position...
  7. Lord_Kakashi

    Ability on attack?

    Okay so i searched a bit and couldn't find anything about this.. How would I go about making a trigger which caused a unit to cast a spell when it's issued an attack order? (instead of attacking) Basically i want a tower which casts Chain lightning when a unit comes near it instead of...
  8. Lord_Kakashi

    Question about localplayer and floaty text

    Okay so I'm very new to the whole JASS front in it's non-GUI form, so I was wondering if this would cause a desync or if it's okay for battle.net use. Basically I went ahead and made my own "bounty" system for my tower defence map because the monsters spawned are not the same every level...
  9. Lord_Kakashi

    Very simple question...

    Will using a local variable to store an integer variable associated with a unit cause a desync when it's used to determine bonus damage outputs against creeps?... e.g. Tower 1 has the local variable value 3 and therefore it will do 30% extra damage towards some creep..
  10. Lord_Kakashi

    Multiboard Text Alignment?

    Okay so i tried to search but i couldn't find any information on this.. Is it possible to use different text-alignments in multiboards? Like centre aligned and such? Would really improve the looks of it..
  11. Lord_Kakashi

    Unit max health "label"? Is this even possible?

    Okay so here's the deal.. I'm a lazy sod, so I'm using a function to determine the hit points of the monsters for each round in my TD. They all have a maximum hit points of 100000 in the object editor, and when they're spawned, their current hit points are set by the function.. Now my...
  12. Lord_Kakashi

    Slight issue regarding anti-stuck trigger

    Well i'm trying to impliment an anti-stuck trigger in my Tower Defense map using the Matching unit conditions... But the trigger won't work.. here is how it looks.. Stuck Issue order Events Time - Every 4.00 seconds of game time Conditions Actions Set...
  13. Lord_Kakashi

    is it possible to... (sound issue)

    Use local sound variables to play music for only one player?.. I was thinking something in the lines of using a array (if you cant use local?) and have a trigger change the variable's content with GetLocalPlayer() or GetTriggeringPlayer() so that if the player wants to turn off music, his...
  14. Lord_Kakashi

    LocalPlayer() Issue with Music...

    Its been a while since I've needed some help from this site, but now is the time i guess, since I'm sort of stuck on this issue. I tried to search around for a bit, and I saw a post mentioning a tutorial on it, although I haven't been able to find it, even after using the search function...
  15. Lord_Kakashi

    Strange object editor issue

    So recently my object editor began to play an error sound, you know.. The very loud "Ding" whenever I select any value in it.. It only occurs in the object editor, and only when editing the values, or selecting a field for the values. Never when creating a new unit, or selecting a unit on the...
  16. Lord_Kakashi

    Is it possible...

    To have a condition which checks the pathing of a specific location. Basically what I'm trying to do is to change the terrain type next to a constructed building, if the terrain next to the structure is pathable. (meaning no doodads or destructibles are blocking the path) Never mind, found my...
  17. Lord_Kakashi

    Trouble with spawn trigger

    Okay so the trigger is supposed to run in a loop "For each integer a 1 to variable" but the loop only runs once.. any ideas? Spawn Events Conditions Actions For each (Integer A) from 1 to NumWaves[Level], do (Actions) Loop - Actions For each...
  18. Lord_Kakashi

    Which would be more efficient?

    I'm trying to lock all player cameras to a certain viewpoint or camera object so to say, so i was wondering which would be more efficient.. A timed event which applies the camera object each 0,01 seconds.. or locking the camera to a dummy unit which has been placed at the camera objects focus...
  19. Lord_Kakashi

    Is this Legal?

    Okay so my war3 tft cd just broke, but i want to play and install the game anyway.. The version i have is a legally purchased copy with authentic cd-key and such.. so the question is: Is it legal to download an .iso of war3 tft for me, since i have an original copy of the game (although...
  20. Lord_Kakashi

    12 kingdoms

    This Anime is really great, and definitely worth watching. It's only 45 episodes or so, but really great nevertheless. http://en.wikipedia.org/wiki/The_Twelve_Kingdoms (plot and story information) yea, yea i know, but i'm lazy about typing heh.. I at the very least, found it well worth...
Top