Stolao Posted March 9, 2015 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 10, 2015 Share Posted March 10, 2015 query_sql( "UPDATE `char` SET `clothes_color` = 0 WHERE `online` = 0" ); 1 Quote Link to comment Share on other sites More sharing options...
Stolao Posted March 10, 2015 Author Share Posted March 10, 2015 query_sql( "UPDATE `char` SET `clothes_color` = 0 WHERE `online` = 0" ); ty emisty i really should practice sql more Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites