Search results

  1. K

    Spell Elune's Arrow

    eh don't wanna leak it out. anyway, you can do it in GUI too, except that for the "Triggering player", you might have to change all of them to Player[1] all the way to Player[12], etc, and have an identical code for each player, so that they won't clash
  2. K

    Spell Elune's Arrow

    use jass instead. =) well checkout my map, www.geocities.com/kallieblakie or download it from epicwars.
  3. K

    New map. Comments Please. Priestess of the Moon Combat v4.3

    Can a moderator help me move this thread? I edited the first post already. Thanks for the comments.
  4. K

    New map. Comments Please. Priestess of the Moon Combat v4.3

    I know i should upload it somwhere else, but I can't upload it anywhere. so here's the link to my map, www.geocities.com/kallieblakie/potm_war_v4_3p.zip Please give me comments on my map. Priestess of the Moon Combat I believe many people would have tried PUDGE WARS! Now you can...
  5. K

    Array Handles

    I'm using a system that I forgot the name, but it is as follows: What happens is I need to store a unit array. I am trying to do a meat hook (like the one pudge shoots out), but I can't seem to be able to store arrays with this handler. Anyone has any idea how do i store arrays with...
  6. K

    Priority

    anyone knows? ~bumps
  7. K

    Priority

    what about priority "0"? i read somewhere it is the lowest. that's why things are so confused and different threads say different things.
  8. K

    Priority

    so which is which?
  9. K

    Priority

    can we change the range whereby the units will automatically look for someone with a higher priority? is it the aquistis-range?
  10. K

    Priority

    but how does DotA make it work? If you've played DotA, you've have realised that the seige is always the last to be hit, and when creeps walked near it, the units that are attacking the seige will attack the creeps first.
  11. K

    Priority

    I know that Priority refers to the preference of the computer units when choosing between units to attack, where higher priority value means it is more likely to attack that unit. But I have a problem, that when a unit is attacking a unit, say priority "1". Then a unit with priority "10"...
  12. K

    Floating texts.

    I have a problem with my floating texts. Initially texts can be displayed a few at at time. After a while, the floating texts replaces each other. Meaning, only one can be displayed at a time. How do i solve this? I'm using it for a damage displayer, displaying damage dealt to units. function...
  13. K

    Floating Texts

    How do you null floating texts? I have the same problem. Initially texts can be displayed a few at at time. After a while, the floating texts replaces each other. Meaning, only one can be displayed at a time. How do i solve this?
  14. K

    Spell Elune's Arrow

    don't think removing the buff works. i've tried it before. so i decided to make a stun with like 20 levels
  15. K

    Target

    thanks lots
  16. K

    Target

    How do I make a spell that can target EVERYTHING in the map. EVERYTHING includes trees, cliffs, units, doodads, blah blah blah. I've been able to make a spell that target almost everything except cliffs. How do I make it be able to target anywhere I want? Tell me if I need to base the spell...
  17. K

    Leaks

    I've already corrected the mistake. The script you made allows the arrow to does extra few hits to the enemy before it disappears. say, supposingly it should deal 100 damage, your script allows the arrow to "poke" the enemy 4-5 times, dealing 500 damage instead. elseif ( (IsUnitEnemy(p...
  18. K

    Leaks

    Anyway, the trigger doesn't work! it doesn't properly destroy the loop when it hits a unit. ARGGHS
  19. K

    Leaks

    thanks builder ! any other leaks? anyone else spoted any leaks?
  20. K

    Leaks

    why would it be a bad idea?/
Top