| 07-11-2006, 02:37 PM | #2 |
It does it 9 times in 0 seconds.. ? |
| 07-11-2006, 02:39 PM | #3 |
yes, for the first time. The floating text is for checking. But it only works for the 1st time. |
| 07-11-2006, 02:51 PM | #4 |
My point is you have a loop that does 9 things in 0 seconds, so you probably only see the last 'time'... |
| 07-11-2006, 03:06 PM | #5 |
Whitehorn's right, the text's probally all overlap each other. A way to test this would be to check if the units you are hurting take 1 set of damage or 9 instantly. |
| 07-11-2006, 03:12 PM | #6 |
the above spell should damage and display text in a straight line. it display the damage of the spell correctly as what i wanted it to do, and it does the correct amount of damage in a line. But the 2nd time, it doesn't do any damage to units or show any text. I tested this a few times with my friends. i cant figure out why cant the loop work when i use the spell for the 2nd and above time. |
| 07-12-2006, 11:42 AM | #7 |
Make sure you set udg_HolyBlast_OffsetAdd to 0 when the spell is done... that's the only thing i can see which could cause it... |
| 07-12-2006, 12:36 PM | #8 |
yea, thx Zypherion. Didnt notice that. I was wrong to blame the loop. |
