SphereCommunity
spell duration time - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: spell duration time (/Thread-spell-duration-time)



spell duration time - aptillah - 02-23-2014 06:45 AM

how i calculate spell duration time with evaulatin and insc bonus


RE: spell duration time - Alaric - 02-23-2014 06:59 AM

give all players(npcs)

on=@spelleffect
ARGN3 A multiplier for the spell's duration or effect.

Modify it there.

(Edited, little fail.)


RE: spell duration time - JohnVeritas - 02-23-2014 08:04 AM

You can edit spell durations under sphere_spell.scp. Find spell that u want to change duration, with on=@effect trigger you can change argn3 <- spell delay like

on=@effect // src <- who cast spell
argn3 += <eval <src.evaluatingintel>/20>

Thats the formula you need.