- Joined
- Mar 23, 2008
- Messages
- 942
Level x - Data - Maximum Damage (Osh2)
What is that?
xD
Edit: Oh I tried to make a skill where you cast many shockwave in diferent directions, but they all goes toward unit facing angle

What is that?
xD
Edit: Oh I tried to make a skill where you cast many shockwave in diferent directions, but they all goes toward unit facing angle
-
Kaze no Kizu
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Kaze no Kizu (based in Channel)
-
-
Actions
-
Animation - Play (Casting unit)'s attack animation
-
Set SpellPoint[0] = ((Position of (Attacked unit)) offset by 100.00 towards ((Facing of (Attacked unit)) + 180.00) degrees)
-
Set SpellPoint[1] = (Position of (Casting unit))
-
Set SpellPoint[2] = ((Position of (Casting unit)) offset by 10.00 towards ((Facing of (Casting unit)) + 30.00) degrees)
-
Set SpellPoint[3] = ((Position of (Casting unit)) offset by 10.00 towards ((Facing of (Casting unit)) - 30.00) degrees)
-
Set SpellPoint[4] = ((Position of (Casting unit)) offset by 10.00 towards ((Facing of (Casting unit)) + 60.00) degrees)
-
Set SpellPoint[5] = ((Position of (Casting unit)) offset by 10.00 towards ((Facing of (Casting unit)) - 60.00) degrees)
-
Unit - Remove Kaze no Kizu (effect) from (Casting unit)
-
Unit - Create 1 Dummy Caster 2 for (Owner of (Casting unit)) at SpellPoint[0] facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Set level of Kaze no kizu (based in Shockwave) for (Last created unit) to (Level of Kaze no Kizu (based in Channel) for (Casting unit))
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave SpellPoint[1]
-
Unit - Create 1 Dummy Caster 2 for (Owner of (Casting unit)) at SpellPoint[0] facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Set level of Kaze no kizu (based in Shockwave) for (Last created unit) to (Level of Kaze no Kizu (based in Channel) for (Casting unit))
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave SpellPoint[2]
-
Unit - Create 1 Dummy Caster 2 for (Owner of (Casting unit)) at SpellPoint[0] facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Set level of Kaze no kizu (based in Shockwave) for (Last created unit) to (Level of Kaze no Kizu (based in Channel) for (Casting unit))
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave SpellPoint[3]
-
Unit - Create 1 Dummy Caster 2 for (Owner of (Casting unit)) at SpellPoint[0] facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Set level of Kaze no kizu (based in Shockwave) for (Last created unit) to (Level of Kaze no Kizu (based in Channel) for (Casting unit))
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave SpellPoint[4]
-
Unit - Create 1 Dummy Caster 2 for (Owner of (Casting unit)) at SpellPoint[0] facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Set level of Kaze no kizu (based in Shockwave) for (Last created unit) to (Level of Kaze no Kizu (based in Channel) for (Casting unit))
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave SpellPoint[5]
-
Custom script: call RemoveLocation(udg_SpellPoint[0])
-
Custom script: call RemoveLocation(udg_SpellPoint[1])
-
Custom script: call RemoveLocation(udg_SpellPoint[2])
-
Custom script: call RemoveLocation(udg_SpellPoint[3])
-
Custom script: call RemoveLocation(udg_SpellPoint[4])
-
Custom script: call RemoveLocation(udg_SpellPoint[5])
-
-
Last edited: