#Is it possible to cast ability without cast point time, not making cd and without using mana ?

1 messages · Page 1 of 1 (latest)

primal jasper
#

Or I have to:

  1. add modifier: MODIFIER_PROPERTY_CASTTIME_PERCENTAGE with -100?
  2. Check mana pull and if needed add mana for cast spell
  3. check current CD on spell and reset it if there is any
  4. Cast Spell
  5. Give back mana if needed
  6. Set CoolDown if it was before.
barren novaBOT
quick swift
#

just set the target and do ability:OnSpellStart()

primal jasper
#

😄 it works, thx!