Jump to content
  • 0

About Cash Shop from SQL


Question

2 answers to this question

Recommended Posts

  • 0
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...