iZeal Posted August 10, 2014 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 55 Reputation: 2 Joined: 06/09/14 Last Seen: August 15, 2014 Share Posted August 10, 2014 Hello I just notice something weird about my db when i checked the char_id column I notice the start of the value was "1" instead of "150000".. attached is a screen shot.. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 10, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted August 10, 2014 maybe you accidently changee the auto_increment value ?? Quote Link to comment Share on other sites More sharing options...
iZeal Posted August 10, 2014 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 55 Reputation: 2 Joined: 06/09/14 Last Seen: August 15, 2014 Author Share Posted August 10, 2014 (edited) never touch anything with the structure :/ anyway to fix this? I'm not sure if it will also affect the new one's Edited August 10, 2014 by iZeal Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 10, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted August 10, 2014 ALTER TABLE `char` AUTO_INCREMENT = 150000; probably the Control Panel that you using changed the original value of 150000. ops..it's char.. somewhere in source defined the default starting value..forget which file...kinda lazy to search..xD Quote Link to comment Share on other sites More sharing options...
iZeal Posted August 10, 2014 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 55 Reputation: 2 Joined: 06/09/14 Last Seen: August 15, 2014 Author Share Posted August 10, 2014 (edited) can you help me where to find that? hmm what about the previous data? Edited August 10, 2014 by iZeal Quote Link to comment Share on other sites More sharing options...
CandyCandy Posted August 10, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 36 Reputation: 6 Joined: 02/01/12 Last Seen: August 6, 2024 Share Posted August 10, 2014 (edited) As I can remember, there's nothing bad to start char_id from "1". Do you really need to start them from "150000"? You can't just change it for existing data without any kind of self-writed parser, which would change char_id for every character on every gameDB table. Edited August 10, 2014 by CandyCandy Quote Link to comment Share on other sites More sharing options...
iZeal Posted August 10, 2014 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 55 Reputation: 2 Joined: 06/09/14 Last Seen: August 15, 2014 Author Share Posted August 10, 2014 hmm really nothing good bad to happen., it's just that i'm not use to it Quote Link to comment Share on other sites More sharing options...
Question
iZeal
Hello I just notice something weird about my db when i checked the char_id column I notice the start of the value was "1" instead of "150000".. attached is a screen shot..
Link to comment
Share on other sites
6 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.