Code: Select all
phpBB Crime Game
PHP Version: 5.2.6
DBMS: MySQL(i) 5.0.81-community
phpBB3 Version: 3.0.5
Adding a new database table: game_crimes
SQL ERROR You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '' NOT NULL,
crimeSUCCESSMUNY mediumint(8) UNSIGNED DEFAULT '0' NOT N' at line 5
Adding a new database table: game_item_buy_logs
SQL ERROR You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '' NOT NULL,
PRIMARY KEY (ibID)
) CHARACTER SET `utf8` COLLATE `utf8_b' at line 7
Adding a new database table: game_items
SQL ERROR You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '' NOT NULL,
itemBUYPRICE mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,' at line 6
Adding a new database table: game_item_sell_logs
SQL ERROR You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '' NOT NULL,
PRIMARY KEY (isID)
) CHARACTER SET `utf8` COLLATE `utf8_b' at line 7
Adding a new database table: game_shops
SQL ERROR You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '0' NOT NULL,
PRIMARY KEY (shopID)
) CHARACTER SET `utf8` COLLATE `utf' at line 5
yes.darkone_d1_2000 wrote:Would we have the ability to mod the game or change the setting/timeframe of the game. So if we wanted to modify it a bit to change weapon names/locations/items could we do that?