Hi, i has my problem with my weapons when change weapons
First, if i change weapons when the stat strength get a bug.
Example:
Before
After
Seconds, if i change weapons when all spell is under cooldown, all spell will reset it when i change.
Example:
Before
After
this is my trigger i make
First, if i change weapons when the stat strength get a bug.
Example:
Before
After
Seconds, if i change weapons when all spell is under cooldown, all spell will reset it when i change.
Example:
Before
After
this is my trigger i make
-
AKM Change
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
(Unit-type of (Triggering unit)) Not equal to AKM
-
(Item-type of (Item being manipulated)) Equal to AKM
-
(Charges remaining in (Item being manipulated)) Greater than 0
-
(Charges remaining in (Item being manipulated)) Less than 30
-
-
Actions
-
Item - Set charges remaining in (Item being manipulated) to ((Charges remaining in (Item being manipulated)) + 1)
-
Unit - Replace (Triggering unit) with a AKM using The old unit's relative life and mana
-
Selection - Select (Last replaced unit) for (Owner of (Triggering unit))
-
Set RecoilPoint = (Position of (Last replaced unit))
-
Unit - Create 1 Recoil for (Owner of (Last replaced unit)) at RecoilPoint facing RecoilPoint
-
Set RecoilDummy = (Last created unit)
-
Unit - Set level of Recoil for RecoilDummy to 25
-
Unit - Add a 1.00 second Generic expiration timer to RecoilDummy
-
Unit - Order RecoilDummy to Undead Banshee - Curse (Last replaced unit)
-
-