How to create MySQL function to update database if a value reaches 800?
I’m trying to make the database check the table every second to see if the XP value has reached 800, and if it does, set the rank value to ‘Elite Genin’ and set the XP value to 0.