Hi, so my problem is my Black Cleaver didn't effect on enemy, but GDD is effect on abilities so very lagging and didn't follow items description (Dealing physical damage).
Stats
+40 attack damage
+400 health
Passive
UNIQUE: Dealing physical damage to an enemy champion Cleaves them, reducing their armor by 6% for 6 seconds, stacking up to 6 times for a maximum of 30%.
UNIQUE – RAGE: Dealing damage grants 20 movement speed for 2 seconds. Kills on any unit grant 60 movement speed for 4 seconds instead
This is PDD, the new one i using.
Hope anyone help

Stats
+40 attack damage
+400 health
Passive
UNIQUE: Dealing physical damage to an enemy champion Cleaves them, reducing their armor by 6% for 6 seconds, stacking up to 6 times for a maximum of 30%.
UNIQUE – RAGE: Dealing damage grants 20 movement speed for 2 seconds. Kills on any unit grant 60 movement speed for 4 seconds instead
This is PDD, the new one i using.
-
Black Cleaver New
-
Events
-
Game - PDD_damageEventTrigger becomes Equal to 1.00
-
-
Conditions
-
(PDD_source has an item of type Black Cleaver) Equal to True
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
PDD_damageType Equal to PDD_PHYSICAL
-
-
Then - Actions
-
Set BlackCleaverPoint = (Position of PDD_source)
-
Unit - Create 1 BlackCleaverStack Dummy for (Owner of PDD_source) at BlackCleaverPoint facing (Facing of PDD_source) degrees
-
Set BlackCleaverDummy = (Last created unit)
-
Unit - Add a 0.80 second Generic expiration timer to BlackCleaverDummy
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(PDD_target has buff Cleaver x1 ) Equal to True
-
-
Then - Actions
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 2
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(PDD_target has buff Cleaver x2 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x2 buff from PDD_target
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 3
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(PDD_target has buff Cleaver x3 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x3 buff from PDD_target
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 4
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(PDD_target has buff Cleaver x4 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x4 buff from PDD_target
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 5
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(PDD_target has buff Cleaver x5 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x5 buff from PDD_target
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 6
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(PDD_target has buff Cleaver x6 ) Equal to True
-
-
Then - Actions
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 6
-
-
Else - Actions
-
-
Unit - Order BlackCleaverDummy to Attack PDD_target
-
Unit - Order BlackCleaverDummy to Attack PDD_target
-
Unit - Order BlackCleaverDummy to Attack PDD_target
-
Unit - Order BlackCleaverDummy to Attack PDD_target
-
Unit - Order BlackCleaverDummy to Attack PDD_target
-
Custom script: call RemoveLocation(udg_BlackCleaverPoint)
-
-
Else - Actions
-
-
-
-
Black Cleaver Old
-
Events
-
Game - GDD_Event becomes Equal to 1.00
-
-
Conditions
-
(GDD_DamageSource has an item of type Black Cleaver) Equal to True
-
-
Actions
-
Set BlackCleaverPoint = (Position of GDD_DamageSource)
-
Unit - Create 1 BlackCleaverStack Dummy for (Owner of GDD_DamageSource) at BlackCleaverPoint facing (Facing of GDD_DamageSource) degrees
-
Set BlackCleaverDummy = (Last created unit)
-
Unit - Add a 0.80 second Generic expiration timer to BlackCleaverDummy
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(GDD_DamageSource has buff Cleaver x1 ) Equal to True
-
-
Then - Actions
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 2
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(GDD_DamageSource has buff Cleaver x2 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x2 buff from GDD_DamagedUnit
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 3
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(GDD_DamageSource has buff Cleaver x3 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x3 buff from GDD_DamagedUnit
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 4
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(GDD_DamageSource has buff Cleaver x4 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x4 buff from GDD_DamagedUnit
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 5
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(GDD_DamageSource has buff Cleaver x5 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x5 buff from GDD_DamagedUnit
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 6
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(GDD_DamageSource has buff Cleaver x6 ) Equal to True
-
-
Then - Actions
-
Unit - Remove Cleaver x6 buff from GDD_DamagedUnit
-
Unit - Set level of Black Cleaver 1 for BlackCleaverDummy to 6
-
-
Else - Actions
-
-
Unit - Order BlackCleaverDummy to Attack GDD_DamagedUnit
-
Unit - Order BlackCleaverDummy to Attack GDD_DamagedUnit
-
Unit - Order BlackCleaverDummy to Attack GDD_DamagedUnit
-
Unit - Order BlackCleaverDummy to Attack GDD_DamagedUnit
-
Unit - Order BlackCleaverDummy to Attack GDD_DamagedUnit
-
Custom script: call RemoveLocation(udg_BlackCleaverPoint)
-
-
Hope anyone help