A
Arcolus
Guest
I have an item... let's say, Luck potion, and on that item I have a cutom ability called luck strike. it's basically Critical strike. Now i need to create a trigger so that when that item is used, it creates the ability Luck Strike in Users hero. the ability should be pernament. I will aslo need the item to be destroyed apon usage. Right now the only thing i can do is have a hero pick up the item... ... but when clicked it dosn't do anything. when i attack with the hero, the ability works.. it's passive,,.. but that's because of the item ability. If you could help me out with this trigger i'd really appretiate it. Been pondering and trying so many differernt combinations so far... for the past 10 hours lol
I've tried item comparsons... and such.. used if/then/else lol If i could get the conditions right i think my Action triggers would work so far here's my trigger.
Lucky Strike
-Flag Events
Events
- Unit - A unit Uses an item
-conditions
- Actions
-? If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- (Item-type of (Picked item)) Equal to Luck Potion
- Then - Actions
- Unit - Add Lucky Strike to (Casting unit)
Lucky Strike
-Flag Events
Events
- Unit - A unit Uses an item
-conditions
- Actions
-? If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- (Item-type of (Picked item)) Equal to Luck Potion
- Then - Actions
- Unit - Add Lucky Strike to (Casting unit)


