If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
Your trigger is missing key points to ravage, first off they use variables to store ravages location, your will only do it in 1 area, example Set real = 8.00 Set caster = casting unit Set casLoc = position of casting unit, now you got the for loop right, sorta Issue last crated unit to impale casloc offset by 300 towards real degrees set real = real x 8.00
Now of course you can do calls and make the trigger leakless since everything is stored in variables and now the loop will properly rotate
Your trigger is missing key points to ravage, first off they use variables to store ravages location, your will only do it in 1 area, example
Set real = 8.00
Set caster = casting unit
Set casLoc = position of casting unit, now you got the for loop right, sorta
Issue last crated unit to impale casloc offset by 300 towards real degrees
set real = real x 8.00
Now of course you can do calls and make the trigger leakless since everything is stored in variables and now the loop will properly rotate