KExpBooK XP - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: KExpBooK XP (/thread-8439.html) |
KExpBooK XP - kyonides - 01-02-2022 KExpBooK XP
by Kyonides Introduction Yes, I know that this is a scriptlet but I thought that some of you might have been thinking about an easy way to make items become actual experience books that allow your heroes to earn some experience points. Well, here's my version of such a script. All versions of my scriptlet will let you freeze or thaw an actor's experience gaining feature. By default the experience gaining feature is enabled. (@exp_frozen = nil) The Script Please edit the BOOKS constant found in the KExp module accordingly. Then open the Item DB and set their Recover HP as EXP. Code: # * KExpBooK XP Terms & Conditions The only thing you need to know about it is that it is free as in beer and speech! RE: KExpBooK XP VX & ACE - kyonides - 01-02-2022 An Interesting Update
All versions of my scriptlet will let you freeze or thaw an actor's experience gaining feature. By default the experience gaining feature is enabled. (@exp_frozen = nil) Plus you can now use it in all RGSS based versions of the RPG Maker engine, including VX! |