Since noone ever asked in this forum, how do you exp lock a player ?
Printable View
Since noone ever asked in this forum, how do you exp lock a player ?
you could probably code something that has access to the character tables on the DB, and if a person gets more exp then you set, you can probably make it lock it.
Not much of a coder so I can't say how to code it but w/e
Sure there will be a update statement function for Exp in the database find it and take some looks at it..
On the character have a new row in the table. Check if it's 1 or 0. If 1 don't add the xp, else add the xp. ;3
yea, Theoretical is right that should work.