Recent content by skyblader

  1. skyblader

    Unit group not working properly

    Maybe you can try damaging the units within the unit group?
  2. skyblader

    Where did reputation go? :/

    Where did reputation go? :/
  3. skyblader

    arena system dont work like it should...

    You know that is an awful long post of triggers... If you could test it and see where the problem lies, in which trigger, and reduce it, I believe you'll receive more help.
  4. skyblader

    Target unit of ability being cast HELP!! <please read>

    First of all... You might want to use tags. Next, you can replace casting unit with triggering unit just to be sure. What I understand is Spell: Copy Throws a storm bolt at enemy, both mini stunned, and caster becomes target of ability. I don't understand what you mean for the problems, but...
  5. skyblader

    Hashtable Leak

    Since you're using the variables directly from the hashtable, I suppose it doesn't leak, but you might want to clear this unit group variable, aoetargetgroup_Copy using call DestroyGroup.
  6. skyblader

    Oh, very easy to trigger actually. You just have to order your dummy unit to cast the base...

    Oh, very easy to trigger actually. You just have to order your dummy unit to cast the base ability it was made from, for simplicity. In other words, you create an ability off storm bolt, you name it Crusher, you change the mana cost to 20, the cooldown to 20 seconds. You just have to add the...
  7. skyblader

    Limit a shop to just one player

    There's already a solution.. If you want to venture into other solutions, perhaps you wanna try it out and post it? He already fixed it..
  8. skyblader

    Quick question on leaks on global points

    But that's what I meant. If the same variable is used again, it leaks right? For example: Set PosVar = Position of Unit 1 Set PosVar = Position of Unit 2 call RemoveLocation(udg_PosVar) It leaks right?
  9. skyblader

    Quick question on leaks on global points

    So if we set it to 4 locations and clear it at the end of the trigger, it doesn't leak? My bad then. ><
  10. skyblader

    The triggers are too long to post.. Edit: I sent you as private message instead.

    The triggers are too long to post.. Edit: I sent you as private message instead.
  11. skyblader

    Alright. I've removed comments to make it shorter. Variables: Integer AllocatedIndex...

    Alright. I've removed comments to make it shorter. Variables: Integer AllocatedIndex Boolean CheckAliveBool Real Array Counter Integer LastRecycled String LBColour Integer Array LBLength Integer Array LBLengthRemaining String LBPiece Integer LBSize String Array LBString Integer...
  12. skyblader

    Quick question on leaks on global points

    Bad idea. If you don't clear the first position before using it for another, the memory of the first location is not removed and lost somewhere in the game.. Therefore it leaks. You gotta destroy them after use or before its next use, and then again after that.
  13. skyblader

    Alright. So I managed to make it work... But it's extremely glitchy and I hoped you'd help me...

    Alright. So I managed to make it work... But it's extremely glitchy and I hoped you'd help me with that. At the moment, it works pretty alright, except for some problems here and there, but we'll touch on it later if you're still helping. Right now, the recycle list isn't working properly and...
  14. skyblader

    Okay I think I got it... Imma try work it out, and then post my triggers.

    Okay I think I got it... Imma try work it out, and then post my triggers.
  15. skyblader

    Dash ability

    If you want to add the knock up to another ability.. you can just cast both spells at once. One dummy spell and the actual impale spell. (Using a dummy unit of course) Or maybe you just want to change the projectile to shockwave, not sure if it works. You might want to check out the...
Top