View Single Post
01-24-14, 05:03 PM   #35
Nuru0190
A Fallenroot Satyr
Join Date: Jan 2014
Posts: 24
I already tried that, but i wrote it like this:

local Channeled = {
['Fists of Fury'] = true,
['Spinning Crane Kick'] = true,
}
(i deleted the Spinning Crane Kick in local instants)

Fists of Fury was still working, but not Spinning Crane Kick. The code you just gave me, however, doesn't work at all, neither for FoF nor SCK. Perhaps the spell is not channeled after all.
In the other code i first pasted in my original post, i didn't have this issue. Is it possible to take from that code to put into your code to make it work?
  Reply With Quote