- Joined
- Jul 20, 2011
- Messages
- 1,279
Am coding a DBA system, and there are few bugs that I couldn't mange to fix
Triggers:
System download: Here
- Removing DBA_Dummy from the game without runing he script
- Animation not showing
Triggers:
-
DBA Setup
-
Events
- Map initialization
- Conditions
-
Actions
- -------- -------- -------- -------- -------- --------
- -------- Configurables --------
- -------- -------- -------- -------- -------- --------
- -------- Setting The attacking ability --------
- Set DBA_Attack_Abillty = Attack
- -------- Setting The Damaging ability --------
- Set DBA_Damge_Abillty = [A]ttack Damge
- -------- Setting How far the dummy should be --------
- Set DBA_Distance = 75.00
-
Events
-
DBA TRG
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Attack
-
Actions
- Set DBA_Unit = (Casting unit)
- Set DBA_Unit_Position = (Position of DBA_Unit)
- Set DBA_DMG_Point = (DBA_Unit_Position offset by 75.00 towards (Facing of DBA_Unit) degrees)
- Unit - Create 1 Attack Dummy for (Owner of DBA_Unit) at DBA_DMG_Point facing Default building facing degrees
- Set DBA_Dummy = (Last created unit)
- Unit - Order DBA_Dummy to Orc Tauren Chieftain - War Stomp
- Custom script: call RemoveLocation(udg_DBA_Unit_Position)
- Custom script: call RemoveLocation(udg_DBA_DMG_Point)
-
Events
System download: Here
Attachments
Last edited: