Combat Effects - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Combat Effects (/Thread-Combat-Effects) |
Combat Effects - pinku - 02-15-2014 03:18 PM Hey everyone! I have my own basic combat system and I'm trying to improve it a little bit with some magical items. I could successfully script easier ones, such as mana/stam/hp regen, extra stats, magic dispel, phasing and countless others. I am stuck with three of them, I don't know how to start.. 1) Decrease Casting Time 2) Lower Mana Cost 3) Lower Reagent Cost Can someone give me a starting point? Any help is much appreciated. Thanks! RE: Combat Effects - XuN - 02-15-2014 07:41 PM Look at this: https://code.google.com/p/sphere-community-pack/source/browse/#svn%2Ftrunk%2Fscripts%2Fadd-on%2Fitemproperties The events file is what you are looking for, the functions file have required functions. |