- Joined
- Aug 9, 2015
- Messages
- 33
Hello, i've been lately trying to create a realistic turret rotation system which besides obviously having turret-rotation features would also shoot at enemies indenpendantly to what is the unit actually doing (in other words, the turret would rotate at enemies even if there was no attack order and something would cause it to shoot.) If an specific target attack order was given the turret would then focus the targeted unit.
Such system or feature already exists in a map called The Gulf War. The map however is not open-source (it's protected) and the author seems to be dead(been inactive for a long while).
Below is the link for the map;
Gulf War1.3.1 Desert Storm
I realized that to create such system i would need two things; a trigger and a spell. Once the spell is initiated the trigger would cause the turret to rotate. There are a few problems;
-If the spell would be based on phoenix fire the player can't focus it on an unit he wants to (when given an target order attack). Also the GUI script language seems to not have enough event types to realize whether an unit is attacked by phoenix fire. That means that the script must be atleast partially written in jass or lua.
I would be deeply in debt for any help.
Such system or feature already exists in a map called The Gulf War. The map however is not open-source (it's protected) and the author seems to be dead(been inactive for a long while).
Below is the link for the map;
Gulf War1.3.1 Desert Storm
I realized that to create such system i would need two things; a trigger and a spell. Once the spell is initiated the trigger would cause the turret to rotate. There are a few problems;
-If the spell would be based on phoenix fire the player can't focus it on an unit he wants to (when given an target order attack). Also the GUI script language seems to not have enough event types to realize whether an unit is attacked by phoenix fire. That means that the script must be atleast partially written in jass or lua.
I would be deeply in debt for any help.