Set project name to "Cosmic" (#2)
* Change name to Cosmic * Update database credentials
This commit is contained in:
@@ -9,9 +9,9 @@ import java.sql.SQLException;
|
||||
* @author The Real Spookster - some modifications to this beautiful code
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
|
||||
private static String DB_USER = "root";
|
||||
private static String DB_PASS = "";
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@ import java.sql.SQLException;
|
||||
* @author The Real Spookster - some modifications to this beautiful code
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
|
||||
private static String DB_USER = "root";
|
||||
private static String DB_PASS = "";
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -48,10 +48,10 @@ import tools.Pair;
|
||||
Estimated parse time: 2 minutes
|
||||
*/
|
||||
public class MapleCashDropFetcher {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String wzPath = "../../wz";
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@ import java.sql.SQLException;
|
||||
* @author The Real Spookster - some modifications to this beautiful code
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
|
||||
private static String DB_USER = "root";
|
||||
private static String DB_PASS = "";
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -45,10 +45,10 @@ import java.sql.Statement;
|
||||
Estimated parse time: 2 minutes (for 100 code entries)
|
||||
*/
|
||||
public class MapleCodeCouponGenerator {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static Connection con = null;
|
||||
static InputStreamReader fileReader = null;
|
||||
|
||||
@@ -35,10 +35,10 @@ import java.sql.SQLException;
|
||||
*
|
||||
*/
|
||||
public class MapleCouponInstaller {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static Connection con = null;
|
||||
static InputStreamReader fileReader = null;
|
||||
|
||||
@@ -55,10 +55,10 @@ import java.util.regex.Pattern;
|
||||
*/
|
||||
public class MapleGachaponItemidRetriever {
|
||||
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static Connection con = null;
|
||||
static InputStreamReader fileReader = null;
|
||||
|
||||
@@ -48,10 +48,10 @@ import java.util.ArrayList;
|
||||
public class MapleIdRetriever {
|
||||
private final static boolean INSTALL_SQLTABLE = true;
|
||||
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static Connection con = null;
|
||||
static InputStreamReader fileReader = null;
|
||||
|
||||
@@ -48,10 +48,10 @@ import java.util.Set;
|
||||
* A file is generated listing all the inexistent ids.
|
||||
*/
|
||||
public class MapleNoItemIdFetcher {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String wzPath = "../../wz";
|
||||
static String newFile = "lib/result.txt";
|
||||
|
||||
@@ -9,9 +9,9 @@ import java.sql.SQLException;
|
||||
* @author The Real Spookster - some modifications to this beautiful code
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
|
||||
private static String DB_USER = "root";
|
||||
private static String DB_PASS = "";
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@ import java.sql.SQLException;
|
||||
* @author The Real Spookster - some modifications to this beautiful code
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
|
||||
private static String DB_USER = "root";
|
||||
private static String DB_PASS = "";
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -36,10 +36,10 @@ import java.io.*;
|
||||
*
|
||||
*/
|
||||
public class MapleMobBookIndexer {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String fileName = "lib/MonsterBook.img.xml";
|
||||
|
||||
|
||||
@@ -46,10 +46,10 @@ import java.io.*;
|
||||
*
|
||||
*/
|
||||
public class MapleMobBookUpdate {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String fileName = "lib/MonsterBook.img.xml";
|
||||
static String newFile = "lib/MonsterBook_updated.img.xml";
|
||||
|
||||
@@ -65,10 +65,10 @@ import tools.Pair;
|
||||
public class MapleQuestItemFetcher {
|
||||
static MapleItemInformationProvider ii;
|
||||
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String wzPath = "../../wz";
|
||||
static String directoryName = "../..";
|
||||
|
||||
@@ -9,9 +9,9 @@ import java.sql.SQLException;
|
||||
* @author The Real Spookster - some modifications to this beautiful code
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
|
||||
private static String DB_USER = "root";
|
||||
private static String DB_PASS = "";
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -44,10 +44,10 @@ import java.io.File;
|
||||
|
||||
*/
|
||||
public class MapleReactorDropFetcher {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String reactorScriptPath = "../../scripts/reactor";
|
||||
|
||||
|
||||
@@ -36,10 +36,10 @@ import java.io.*;
|
||||
*/
|
||||
|
||||
public class MapleSkillMakerFetcher {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String fileName = "../../wz/Etc.wz/ItemMake.img.xml";
|
||||
static String newFile = "lib/MakerData.sql";
|
||||
|
||||
@@ -40,10 +40,10 @@ import java.util.List;
|
||||
*
|
||||
*/
|
||||
public class MapleSkillMakerReagentIndexer {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String fileName = "../../wz/Item.wz/Etc/0425.img.xml";
|
||||
static String newFile = "lib/MakerReagentData.sql";
|
||||
|
||||
@@ -9,9 +9,9 @@ import java.sql.SQLException;
|
||||
* @author The Real Spookster - some modifications to this beautiful code
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
|
||||
private static String DB_USER = "root";
|
||||
private static String DB_PASS = "";
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user