![]() |
Exp System - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Exp System (/Thread-Exp-System) |
Exp System - Arcer - 10-04-2014 07:04 AM Hi all in spherewiki there is: "If activated in sphere.ini you may loose 10 percent of your total experience if you die." but where to modify 10% in sphere.ini? my sphere.ini exp section is: Code: /////////////////////////////////////////////////////////////// whit last build RE: Exp System - Skul - 10-04-2014 10:10 AM Good question, it looks like there is none. Maybe one of the developers can give a better answer. RE: Exp System - Arcer - 10-04-2014 08:35 PM heeeeeeeeeEEEeEeeEEeeeEElp ![]() RE: Exp System - MrX - 10-04-2014 09:22 PM // 0008 limit experience decrease by a range witheen a current level maybe'? RE: Exp System - Arcer - 10-05-2014 01:17 AM (10-04-2014 09:22 PM)MrX Wrote: // 0008 limit experience decrease by a range witheen a current level and where to set the amount of loss? RE: Exp System - Feeh - 10-05-2014 06:42 AM http://wiki.sphere.torfo.org/index.php/@ExpChange Wrote:Arguments RE: Exp System - Skul - 10-05-2014 10:36 AM Well with that information you can probably work in a work-around script, example: Code: [events e_exp] Exp System - Arcer - 10-05-2014 06:15 PM Gooood thank you! |