Pychnight / TshockRpgToolKit

Master Controller for distrubtion of quests, custom npcs, custom items and skills, housing, leveling, npcshops, etc.
GNU General Public License v2.0
11 stars 1 forks source link

[Custom Quests & Leveling] Track Stats #18

Closed Pychnight closed 7 months ago

Pychnight commented 6 years ago

Not exactly sure how complex this will be.. normally server side characters are handled in the tshock database for hp/mp however leveling and custom quests can add hp or mp to the user..

currently if we reset quest or leveling data the hp / mp given though classes is not removed, so this should be solved.