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

[Leveling] Level Logic Issues #34

Closed Pychnight closed 7 months ago

Pychnight commented 5 years ago

Unable to level up or down, this bug is caused by the terrible if statement logic within the plugin.

Within this plugin if you search for if( Exp >= Level.ExpRequired ) you see this section can't be entered. even in the best case.... Before, this plugin was working flawlessly with this statement in place but I don't know what changed recently other then myself switching to the mysql database rather then the sqlite database.

Known Bugs

Serious bugs