Stolao Posted March 9, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM 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 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM 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...
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
Link to comment
Share on other sites
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.