SphereCommunity
Your healing was interrupted by the hit - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Your healing was interrupted by the hit (/Thread-Your-healing-was-interrupted-by-the-hit)



Your healing was interrupted by the hit - Rizz - 10-15-2014 12:24 AM

Is there a way to manage when interrupt the skill after someone has been hit?


RE: Your healing was interrupted by the hit - Extreme - 10-15-2014 12:40 AM

Create your own bandage system. Default bandage system you can't change these things.


RE: Your healing was interrupted by the hit - Rizz - 10-15-2014 06:00 AM

What about "SKF_SCRIPTED"?

On spheredef i can see "fully scripted, no hardcoded behaviour" but seems not like this...


RE: Your healing was interrupted by the hit - Rizz - 10-15-2014 09:41 AM

I've started to create my own my bandage system, i would have liked to use the skills iteself but is ok.


RE: Your healing was interrupted by the hit - Extreme - 10-16-2014 12:42 AM

You can call triggers Big Grin


RE: Your healing was interrupted by the hit - Rizz - 10-16-2014 07:19 AM

Can i call the skill trigger from an item?
And if yes, my action will be skill_healing?


RE: Your healing was interrupted by the hit - Extreme - 10-16-2014 09:03 AM

TRIGGER @TRIGGERNAME,TriggerType,SKILLNumber

TriggerType -> check sphere_defs for TAT_AS_*
SKILLLNumber is the skill you want to call in the trigger, if the trigger is a skill trigger of course.