Jump to content

fictionx

Members
  • Posts

    121
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. fictionx's post in Card Seller was marked as the answer   
    Oh, that is true, i'll try to fix that issue.
    So, the following syntax for try to recover data from normal, mvp and boss cards should be work right?.
    query_sql("SELECT `"+ [email protected]_db$ +"`.`id` FROM `"+ [email protected]_db$ +"` RIGHT JOIN `"+ [email protected]_db$ +"` ON `"+ [email protected]_db$ +"`.`id` = `"+ [email protected]_db$ +"`.`dropcardid` WHERE type = 6 group by name_japanese", [email protected]); query_sql("SELECT `"+ [email protected]_db$ +"`.`id` FROM `"+ [email protected]_db$ +"` RIGHT JOIN `"+ [email protected]_db$ +"` ON `"+ [email protected]_db$ +"`.`id` = `"+ [email protected]_db$ +"`.`dropcardid` WHERE mexp > 0 and type = 6 by name_japanese", [email protected]); query_sql("SELECT `"+ [email protected]_db$ +"`.`id` FROM `"+ [email protected]_db$ +"` RIGHT JOIN `"+ [email protected]_db$ +"` ON `"+ [email protected]_db$ +"`.`id` = `"+ [email protected]_db$ +"`.`dropcardid` WHERE mode & 32 and type = 6 by name_japanese", [email protected]); Note: i'm using the following script : Link
    Greetings.-
  2. fictionx's post in Error Instalation - use_existing was marked as the answer   
    Hmm, i used a empty database.
    I'll try to delete all the tables that has been installed by the schemes file.
×
×
  • Create New...

Important Information

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