SphereCommunity
How to stop auto stat/skill gain? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: How to stop auto stat/skill gain? (/Thread-How-to-stop-auto-stat-skill-gain)



How to stop auto stat/skill gain? - Aerandor - 03-12-2014 05:26 PM

I'm trying to figure out how to disable the built-in stat/skill gain so that I can use a trigger with the leveling system to give them out instead. Anyone know how to do that?


RE: How to stop auto stat/skill gain? - XuN - 03-12-2014 05:53 PM

ON=@SkillGain
return 1


RE: How to stop auto stat/skill gain? - Aerandor - 03-13-2014 12:19 AM

Would that prevent stat gain as well? And would I put that in sphere.ini or somewhere else?


RE: How to stop auto stat/skill gain? - Avatar - 03-13-2014 02:15 AM

Just change ADV_RATEs as 0,0,0


RE: How to stop auto stat/skill gain? - XuN - 03-13-2014 04:36 AM

StatGain is calculated before SkillGain but after this trigger so yes, doing it will stop StatGain. You only have to place it in any event related to all players.