Stolao Posted March 9, 2015 Posted March 9, 2015 Hey guys Im a decent scripter however i cannot for the life of me get sql query anyways... Im looking for a sql script that changes all logged off characters clothes color to X Quote
Emistry Posted March 10, 2015 Posted March 10, 2015 query_sql( "UPDATE `char` SET `clothes_color` = 0 WHERE `online` = 0" ); 1 Quote
Stolao Posted March 10, 2015 Author Posted March 10, 2015 query_sql( "UPDATE `char` SET `clothes_color` = 0 WHERE `online` = 0" ); ty emisty i really should practice sql more Quote
Question
Stolao
Hey guys Im a decent scripter however i cannot for the life of me get sql query anyways...
Im looking for a sql script that changes all logged off characters clothes color to X
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.