Re: A list of what hooks i've found.
Posted: Tue Nov 04, 2014 11:07 am
@Swampie - Checked with added parameter (self, champion, slot) and this works ok too...
I guess it is what I am adding afterwards that is causing the problem
This does nothing...
I think I will move this to a separate thread as it is getting a bit off-topic
Thanks anyways!!
I guess it is what I am adding afterwards that is causing the problem
This does nothing...
Code: Select all
function assassinDaggerEquip(self, champion, slot)
if slot == 7 or slot == 8 then
hudPrint("Rogue class/Assassin Dagger - Critical skill increases by 1 level.")
end
end
Thanks anyways!!