Page 1 of 1

detect swapping weapon set [SOLVED]

Posted: Sat Mar 14, 2015 5:31 pm
by Granamir
Hi
anyone know a way to detect if a champion is swapping weapon set?
I have an item with water breathing but i'd like to stop this effect if it's not on weapon set in use.
Ty

Re: detect swapping weapon set

Posted: Sat Mar 14, 2015 6:38 pm
by Eburt
onUnequipItem() will trigger on a weapon swap (or use onEquipItem() if you want it to trigger on switching to the weapon)

Re: detect swapping weapon set

Posted: Sun Mar 15, 2015 12:29 pm
by Granamir
Thank you