· 6 years ago · Mar 13, 2019, 12:12 PM
1[SQL] Query arcturus-1.16.0 start
2[ERR] 2006 - MySQL server has gone away
3[ERR] -- phpMyAdmin SQL Dump
4-- version 3.2.4
5-- http://www.phpmyadmin.net
6--
7-- Machine: localhost
8-- Genereertijd: 09 Apr 2017 om 13:53
9-- Serverversie: 5.1.41
10-- PHP-Versie: 5.3.1
11
12SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
13
14
15/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
16/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
17/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
18/*!40101 SET NAMES utf8 */;
19
20--
21-- Database: `1.0.5`
22--
23
24-- --------------------------------------------------------
25
26--
27-- Tabelstructuur voor tabel `achievements`
28--
29
30DROP TABLE IF EXISTS `achievements`;
31CREATE TABLE IF NOT EXISTS `achievements` (
32 `id` int(10) NOT NULL AUTO_INCREMENT,
33 `name` varchar(64) NOT NULL DEFAULT 'ACH_',
34 `category` enum('identity','explore','music','social','games','room_builder','pets','tools','events') NOT NULL DEFAULT 'identity',
35 `level` int(11) NOT NULL DEFAULT '1',
36 `pixels` int(11) NOT NULL DEFAULT '100',
37 `points` int(11) DEFAULT '10',
38 `progress_needed` int(11) NOT NULL DEFAULT '1',
39 PRIMARY KEY (`name`,`level`),
40 UNIQUE KEY `id` (`id`)
41) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2576 ;
42
43--
44-- Gegevens worden uitgevoerd voor tabel `achievements`
45--
46
47INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `pixels`, `points`, `progress_needed`) VALUES
48(435, 'Guide', 'identity', 1, 5, 0, 1),
49(436, 'Guide', 'identity', 2, 10, 5, 3),
50(437, 'Guide', 'identity', 3, 15, 10, 5),
51(438, 'Guide', 'identity', 4, 20, 15, 10),
52(439, 'Guide', 'identity', 5, 25, 20, 25),
53(440, 'Guide', 'identity', 6, 30, 25, 55),
54(441, 'Guide', 'identity', 7, 35, 30, 90),
55(442, 'Guide', 'identity', 8, 40, 35, 120),
56(443, 'Guide', 'identity', 9, 45, 40, 160),
57(444, 'Guide', 'identity', 10, 50, 45, 200),
58(445, 'Graduate', 'identity', 1, 5, 0, 1),
59(447, 'Login', 'identity', 1, 5, 0, 5),
60(448, 'Login', 'identity', 2, 10, 5, 13),
61(449, 'Login', 'identity', 3, 15, 10, 28),
62(450, 'Login', 'identity', 4, 20, 15, 56),
63(451, 'Login', 'identity', 5, 25, 20, 91),
64(452, 'Login', 'identity', 6, 30, 25, 141),
65(453, 'Login', 'identity', 7, 35, 30, 201),
66(454, 'Login', 'identity', 8, 40, 35, 271),
67(455, 'Login', 'identity', 9, 45, 40, 351),
68(456, 'Login', 'identity', 10, 50, 45, 451),
69(457, 'GamePlayed', 'games', 1, 5, 0, 1),
70(458, 'GamePlayed', 'games', 2, 10, 5, 6),
71(459, 'GamePlayed', 'games', 3, 15, 10, 26),
72(460, 'GamePlayed', 'games', 4, 20, 15, 76),
73(461, 'GamePlayed', 'games', 5, 25, 20, 176),
74(462, 'GamePlayed', 'games', 6, 30, 25, 336),
75(463, 'GamePlayed', 'games', 7, 35, 30, 536),
76(464, 'GamePlayed', 'games', 8, 40, 35, 816),
77(465, 'GamePlayed', 'games', 9, 45, 40, 1176),
78(466, 'GamePlayed', 'games', 10, 50, 45, 1616),
79(467, 'AvatarLooks', 'identity', 1, 5, 0, 1),
80(468, 'Student', 'identity', 1, 5, 0, 1),
81(469, 'RoomEntry', 'explore', 1, 5, 0, 5),
82(470, 'RoomEntry', 'explore', 2, 10, 5, 20),
83(471, 'RoomEntry', 'explore', 3, 15, 10, 50),
84(472, 'RoomEntry', 'explore', 4, 20, 15, 100),
85(473, 'RoomEntry', 'explore', 5, 25, 20, 160),
86(474, 'RoomEntry', 'explore', 6, 30, 25, 240),
87(475, 'RoomEntry', 'explore', 7, 35, 30, 360),
88(476, 'RoomEntry', 'explore', 8, 40, 35, 500),
89(477, 'RoomEntry', 'explore', 9, 45, 40, 660),
90(478, 'RoomEntry', 'explore', 10, 50, 45, 860),
91(479, 'Motto', 'identity', 1, 5, 0, 1),
92(480, 'HappyHour', 'events', 1, 5, 0, 1),
93(481, 'RegistrationDuration', 'identity', 1, 5, 0, 3),
94(482, 'RegistrationDuration', 'identity', 2, 10, 5, 21),
95(483, 'RegistrationDuration', 'identity', 3, 15, 10, 56),
96(484, 'RegistrationDuration', 'identity', 4, 20, 15, 112),
97(485, 'RegistrationDuration', 'identity', 5, 25, 20, 168),
98(486, 'RegistrationDuration', 'identity', 6, 30, 25, 365),
99(487, 'RegistrationDuration', 'identity', 7, 35, 30, 730),
100(488, 'RegistrationDuration', 'identity', 8, 40, 35, 1095),
101(489, 'RegistrationDuration', 'identity', 9, 45, 40, 1460),
102(490, 'RegistrationDuration', 'identity', 10, 50, 45, 1825),
103(491, 'HabboClub', 'identity', 1, 5, 0, 0),
104(492, 'HabboClub', 'identity', 2, 10, 5, 12),
105(493, 'HabboClub', 'identity', 3, 15, 10, 36),
106(494, 'HabboClub', 'identity', 4
107[ERR] 1146 - Table 'emu.items_base' doesn't exist
108[ERR]
109INSERT INTO `items_base` (`id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_lay`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `effect_id_male`, `effect_id_female`, `multiheight`) VALUES
110(2079, 3672, 'Hidden Pyramid', 'wf_pyramid', 's', 1, 1, 0.10, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'pyramid', 0, '0', 0, 0, ''),
111(2080, 3673, 'WIRED Trigger: Score Is Achieved', 'wf_trg_score_achieved', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_trg_score_achieved', 4, '0', 0, 0, ''),
112(2081, 3674, 'WIRED Effect: Teleport To Furni', 'wf_act_teleport_to', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_act_teleport_to', 1, '0', 0, 0, ''),
113(2082, 3675, 'WIRED Trigger: User Says Keyword', 'wf_trg_says_something', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_trg_says_something', 4, '0', 0, 0, ''),
114(2083, 3676, 'Color Wheel', 'wf_colorwheel', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 10, '0', 0, 0, ''),
115(2084, 3677, 'Three Way Wires', 'wf_wire4', 's', 1, 1, 0.10, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', 0, 0, ''),
116(2085, 3678, 'WIRED Trigger: User Walks Off Furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_trg_walks_off_furni', 4, '0', 0, 0, ''),
117(2086, 3679, 'WIRED Trigger: At Set Time', 'wf_trg_at_given_time', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_trg_at_given_time', 4, '0', 0, 0, ''),
118(2087, 3680, 'WIRED Trigger: Game Ends', 'wf_trg_game_ends', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_trg_game_ends', 5, '0', 0, 0, ''),
119(2088, 3681, 'WIRED Effect: Show Message', 'wf_act_show_message', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_act_show_message', 4, '0', 0, 0, ''),
120(2089, 3682, 'WIRED Condition: Less Than x Secs Elapsed Since Timer Reset', 'wf_cnd_time_less_than', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_cnd_time_less_than', 2, '0', 0, 0, ''),
121(2090, 3683, 'WIRED Trigger: User Enters Room', 'wf_trg_enter_room', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_trg_enter_room', 4, '0', 0, 0, ''),
122(2091, 3684, 'ads_hh_safe name', 'ads_hh_safe', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', 0, 0, ''),
123(2092, 3685, 'WIRED Effect: Toggle Furni State', 'wf_act_toggle_state', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_act_toggle_state', 4, '0', 0, 0, ''),
124(2093, 3686, 'Wall Of Flame', 'wf_firegate', 's', 1, 1, 0.10, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', 0, 0, ''),
125(2094, 3687, 'Ringplate', 'wf_ringplate', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'pressureplate', 2, '0', 0, 0, ''),
126(2095, 3688, 'Pressure Plate', 'wf_pressureplate', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'pressureplate', 2, '0', 0, 0, ''),
127(2096, 3689, 'Glowball', 'wf_glowball', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', 0, 0, ''),
128(2097, 3690, 'bb_lightstrip name', 'bb_lightstrip', 's', 1, 1, 0.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', 0, 0, ''),
129(2098, 3691, 'WIRED Effect: Timer Reset', 'wf_act_reset_timers', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_act_reset_timers', 4, '0', 0, 0, ''),
130(2099, 3692, 'WIRED Condition: Furni has users', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_cnd_furnis_hv_avtrs', 2, '0', 0, 0, ''),
131(2100, 3693, 'Arrow Plate', 'wf_arrowplate', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'pressureplate', 4, '0', 0, 0, ''),
132(2101, 3694, 'WIRED Condition: Triggering User Is On Furni', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_cnd_trggrer_on_frn', 2, '0', 0, 0, ''),
133(2102, 3695, 'WIRED Condition: Furni States And Positions Match', 'wf_cnd_match_snapshot', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'wf_cnd_match_snapshot', 2, '0', 0, 0, ''),
134(2103, 3696, 'Floor Wiring', 'wf_wire1', 's', 1, 1, 0.10, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', 0, 0, ''),
135(2104, 3697, 'WIRED Effect: Give Points', 'wf_act_give_score', 's', 1, 1, 0.65, 0, 1, 0, 0, 1, 1, 1, 1,
136[ERR] 1146 - Table 'emu.soundtracks' doesn't exist
137[ERR]
138
139--
140-- Gegevens worden uitgevoerd voor tabel `soundtracks`
141--
142
143INSERT INTO `soundtracks` (`id`, `code`, `name`, `author`, `track`, `length`) VALUES
144(1, 'ballad_of_bonnie', 'The Ballad of Bonnie Blonde', 'Pixel! at the Disco', '1:371,8;374,4;378,4;0,4;378,4;0,4;377,4;378,4;0,6;371,4;0,4;370,3;377,2;0,7:2:353,24;358,4;363,4;353,10;367,4;353,4;367,4;353,8:3:0,4;291,2;365,2;0,2;365,2;377,2;365,2;377,2;365,2;377,2;0,2;359,4;352,4;357,1;0,1;365,2;0,2;292,4;0,3;357,1;292,4;0,3;357,1;292,4;296,4:4:0,2;368,22;354,4;368,26;361,8:', 124),
145(2, 'bossa_nova', 'Push the Call for Help', 'BanzaiBabes', '1:317,6;318,4;319,4;317,4;319,4;0,2:2:0,2;316,4;0,4;316,4;0,4;316,4;0,2:3:0,6;321,4;323,4;322,10:4:0,18;321,2;324,2;0,2:', 48),
146(3, 'doorman_frank', 'Monotone Hotel Sounds', 'Doorman Frank', '1:4,24:2:2,24:3:0,24:4:0,24:', 48),
147(4, 'pianissimo', 'Haven''t Friend Request You Yet', 'Micheal Bauble', '1:280,4;281,4;282,4;283,4;284,4;285,4;286,4;287,4;288,4:2:0,36:3:0,36:4:0,36:', 72),
148(5, '', 'Sounds That Fit Double Rainbows', 'Kallomies', '1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:', 88),
149(6, 'gold_coin_digger', 'Gold Coin Digger', 'Kayne Quest', '1:104,10;102,8;104,4;102,8;104,4:2:0,2;181,8;182,8;181,4;182,8;130,2;106,2:3:0,2;105,2;106,2;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;187,1;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;184,1;72,1;100,2;0,1:4:0,4;103,6;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;103,4;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;105,2;101,1;0,1:', 68),
150(7, 'miami_miamor', 'Too Lost In Lido', 'BanzaiBabes', '1:317,4;408,7;0,1;410,16;413,4;406,4;410,8;412,4:2:0,2;321,2;443,22;91,2;317,8;443,8;412,2;0,2:3:0,3;320,2;0,7;414,4;445,4;412,2;323,2;412,4;96,2;412,2;414,4;445,7;448,1;317,4:4:0,3;324,2;0,6;448,1;0,6;96,2;322,4;96,2;99,2;322,4;412,2;0,2;322,2;96,2;322,2;0,1;324,2;0,3:', 96),
151(8, 'limber_take', 'Pixelrazzi', 'Lady BlaBla', '1:0,3;167,1;163,2;0,2;142,2;163,2;142,2;163,2;142,2;163,2;142,2;0,1;88,1;142,2;163,2;142,2;163,2;142,2;163,2;142,2;163,2:2:89,16;0,2;143,4;119,4;143,4;89,2;119,4;143,4:3:0,3;121,2;0,1;164,2;140,8;141,6;0,1;168,1;141,16:4:0,2;139,2;123,4;143,8;144,2;89,2;144,2;0,1;90,1;144,2;89,2;0,2;89,2;144,2;89,2;0,2;89,2:', 80),
152(9, 'klub_haus', 'Touch the Skyscraper', 'Kayne Quest', '1:274,4;275,4;276,8;274,4;276,4;274,4:2:0,4;278,4;279,4;273,12;277,3;0,1:3:0,4;429,2;0,4;430,2;429,2;340,2;342,4;429,2;261,2;342,4:4:0,2;340,2;0,3;429,2;0,1;259,2;271,4;254,12:', 56),
153(10, 'disco_extreme', 'About VIP Now', 'BanzaiBabes', '1:152,20;146,1;0,1;152,4;151,4;152,20;153,4:2:0,8;145,12;146,1;0,1;145,4;0,1;151,2;0,1;145,20;0,1;150,2;0,1:3:0,10;150,2;146,1;0,1;150,2;146,1;0,1;150,2;146,1;0,7;151,2;0,2;150,2;146,1;0,1;150,2;146,1;0,1;150,2;0,1;146,1;0,1;146,1;0,1;146,3;0,4:4:0,4;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,4;147,2;148,6;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;0,4:', 108),
154(11, 'good_trade', 'The Good Trade', 'Kayne Quest', '1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:', 104),
155(12, 'haadolocknloll', 'I Write Bans not Tragedies', 'Pixel! at the Disco', '1:248,4;247,4;252,4;251,8;245,4;250,4;252,4:2:359,4;250,4;359,4;345,8;0,4;359,8:3:0,3;347,1;359,4;352,8;342,4;350,4;342,4;350,4:4:0,3;357,1;334,4;246,4;343,12;334,4;340,2;0,1;347,1:', 64),
156(13, 'weirdodo', 'Furni Face', 'Lady BlaBla', '1:379,4;45,4;0,1;205,2;42,5;37,4;384,2;41,4;42,5;0,2:2:0,3;199,3;0,1;383,3;519,4;515,8;519,8;39,2;0,1:3:0,2;205,2;382,4;522,2;516,12;518,8;0,3:4:0,4;386,2;0,2;43,1;0,1;207,3;202,1;520,8;44,2;0,2;520,4;207,3:', 66),
157(14, 'double_peks', 'Habbowood', 'Micheal Bauble', '1:280,4;265,4;264,4;263,8;0,16:2:262,4;263,8;266,4;267,4;264,12;262,4:3:0,4;268,8;26
158[ERR] 1146 - Table 'emu.pet_breeding_races' doesn't exist
159[ERR]
160INSERT INTO `pet_breeding_races` (`pet_type`, `rarity_level`, `breed`) VALUES ('28', '2', '13');
161INSERT INTO `pet_breeding_races` (`pet_type`, `rarity_level`, `breed`) VALUES ('28', '3', '14');
162INSERT INTO `pet_breeding_races` (`pet_type`, `rarity_level`, `breed`) VALUES ('28', '3', '15');
163INSERT INTO `pet_breeding_races` (`pet_type`, `rarity_level`, `breed`) VALUES ('28', '3', '16');
164INSERT INTO `pet_breeding_races` (`pet_type`, `rarity_level`, `breed`) VALUES ('28', '3', '17');
165INSERT INTO `pet_breeding_races` (`pet_type`, `rarity_level`, `breed`) VALUES ('28', '4', '18');
166INSERT INTO `pet_breeding_races` (`pet_type`, `rarity_level`, `breed`) VALUES ('28', '4', '19');
167INSERT INTO `pet_breeding_races` (`pet_type`, `rarity_level`, `breed`) VALUES ('28', '4', '20');
168
169ALTER TABLE `pet_actions` ADD `offspring_type` INT(3) NOT NULL DEFAULT '-1' AFTER `pet_name`;
170
171INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '1', '10', '0', '10', '1');
172INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '2', '20', '0', '20', '10');
173INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '3', '30', '0', '30', '30');
174INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '4', '40', '0', '40', '60');
175INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '5', '50', '0', '50', '120');
176INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '6', '60', '0', '60', '240');
177INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '7', '70', '0', '70', '600');
178INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '8', '80', '0', '80', '1200');
179INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '9', '90', '0', '90', '2400');
180INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'Trampolinist', 'games', '10', '100', '0', '100', '4800');
181
182INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'CrossTrainer', 'games', '1', '10', '0', '10', '1');
183INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'CrossTrainer', 'games', '2', '20', '0', '20', '10');
184INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'CrossTrainer', 'games', '3', '30', '0', '30', '30');
185INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'CrossTrainer', 'games', '4', '40', '0', '40', '60');
186INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'CrossTrainer', 'games', '5', '50', '0', '50', '120');
187INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (NULL, 'CrossTrainer', 'games', '6', '60', '0', '60', '240');
188INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES (
189[SQL] Finished with error