Multicast of Sorcerer works (Wind Spear)creatine wrote: ↑Sat Jan 20, 2018 4:42 pmso hows this solution? is it working so far? my chanter is playing on retard mode now hahaagonic wrote: ↑Sat Jan 20, 2018 2:08 pmBugs: Conditional skills work sometimes, and Multicast skills don't work. I don't know anything about multilevel skills yet.
What I do is;Code: Select all
PlayerInput:Console("/skill Annihilation"); if AbilityList:GetAbility( "Blast"):GetCooldown() == 0 then PlayerInput:Console("/skill Blast"); end if AbilityList:GetAbility( "Resonance Haze"):GetCooldown() == 0 then PlayerInput:Console("/skill Resonance Haze"); end if AbilityList:GetAbility( "Soul Crush"):GetCooldown() == 0 then PlayerInput:Console("/skill Soul Crush"); end if AbilityList:GetAbility( "Parrying Strike"):GetCooldown() == 0 then PlayerInput:Console("/skill Parrying Strike"); end if AbilityList:GetAbility( "Splash Swing"):GetCooldown() == 0 then PlayerInput:Console("/skill Splash Swing"); end
edit* did u find solutions for remove shock not working yet?
edit 2* are these your workaround for chain skills and conditions skills not working? how are they working so far?
edit 3* if you know how to get and update skill.xml, maybe i can give a hand
Please send me via PM an NA account with chanter on it so i can fix it.
Also know that there is a certain chance that you will get banned for account sharing due to that i will login from germany.