Passive skill (guard anjel)

Tio Akima

New member
Messages
349
Points
0
Age
36
Discord
TioAkima#0636
Github
Tio Akima
Emulator
Hi guys,
I am trying to do a passive skill, similar to the passive of armor "Guardian Angel" (from league of legends)
Btw I don't know if it's possible
The idea is: (when the player dies) the ALL_RESURRECTION skill on the player would be used (the skill would have a 5 minute of cowdown). If the player dies while the ability is in cowdown, the skill to revive is not used.
But I don't know if it's possible
- as for example, is it possible to cast the ability when the player is dead?
- Is it possible to put cowndown (delay) on a passive skill?

Does anyone have any idea how I can do this?

 
I don't think you actually need skills for those cases, you could make a SC for the cooldown and set it to not be removed upon death.

When the character dies:
- does it have the SC?
     yes:
          -> do nothing (still in cooldown)
     no:
          -> set SC
          -> ressurect (maybe check how siegried token does it?)

 
Last edited by a moderator:
I don't think you actually need skills for those cases, you could make a SC for the cooldown and set it to not be removed upon death.

When the character dies:
- does it have the SC?
     yes:
          -> do nothing (still in cooldown)
     no:
          -> set SC
          -> ressurect (maybe check how siegried token does it?)
Nice, I will look at the "siegried token" to understand how it works.
Thanks for the idea kirie.

 
Back
Top