About This File
A NPC that allow your Characters to Switch Build from time to time.
Players are able to save his current status build , so that he/she can switch back to the saved build whenever he/she want.
Players no need to keep memorize their status build upon changed.
This NPC also provide other Services for Status / Skills Reset.
Configuration :
// Mode of NPC // 1 = Save & Switch // 2 = Reset Status // 4 = Reset Skills // 7 = All of Above [ 1+2+4 = 7 ] set .BMMode,7; // How Many Slots available to Save Status Builds. set .MaxSlots,3; // Enable Stats Slot Rename + Max Name Length ( 0 = Disable ) setarray .Length,4,26; // Min. ~ Max. Words.
What's New in Version 3.0
Released
- [ 1.0 ] - A NPC that allow to Switch Saved Status Build.
- [ 2.0 ] - Enable Reset Skills / Status Points and allow Status Slot Rename.
- [ 3.0 ] - Better Ingame Interface and Build Name Limitation.