Jump to content
  • 0
ittiphol

About Cash Shop from SQL

Question

2 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0
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 ^^

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.