Recent content by bookyjoo

  1. B

    ForTheUnion Kodo TAG

    I'm gonna attempt to fix the bug myself. Everything on this map is in JASS. Can someone give me some advice on how to debug?
  2. B

    Tri Shockwave skill help please!

    Props to all who helped. When the trigger does work, it looks beautiful. The problem is, it only works about 90% of the time. Anyway I can get it to 100%? TripleBlast Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal to Tri-light...
  3. B

    Tri Shockwave skill help please!

    That takes care of the 2 casts....then how would you achieve the 3rd cast of shockwave?
  4. B

    Tri Shockwave skill help please!

    by 3 different versions, do you mean 3 different triggers, 1 for each level?
  5. B

    Tri Shockwave skill help please!

    I want to create a similar spell, but I'm not sure how to do it. Let me describe: 3 level spell 1st level: regular shockwave 2nd level: regular shockwave followed by a stronger shockwave in the same direction 3rd level: same, but followed by a third shockwave that is stronger still Can...
  6. B

    Bugged Item Drop

    thanks... props
  7. B

    Bugged Item Drop

    This trigger prevents anything but Vampires to pick up Slayer Blood. It works 98% of the time. But every once in awhile it doesn't work. I think this occurs when players try to pick it up immediately after another player drops it, or when they spam click the item to pick it up. How do I fix...
  8. B

    Revive Limit

    I have a trigger that revives a hero. But after 4 revives, the hero no longer revives. I know the trigger is still firing, cuz all the other actions happen.... just the hero no longer revives. Is there some kind of limit to revival, or can you think of a reason that revival doesn't work?
  9. B

    Loop inside loop ?

    Can you have several For loops in a single trigger? I don't mean loops within loops. Let's say 3 For loops in one trigger. Three separate actions, with For loops. Could I use For Integer A three times in a trigger and not have problems?
  10. B

    Multiboard icons

    If it is a string variable, how do I set the string variable equal to an icon? Nevermind... I think I got it :)
  11. B

    Multiboard icons

    What type of variables are those?
  12. B

    Player Leave, Multiboard vanish

    thanks so much. Reps!
  13. B

    Player Leave, Multiboard vanish

    Can you be more specific on how to do this? What would the trigs look like?
  14. B

    Player Leave, Multiboard vanish

    I'm having the same problem. What exactly causes the resource board to come up, and can you get rid of the resources board entirely?? Do any of these solutions posted actually work?
  15. B

    I need a simple multiboard

    Ok... I fixed this problem by having the "initial" trigger fire before the multiboard trigger. So now the multiboard stays up, but it is still bugged because the score is never correct (usually everyone has same kill count no matter what). Could this have to do with giving control to active players?
Top