SphereCommunity
Enhancing the power or duration if a spell through an event - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Enhancing the power or duration if a spell through an event (/Thread-Enhancing-the-power-or-duration-if-a-spell-through-an-event)

Pages: 1 2


RE: Enhancing the power or duration if a spell through an event - darksun84 - 04-24-2014 11:19 PM

hmm i copied your events, and they are fine.

sounds is played, the text WORKED appears and damage is applied

Some considerations about spell "power"

By my tests, argn2 and argn3 works in combination(at least for damaging spells)

Considering the EFFECT of the lightning spell, its values are 10,20


If you set ARGN2 to 1 and ARGN3 to 100, spell will always do 1 damage, if you set it argn3 to 500 it will always do 5.

If you change the EFFECT value of the lightning spell to 20,40 and using argn2 = 1 and ARGN3 = 100 you'll get 2 damage, if you set argn3 to 500 it will do 10 damage.

So an ARGN3 value under < 1000 will actually decrease the "spell potency".

Instead, an higher ARGN2 will increase the change of getting the maximum value of the base range (10,20).


RE: Enhancing the power or duration if a spell through an event - UltimaAku - 04-25-2014 12:37 AM

Works! thank you Wink