Firstly I would like to say hello everywon! Now, gettin to me annoying problem, I have this item, that is supposed to be a two handed wepon, so I wanted to decrease the attack speed of the unit who wields it. I made my dummy unit, and made dummy spell based off of slow, and made the trigger. I put no event cause the trigger is triggered off another trigger with the Run Trigger action, Which activates when a unit picks up the item (its not off). This is the actions of the trigger that is supposed to slow the unit.
Set POAWALLY = (Position of WielderOfAshbringerALLY)
Unit - Create 1 Dummy for (Owner of WielderOfAshbringerALLY) at POAWALLY facing Default building facing degrees
Unit - Add a 1.50 second Generic expiration timer to (Last created unit)
Unit - Add Ash Bringer SpeedDecreeseDUMMY to (Last created unit)
Unit - Order (Last created unit) to Human Sorceress - Slow WielderOfAshbringerALLY
Wait 2000.00 seconds
Trigger - Run (This trigger) (ignoring conditions)
Ok, the spell lasts 3600 seconds, I put wait 2000 seconds to make sure It keeps happening. This trigger is initially off, but its turned on by another trigger and it is runned by that trigger. POAWALLY = Position Of Ashbringer Wielder Alliance. Sadly it wont work and this was my last attempt of fixing the damn thing, so now I unleash my call for help...OMG HELP ME!
Set POAWALLY = (Position of WielderOfAshbringerALLY)
Unit - Create 1 Dummy for (Owner of WielderOfAshbringerALLY) at POAWALLY facing Default building facing degrees
Unit - Add a 1.50 second Generic expiration timer to (Last created unit)
Unit - Add Ash Bringer SpeedDecreeseDUMMY to (Last created unit)
Unit - Order (Last created unit) to Human Sorceress - Slow WielderOfAshbringerALLY
Wait 2000.00 seconds
Trigger - Run (This trigger) (ignoring conditions)
Ok, the spell lasts 3600 seconds, I put wait 2000 seconds to make sure It keeps happening. This trigger is initially off, but its turned on by another trigger and it is runned by that trigger. POAWALLY = Position Of Ashbringer Wielder Alliance. Sadly it wont work and this was my last attempt of fixing the damn thing, so now I unleash my call for help...OMG HELP ME!