ittiphol Posted September 19, 2019 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
0 sader1992 Posted September 19, 2019 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
0 ittiphol Posted September 21, 2019 Author 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
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.
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.