![]() |
Editing spell effects - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Editing spell effects (/Thread-Editing-spell-effects) |
Editing spell effects - escribano - 11-24-2012 01:45 PM Hi folks, Today im trying to make a event that triggers on @spellcast (or any other) to chage the spell effect... like: If i use Firestrke i wanto to give a bonus of 20% on damage, so mt FS will deal 48 of damage. If i use a healing spell, i want to heal more 20%. Something like that, someone can help me? Thanks RE: Editing spell effects - Skul - 11-25-2012 08:06 AM For heal spells you can change the effect of s_heal and s_greater_heal. Here's an example: Code: on=@spelleffect As for firestrike? or maybe you meant Flamestrike, you can use @gethit since it does damage. Code: on=@spelleffect RE: Editing spell effects - escribano - 11-25-2012 12:18 PM Skul, really thanks for help! This works just like i want!!!! thanks!!! |