ittiphol Posted September 19, 2019 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 115 Reputation: 7 Joined: 05/09/19 Last Seen: May 20, 2021 Share Posted September 19, 2019 How to use Item data from SQL database now i use from item_cash_db it's can switch to SQL database or not? Thank you. Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted September 19, 2019 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 13 hours ago Share Posted September 19, 2019 to use sql , you need to switch everything to sql including item_db https://github.com/rathena/rathena/blob/08d160aaac8cdd286bbafb32532abe42b8a42376/conf/inter_athena.conf#L154 else , you can try src edit https://github.com/rathena/rathena/blob/08d160aaac8cdd286bbafb32532abe42b8a42376/src/map/cashshop.cpp#L434 to //if( db_use_sqldbs ){ cashshop_read_db_sql(); //} else { // cashshop_read_db_txt(); //} however , never tested it , don't know if there is something else you should change or not to work Quote Link to comment Share on other sites More sharing options...
0 ittiphol Posted September 21, 2019 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 115 Reputation: 7 Joined: 05/09/19 Last Seen: May 20, 2021 Author Share Posted September 21, 2019 On 9/19/2019 at 8:00 PM, sader1992 said: to use sql , you need to switch everything to sql including item_db https://github.com/rathena/rathena/blob/08d160aaac8cdd286bbafb32532abe42b8a42376/conf/inter_athena.conf#L154 Config is on it's works fine Thank you ^^ Quote Link to comment Share on other sites More sharing options...
Question
ittiphol
How to use Item data from SQL database
now i use from item_cash_db it's can switch to SQL database or not?
Thank you.
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.