-
Account Upgraded | Title Enabled!
Exp lock ?
Since noone ever asked in this forum, how do you exp lock a player ?
-
-
(。◕‿‿◕。)
Re: Exp lock ?
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
-
Status: Pooping
Re: Exp lock ?
Sure there will be a update statement function for Exp in the database find it and take some looks at it..
-
Mako is insane.
Re: Exp lock ?
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
-
King Canadian
Re: Exp lock ?
yea, Theoretical is right that should work.