Вход Регистрация
Файл: baza.sql
Строк: 2139
-- phpMyAdmin SQL Dump -- version 3.2.3 -- http://www.phpmyadmin.net -- --
Хост: localhost -- Время создания: Апр 22 2013 г.,
23:16 -- Версия сервера: 5.1.40 -- Версия PHP:
5.3.3 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET
@OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET
@OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET
@OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES
utf8 */; -- -- База данных: `tttttt` -- --
-------------------------------------------------------- -- --
Структура таблицы `clan` -- CREATE TABLE IF NOT EXISTS
`clan` ( `name` varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci
NOT NULL, `lider` varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci
NOT NULL, `reg` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci
NOT NULL, `set_m` int(11) NOT NULL, `desk` text CHARACTER SET utf8
COLLATE utf8_unicode_ci NOT NULL, `serebro` int(11) NOT NULL, `gold`
int(11) NOT NULL, `energy` int(11) NOT NULL, `id` int(11) NOT NULL
AUTO_INCREMENT, `set_sklad` int(11) NOT NULL, `opts` int(11) NOT NULL,
PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1
AUTO_INCREMENT=13 ; -- -- Дамп данных таблицы
`clan` -- INSERT INTO `clan` (`name`, `lider`, `reg`, `set_m`, `desk`,
`serebro`, `gold`, `energy`, `id`, `set_sklad`, `opts`) VALUES ('Stalwors',
'Test', '23:50 16.04.13', 0, '', 0, 0, 0, 12, 0, 0); --
-------------------------------------------------------- -- --
Структура таблицы `config` -- CREATE TABLE IF NOT EXISTS
`config` ( `history` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
`autor` varchar(500) COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM
DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Дамп данных
таблицы `config` -- INSERT INTO `config` (`history`, `autor`)
VALUES ('Находи корешей, выбивай папиросы,
набивай наколки, мотай ходки в зонах,
выполняй движухи, и многое
другое.<br>Приятный интерфейс, живое
общение, геймплей, навсегда сделают Вас
фанатом этой игры!', '&copy; dej550 &copy;'); --
-------------------------------------------------------- -- --
Структура таблицы `l2_chat` -- CREATE TABLE IF NOT EXISTS
`l2_chat` ( `id` int(15) NOT NULL AUTO_INCREMENT, `nick` varchar(16)
COLLATE utf8_unicode_ci NOT NULL, `komentaras` text COLLATE
utf8_unicode_ci NOT NULL, `kada` varchar(15) COLLATE utf8_unicode_ci NOT
NULL, `time` varchar(15) COLLATE utf8_unicode_ci NOT NULL, `usr`
varchar(16) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) )
ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
AUTO_INCREMENT=351 ; -- -- Дамп данных таблицы
`l2_chat` -- INSERT INTO `l2_chat` (`id`, `nick`, `komentaras`, `kada`,
`time`, `usr`) VALUES (341, 'Test', 'hjh', '13/04/20 18:31:', '18:31
20.04.13', ''), (342, 'Test', 'hjh', '13/04/20 18:32:', '18:32 20.04.13',
''), (343, 'Test', 'hjh', '13/04/20 18:32:', '18:32 20.04.13', ''), (344,
'Test', '8', '13/04/20 21:13:', '21:12 20.04.13', ''), (345, 'Test',
'Test,n ', '13/04/20 21:17:', '21:17 20.04.13', ''), (346, 'Test', ':bah',
'13/04/20 21:52:', '21:52 20.04.13', ''), (347, 'Test', 'xrcgvyhbuiivj',
'13/04/21 15:30:', '15:30 21.04.13', ''), (348, 'Test', 'xcfvghjk',
'13/04/21 15:30:', '15:30 21.04.13', ''), (349, 'Test', 'buji', '13/04/22
22:33:', '22:32 22.04.13', ''), (350, 'Wasaaa', 'dg', '13/04/22 22:44:',
'22:44 22.04.13', ''); --
-------------------------------------------------------- -- --
Структура таблицы `l2_config` -- CREATE TABLE IF NOT
EXISTS `l2_config` ( `god` varchar(100) CHARACTER SET utf8 COLLATE
utf8_unicode_ci NOT NULL, `igra` int(2) NOT NULL, `chat` int(11) NOT
NULL, `chat2` int(11) NOT NULL, `chat3` int(11) NOT NULL, `foot`
int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Дамп
данных таблицы `l2_config` -- INSERT INTO `l2_config` (`god`,
`igra`, `chat`, `chat2`, `chat3`, `foot`) VALUES ('Онлайн Игра
L2miru.Ru - 2012', 0, 0, 0, 0, 0); --
-------------------------------------------------------- -- --
Структура таблицы `l2_i` -- CREATE TABLE IF NOT EXISTS
`l2_i` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user_from` varchar(16)
NOT NULL, `user_to` varchar(16) NOT NULL, `time` varchar(25) DEFAULT
NULL, `mail_msg` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT
CHARSET=cp1251 AUTO_INCREMENT=1200 ; -- -- Дамп данных
таблицы `l2_i` -- INSERT INTO `l2_i` (`id`, `user_from`, `user_to`,
`time`, `mail_msg`) VALUES (1195, '99', 'Test', '16:48 22.04.13',
'cfgvhbnjkm'), (1196, 'Test', '99', '16:49 22.04.13',
'vtgyhbnjmk,l'), (1197, 'Wasaaa', 'Test', '22:45 22.04.13',
'rgrgg'), (1198, 'Test', 'Wasaaa', '22:46 22.04.13', 'rt'), (1199, 'Test',
'Wasaaa', '22:52 22.04.13', 'rt'); --
-------------------------------------------------------- -- --
Структура таблицы `l2_ignor` -- CREATE TABLE IF NOT EXISTS
`l2_ignor` ( `nick` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
`ignor` varchar(16) COLLATE utf8_unicode_ci NOT NULL, `id` int(11) NOT
NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT
CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Дамп
данных таблицы `l2_ignor` -- --
-------------------------------------------------------- -- --
Структура таблицы `l2_item` -- CREATE TABLE IF NOT EXISTS
`l2_item` ( `id` int(11) NOT NULL AUTO_INCREMENT, `usr` varchar(16)
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `tip` varchar(25)
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `name` varchar(100)
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `klas` varchar(10)
NOT NULL, `cena` int(11) NOT NULL, `zahit` int(11) NOT NULL, `atak`
int(11) NOT NULL, `nlvl` int(11) NOT NULL, `image` varchar(5) CHARACTER
SET utf8 COLLATE utf8_unicode_ci NOT NULL, `bonus` int(11) NOT NULL,
`grade` varchar(5) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=1332 ; -- -- Дамп данных таблицы
`l2_item` -- INSERT INTO `l2_item` (`id`, `usr`, `tip`, `name`, `klas`,
`cena`, `zahit`, `atak`, `nlvl`, `image`, `bonus`, `grade`) VALUES (1313,
'Test', 'weapon', 'Short Sword', 'not', 590, 0, 8, 0, 'not', 0,
'NG'), (1314, 'Test', 'weapon', 'Short Spear', 'not', 105000, 0, 24, 0,
'not', 0, 'NG'), (1315, 'Test', 'weapon', 'Short Sword', 'not', 590, 0, 8,
0, 'not', 0, 'NG'), (1316, 'Test', 'body', 'Cotton Tunic', 'not', 1870, 21,
0, 0, 'not', 0, 'NG'), (1324, 'Test', 'nogi', 'Divine Boots', 'not',
275100, 39, 0, 40, 'yes', 0, 'C'), (1318, 'Test', 'ruki', 'Short Gloves',
'not', 28, 9, 0, 0, 'yes', 0, 'NG'), (1319, 'Test', 'golova', 'Cloth Cap',
'not', 42, 13, 0, 0, 'yes', 0, 'NG'), (1320, 'Test', 'weapon', 'Iron
Gloves', 'not', 9600, 0, 13, 0, 'not', 0, 'NG'), (1321, 'Test', 'shit',
'Plate Shield', 'not', 79000, 154, 0, 20, 'not', 0, 'D'), (1322, 'Test',
'shit', 'Small Shield', 'not', 3000, 10, 0, 0, 'yes', 0, 'NG'), (1325,
'Test', 'nogi', 'Leather Shoes', 'not', 2520, 14, 0, 0, 'not', 0,
'NG'), (1326, 'Test', 'nogi', 'Leather Sandals', 'not', 28, 8, 0, 0, 'not',
0, 'NG'), (1327, 'Test', 'weapon', 'Dark Elven Bow', 'not', 9995500, 0,
105, 20, 'yes', 0, 'D'), (1328, 'resart', 'weapon', 'Short Sword', 'not',
590, 0, 6, 0, 'not', 0, 'NG'), (1329, 'resart', 'shit', 'Small Shield',
'not', 590, 3, 0, 0, 'not', 0, 'NG'), (1330, 'resart', 'body', 'Cotton
Tunic', 'not', 380, 5, 0, 0, 'not', 0, 'NG'), (1331, 'Test', 'body', 'Blue
Wolf Tunic', 'not', 1857000, 83, 0, 52, 'yes', 0, 'B'); --
-------------------------------------------------------- -- --
Структура таблицы `l2_keresha` -- CREATE TABLE IF NOT
EXISTS `l2_keresha` ( `usr` varchar(16) COLLATE utf8_unicode_ci NOT
NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `contact` varchar(16)
COLLATE utf8_unicode_ci NOT NULL, `i` int(11) NOT NULL, PRIMARY KEY
(`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
AUTO_INCREMENT=19 ; -- -- Дамп данных таблицы
`l2_keresha` -- INSERT INTO `l2_keresha` (`usr`, `id`, `contact`, `i`)
VALUES ('BuweHka', 1, 'DragonFly', 1), ('DragonFly', 2, 'BuweHka',
1), ('DragonFly', 3, 'Bronya', 1), ('Bronya', 4, 'DragonFly',
1), ('BuweHka', 5, 'Zechara', 1), ('Zechara', 6, 'BuweHka',
1), ('DragonFly', 7, 'koda', 1), ('koda', 8, 'DragonFly', 1), ('Favorit',
9, 'DragonFly', 1), ('DragonFly', 10, 'Favorit', 1), ('DragonFly', 11,
'AuTOS', 1), ('AuTOS', 12, 'DragonFly', 1), ('AuTOS', 13, 'KING',
1), ('KING', 14, 'AuTOS', 1), ('DragonFly', 15, 'KING', 1), ('KING', 16,
'DragonFly', 1), ('AuTOS', 17, 'Garik', 1), ('Garik', 18, 'AuTOS', 1); --
-------------------------------------------------------- -- --
Структура таблицы `l2_r` -- CREATE TABLE IF NOT EXISTS
`l2_r` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user_from` varchar(16)
NOT NULL, `user_to` varchar(16) NOT NULL, `time` varchar(25) DEFAULT
NULL, `read` tinyint(1) DEFAULT NULL, `mail_msg` text, PRIMARY KEY
(`id`) ) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=2916 ; -- --
Дамп данных таблицы `l2_r` -- INSERT INTO `l2_r` (`id`,
`user_from`, `user_to`, `time`, `read`, `mail_msg`) VALUES (2914, 'Test',
'Wasaaa', '22:46 22.04.13', 0, 'rt'), (2913, 'Wasaaa', 'Test', '22:45
22.04.13', 0, 'rgrgg'), (2912, 'System', 'Admin', '', 1, 'Пойди в
инвентарь и одень 3 вещи, после ступай в
городской Тренировочный зал для
новичков и атакуй монстров.'), (2911, 'System',
'Admin', '', 1, 'Пойди в инвентарь и одень 3 вещи,
после ступай в городской Тренировочный
зал для новичков и атакуй монстров.'), (2909,
'System', 'Admin', '', 1, 'Пойди в инвентарь и одень 3
вещи, после ступай в городской
Тренировочный зал для новичков и атакуй
монстров.'), (1, 'TTTT', 'Test', NULL, 0, 'ghjnkml'), (2907, '99',
'Test', '16:48 22.04.13', 0, 'cfgvhbnjkm'), (2910, 'System', 'Admin', '',
1, 'Пойди в инвентарь и одень 3 вещи, после
ступай в городской Тренировочный зал для
новичков и атакуй монстров.'); --
-------------------------------------------------------- -- --
Структура таблицы `l2_res` -- CREATE TABLE IF NOT EXISTS
`l2_res` ( `id` int(11) NOT NULL AUTO_INCREMENT, `usr` varchar(16)
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `name` varchar(50)
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `lat_name`
varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `tip`
varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `what`
varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `give`
varchar(400) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `kol`
int(11) NOT NULL, `cena` int(11) NOT NULL, `bonus` int(11) NOT NULL,
PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=576
; -- -- Дамп данных таблицы `l2_res` -- --
-------------------------------------------------------- -- --
Структура таблицы `l2_shop` -- CREATE TABLE IF NOT EXISTS
`l2_shop` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tip` varchar(25)
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `tipes` varchar(50)
NOT NULL, `grade` varchar(5) CHARACTER SET utf8 COLLATE utf8_unicode_ci
NOT NULL, `name` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci
NOT NULL, `cena` varchar(30) NOT NULL, `atak` int(11) NOT NULL,
`zahit` int(11) NOT NULL, `klas` varchar(10) CHARACTER SET utf8 COLLATE
utf8_unicode_ci NOT NULL, `nlvl` int(11) NOT NULL, `bonus` int(11) NOT
NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=375 ; -- -- Дамп данных таблицы
`l2_shop` -- INSERT INTO `l2_shop` (`id`, `tip`, `tipes`, `grade`, `name`,
`cena`, `atak`, `zahit`, `klas`, `nlvl`, `bonus`) VALUES (1, 'weapon',
'mech', 'S84', 'Archangel Sword', '205337600', 350, 0, 'not', 84, 0), (2,
'weapon', 'mech', 'S84', 'Eternal Core Sword', '305337600', 437, 0, 'not',
84, 0), (3, 'weapon', 'mech', 'S84', 'Veniplant Sword', '171246400', 322,
0, 'not', 84, 0), (4, 'weapon', 'mech', 'S84', 'Periel Sword', '191246400',
415, 0, 'not', 84, 0), (5, 'weapon', 'mech', 'S84', 'Vesper Buster',
'146873000', 317, 0, 'not', 84, 0), (6, 'weapon', 'mech', 'S84', 'Vesper
Cutter', '196873000', 396, 0, 'not', 84, 0), (7, 'weapon', 'mech', 'S80',
'Icarus Spirit', '103439000', 290, 0, 'not', 80, 0), (8, 'weapon', 'mech',
'S80', 'Icarus Sawsword', '109439000', 363, 0, 'not', 80, 0), (9, 'weapon',
'mech', 'S', 'Dynasty Phantom', '74946000', 267, 0, 'not', 76, 0), (10,
'weapon', 'mech', 'S', 'Dynasty Sword', '84946000', 333, 0, 'not', 76,
0), (11, 'weapon', 'mech', 'S', 'Forgotten Blade', '42759400', 281, 0,
'not', 76, 0), (12, 'weapon', 'mech', 'A', 'Sword of Miracles', '18741000',
186, 0, 'not', 62, 0), (13, 'weapon', 'mech', 'A', 'Elemental Sword',
'14098000', 170, 0, 'not', 62, 0), (14, 'weapon', 'mech', 'A', 'Tallum
Blade', '16098000', 213, 0, 'not', 62, 0), (15, 'weapon', 'mech', 'B',
'Sword of Damascus', '12091400', 194, 0, 'not', 52, 0), (16, 'weapon',
'mech', 'B', 'Sword of Valhalla', '6680500', 140, 0, 'not', 52, 0), (17,
'weapon', 'mech', 'C', 'Ecliptic Sword', '4713500', 125, 0, 'not', 40,
0), (18, 'weapon', 'mech', 'C', 'Samurai Longsword', '8713500', 156, 0,
'not', 40, 0), (19, 'weapon', 'mech', 'C', 'Sword of Whispering Death',
'3304300', 111, 0, 'not', 40, 0), (20, 'weapon', 'mech', 'C', 'Sword of
Nightmare', '5304300', 139, 0, 'not', 40, 0), (21, 'weapon', 'mech', 'C',
'Sword of Limit', '5304300', 139, 0, 'not', 40, 0), (22, 'weapon', 'mech',
'C', 'Tsurugi', '6304300', 139, 0, 'not', 40, 0), (23, 'weapon', 'mech',
'C', 'Sword of Delusion', '6304300', 139, 0, 'not', 40, 0), (24, 'weapon',
'mech', 'C', 'Caliburs', '6304300', 139, 0, 'not', 40, 0), (25, 'weapon',
'mech', 'C', 'Raid Sword', '3209700', 122, 0, 'not', 40, 0), (26, 'weapon',
'mech', 'C', 'Spirit Sword', '3209700', 122, 0, 'not', 40, 0), (27,
'weapon', 'mech', 'C', 'Katana', '3209700', 122, 0, 'not', 40, 0), (28,
'weapon', 'mech', 'C', 'Shamshir', '3102564', 117, 0, 'not', 40, 0), (29,
'weapon', 'mech', 'C', 'Mysterious Sword', '1762900', 85, 0, 'not', 40,
0), (30, 'weapon', 'mech', 'C', 'Stormbringer', '1962900', 107, 0, 'not',
40, 0), (31, 'weapon', 'mech', 'D', 'Elven Long Sword', '1387000', 92, 0,
'not', 20, 0), (32, 'weapon', 'mech', 'D', 'Sword of Magic Fog', '1074000',
63, 0, 'not', 20, 0), (33, 'weapon', 'mech', 'D', 'Sword of Revolution',
'1084000', 79, 0, 'not', 20, 0), (34, 'weapon', 'mech', 'D', 'Elven Sword',
'743500', 64, 0, 'not', 20, 0), (35, 'weapon', 'mech', 'D', 'Crimson
Sword', '743500', 64, 0, 'not', 20, 0), (36, 'weapon', 'mech', 'D', 'Sword
of Occult', '550800', 43, 0, 'not', 20, 0), (37, 'weapon', 'mech', 'D',
'Sword of Mystic', '550800', 43, 0, 'not', 20, 0), (38, 'weapon', 'mech',
'NG', 'Falchion', '188000', 31, 0, 'not', 0, 0), (39, 'weapon', 'mech',
'NG', 'Sword of Watershadow', '105000', 24, 0, 'not', 0, 0), (40, 'weapon',
'mech', 'NG', 'Sword of Reflection', '105000', 24, 0, 'not', 0, 0), (41,
'weapon', 'mech', 'NG', 'Sword of Binding', '41600', 17, 0, 'not', 0,
0), (42, 'weapon', 'mech', 'NG', 'Broadsword', '9600', 11, 0, 'not', 0,
0), (43, 'weapon', 'mech', 'NG', 'Short Sword', '590', 8, 0, 'not', 0,
0), (44, 'weapon', 'rapers', 'S84', 'Heavenstare Rapier', '205337600', 396,
0, 'not', 84, 0), (45, 'weapon', 'rapers', 'S84', 'Gemtail Rapier',
'171246400', 376, 0, 'not', 84, 0), (46, 'weapon', 'rapers', 'S84', 'Vesper
Pincer', '146873000', 359, 0, 'not', 84, 0), (47, 'weapon', 'rapers',
'S80', 'Icarus Stinger', '103439000', 329, 0, 'not', 80, 0), (48, 'weapon',
'rapers', 'S80', 'Dynasty Rapier', '74946000', 302, 0, 'not', 80, 0), (49,
'weapon', 'rapers', 'S', 'Laevateinn', '42759400', 255, 0, 'not', 76,
0), (50, 'weapon', 'rapers', 'S', 'Eclair Bijou', '26968400', 228, 0,
'not', 76, 0), (51, 'weapon', 'rapers', 'A', 'Lacerator', '20741000', 210,
0, 'not', 62, 0), (52, 'weapon', 'rapers', 'A', 'White Lightning',
'14098000', 193, 0, 'not', 62, 0), (53, 'weapon', 'rapers', 'A',
'Colichemarde', '10091400', 176, 0, 'not', 62, 0), (54, 'weapon', 'rapers',
'B', 'Military Fleuret', '6680500', 159, 0, 'not', 52, 0), (55, 'weapon',
'rapers', 'C', 'Blinzlasher', '3304300', 126, 0, 'not', 40, 0), (56,
'weapon', 'rapers', 'C', 'Chevalier Rapier', '2209700', 111, 0, 'not', 40,
0), (57, 'weapon', 'rapers', 'D', 'Grand Epee', '1387000', 83, 0, 'not',
20, 0), (58, 'weapon', 'rapers', 'D', 'Epee', '1074000', 72, 0, 'not', 20,
0), (59, 'weapon', 'rapers', 'D', 'Estoc', '743500', 58, 0, 'not', 20,
0), (60, 'weapon', 'rapers', 'D', 'Fleuret', '495500', 46, 0, 'not', 20,
0), (61, 'weapon', 'lucas', 'S84', 'Recurve Thorne Bow', '205337600', 794,
0, 'not', 84, 0), (62, 'weapon', 'lucas', 'S84', 'Vesper Thrower',
'146873000', 724, 0, 'not', 84, 0), (63, 'weapon', 'lucas', 'S80', 'Icarus
Spitter', '103439000', 689, 0, 'not', 80, 0), (64, 'weapon', 'lucas', 'S',
'Dynasty Bow', '74946000', 654, 0, 'not', 76, 0), (65, 'weapon', 'lucas',
'S', 'Draconic Bow', '42759400', 581, 0, 'not', 76, 0), (66, 'weapon',
'lucas', 'A', 'Soul Bow', '20741000', 528, 0, 'not', 62, 0), (67, 'weapon',
'lucas', 'A', 'Carnage Bow', '14098000', 440, 0, 'not', 62, 0), (68,
'weapon', 'lucas', 'A', 'Bow of Peril', '10091400', 400, 0, 'not', 62,
0), (69, 'weapon', 'lucas', 'B', 'Dark Elven Long Bow', '6680500', 397, 0,
'not', 52, 0), (70, 'weapon', 'lucas', 'C', 'Akat Long Bow', '3304300',
316, 0, 'not', 40, 0), (71, 'weapon', 'lucas', 'C', 'Noble Elven Bow',
'2209700', 252, 0, 'not', 40, 0), (72, 'weapon', 'lucas', 'C',
'Crystallized Ice Bow', '1762900', 220, 0, 'not', 40, 0), (73, 'weapon',
'lucas', 'D', 'Light Crossbow', '1387000', 191, 0, 'not', 20, 0), (74,
'weapon', 'lucas', 'D', 'Strengthened Long Bow', '1074000', 179, 0, 'not',
20, 0), (75, 'weapon', 'lucas', 'D', 'Gastraphetes', '743500', 8, 0, 'not',
20, 0), (76, 'weapon', 'lucas', 'D', 'Dark Elven Bow', '9995500', 105, 0,
'not', 20, 0), (77, 'weapon', 'lucas', 'NG', 'Composite Bow', '188000', 64,
0, 'not', 0, 0), (78, 'weapon', 'lucas', 'NG', 'Forest Bow', '105000', 49,
0, 'not', 0, 0), (79, 'weapon', 'lucas', 'NG', 'Short Bow', '590', 16, 0,
'not', 0, 0), (80, 'weapon', 'kn', 'S84', 'Mamba Edge', '205337600', 382,
0, 'not', 84, 0), (81, 'weapon', 'kn', 'S84', 'Skull Edge', '171246400',
363, 0, 'not', 84, 0), (82, 'weapon', 'kn', 'S84', 'Vesper Shaper',
'146873000', 346, 0, 'not', 84, 0), (83, 'weapon', 'kn', 'S80', 'Icarus
Disperser', '103439000', 318, 0, 'not', 80, 0), (84, 'weapon', 'kn', 'S',
'Dynasty Knife', '74946000', 291, 0, 'not', 76, 0), (85, 'weapon', 'kn',
'S', 'Angel Slayer', '42759400', 246, 0, 'not', 76, 0), (86, 'weapon',
'kn', 'A', 'Naga Storm', '26968400', 220, 0, 'not', 62, 0), (87, 'weapon',
'kn', 'A', 'Soul Separator', '20741000', 203, 0, 'not', 62, 0), (88,
'weapon', 'kn', 'A', 'Bloody Orchid', '14098000', 186, 0, 'not', 62,
0), (89, 'weapon', 'kn', 'B', 'Demon Dagger', '10091400', 170, 0, 'not',
52, 0), (90, 'weapon', 'kn', 'B', 'Hell Knife', '6680500', 122, 0, 'not',
52, 0), (91, 'weapon', 'kn', 'B', 'Kris', '6680500', 153, 0, 'not', 52,
0), (92, 'weapon', 'kn', 'C', 'Crystal Dagger', '4713500', 136, 0, 'not',
40, 0), (93, 'weapon', 'kn', 'C', 'Dark Screamer', '3304300', 122, 0,
'not', 40, 0), (94, 'weapon', 'kn', 'C', 'Grace Dagger', '3304300', 122, 0,
'not', 40, 0), (95, 'weapon', 'kn', 'C', 'Soulfire Dirk', '2209700', 86, 0,
'not', 40, 0), (96, 'weapon', 'kn', 'C', 'Stiletto', '3209700', 107, 0,
'not', 40, 0), (97, 'weapon', 'kn', 'C', 'Dark Elven Dagger', '1762900',
94, 0, 'not', 40, 0), (98, 'weapon', 'kn', 'C', 'Cursed Dagger', '1762900',
94, 0, 'not', 40, 0), (99, 'weapon', 'kn', 'D', 'Mithril Dagger',
'1387000', 80, 0, 'not', 20, 0), (100, 'weapon', 'kn', 'D', 'Maingauche',
'1074000', 69, 0, 'not', 20, 0), (101, 'weapon', 'kn', 'D', 'Mystic Knife',
'743500', 45, 0, 'not', 20, 0), (102, 'weapon', 'kn', 'D', 'Dagger of
Mana', '743500', 45, 0, 'not', 20, 0), (103, 'weapon', 'kn', 'D', 'Kukuri',
'959500', 56, 0, 'not', 20, 0), (104, 'weapon', 'kn', 'D', 'Poniard
Dagger', '495500', 45, 0, 'not', 20, 0), (105, 'weapon', 'kn', 'D',
'Crafted Dagger', '315000', 35, 0, 'not', 20, 0), (106, 'weapon', 'kn',
'NG', 'Sword Breaker', '188000', 27, 0, 'not', 0, 0), (107, 'weapon', 'kn',
'NG', 'Throwing Knife', '105000', 21, 0, 'not', 0, 0), (108, 'weapon',
'kn', 'NG', 'Dirk', '41600', 15, 0, 'not', 0, 0), (109, 'weapon', 'kn',
'NG', 'Doom Dagger', '9600', 10, 0, 'not', 0, 0), (110, 'weapon', 'ks',
'S84', 'Demitelum', '205337600', 437, 0, 'not', 84, 0), (111, 'weapon',
'ks', 'S84', 'Doubletop Spear', '171246400', 415, 0, 'not', 84, 0), (112,
'weapon', 'ks', 'S84', 'Vesper Stormer', '146873000', 396, 0, 'not', 84,
0), (113, 'weapon', 'ks', 'S84', 'Icarus Trident', '103439000', 363, 0,
'not', 84, 0), (114, 'weapon', 'ks', 'S', 'Dynasty Halberd', '74946000',
333, 0, 'not', 76, 0), (115, 'weapon', 'ks', 'S', 'Saint Spear',
'42759400', 281, 0, 'not', 76, 0), (116, 'weapon', 'ks', 'A', 'Tallum
Glaive', '20741000', 232, 0, 'not', 62, 0), (117, 'weapon', 'ks', 'A',
'Halberd', '14098000', 213, 0, 'not', 62, 0), (118, 'weapon', 'ks', 'B',
'Lance', '10091400', 194, 0, 'not', 52, 0), (119, 'weapon', 'ks', 'B',
'Great Axe', '6680500', 175, 0, 'not', 52, 0), (120, 'weapon', 'ks', 'C',
'Orcish Poleaxe', '4713500', 156, 0, 'not', 40, 0), (121, 'weapon', 'ks',
'C', 'Widow Maker', '3677700', 144, 0, 'not', 40, 0), (122, 'weapon', 'ks',
'C', 'Scorpion', '3677700', 144, 0, 'not', 40, 0), (123, 'weapon', 'ks',
'C', 'Poleaxe', '3304300', 139, 0, 'not', 40, 0), (124, 'weapon', 'ks',
'C', 'Bec de Corbin', '2209700', 122, 0, 'not', 40, 0), (125, 'weapon',
'ks', 'C', 'Body Slasher', '1762900', 107, 0, 'not', 40, 0), (126,
'weapon', 'ks', 'C', 'Orcish Glaive', '1762900', 107, 0, 'not', 40,
0), (127, 'weapon', 'ks', 'D', 'Glaive', '1387000', 92, 0, 'not', 20,
0), (128, 'weapon', 'ks', 'D', 'War Pick', '1074000', 79, 0, 'not', 20,
0), (129, 'weapon', 'ks', 'D', 'Winged Spear', '1074000', 79, 0, 'not', 20,
0), (130, 'weapon', 'ks', 'D', 'Dwarven Pike', '743500', 64, 0, 'not', 20,
0), (131, 'weapon', 'ks', 'D', 'Dwarven Trident', '495500', 51, 0, 'not',
20, 0), (132, 'weapon', 'ks', 'D', 'Trident', '315000', 40, 0, 'not', 20,
0), (133, 'weapon', 'ks', 'NG', 'Great Spear', '188000', 31, 0, 'not', 0,
0), (134, 'weapon', 'ks', 'NG', 'Short Spear', '105000', 24, 0, 'not', 0,
0), (135, 'weapon', 'arbals', 'S84', 'Thorne Crossbow', '205337600', 487,
0, 'not', 84, 0), (136, 'weapon', 'arbals', 'S84', 'Dominion Crossbow',
'171246400', 471, 0, 'not', 84, 0), (137, 'weapon', 'arbals', 'S84',
'Vesper Sheutjeh', '146873000', 444, 0, 'not', 84, 0), (138, 'weapon',
'arbals', 'S80', 'Icarus Shooter', '103439000', 422, 0, 'not', 80,
0), (139, 'weapon', 'arbals', 'S', 'Dynasty Crossbow', '74946000', 401, 0,
'not', 76, 0), (140, 'weapon', 'arbals', 'S', 'Sarnga', '42759400', 356, 0,
'not', 76, 0), (141, 'weapon', 'arbals', 'S', 'Screaming Vengeance',
'26968400', 318, 0, 'not', 76, 0), (142, 'weapon', 'arbals', 'A', 'Reaper',
'20741000', 294, 0, 'not', 62, 0), (143, 'weapon', 'arbals', 'A',
'Doomchanter', '14098000', 270, 0, 'not', 62, 0), (144, 'weapon', 'arbals',
'B', 'Hell Hound', '10091400', 245, 0, 'not', 52, 0), (145, 'weapon',
'arbals', 'B', 'Peacemaker', '6680500', 221, 0, 'not', 52, 0), (146,
'weapon', 'arbals', 'C', 'Sharpshooter', '4713500', 198, 0, 'not', 40,
0), (147, 'weapon', 'arbals', 'C', 'Tathlum', '3304300', 176, 0, 'not', 40,
0), (148, 'weapon', 'arbals', 'C', 'Ballista', '2209700', 155, 0, 'not',
40, 0), (149, 'weapon', 'arbals', 'C', 'Arbalest', '1762900', 135, 0,
'not', 40, 0), (150, 'weapon', 'arbals', 'D', 'Cranequin', '1387000', 117,
0, 'not', 20, 0), (151, 'weapon', 'arbals', 'D', 'Arm Breaker', '1074000',
100, 0, 'not', 20, 0), (152, 'weapon', 'arbals', 'D', 'Crossbow', '743500',
81, 0, 'not', 20, 0), (153, 'weapon', 'kest', 'C', 'Chakram', '1762900',
130, 0, 'not', 40, 0), (154, 'weapon', 'kest', 'NG', 'Viper Fang',
'188000', 38, 0, 'not', 0, 0), (155, 'weapon', 'kest', 'NG', 'Cestus',
'105000', 29, 0, 'not', 0, 0), (156, 'weapon', 'kest', 'NG', 'Fox Claw
Gloves', '41600', 21, 0, 'not', 0, 0), (157, 'weapon', 'kest', 'NG', 'Fist
of Butcher', '19500', 16, 0, 'not', 0, 0), (158, 'weapon', 'kest', 'NG',
'Iron Gloves', '9600', 13, 0, 'not', 0, 0), (159, 'body', 'dospeh', 'S84',
'Sealed Elegia Tunic', '50128000', 0, 129, 'not', 84, 0), (160, 'body',
'dospeh', 'S84', 'Sealed Vesper Noble Tunic', '41880000', 0, 118, 'not',
84, 0), (161, 'body', 'dospeh', 'S84', 'Sealed Vorpal Tunic', '44808000',
0, 124, 'not', 84, 0), (162, 'body', 'dospeh', 'S84', 'Sealed Vesper
Tunic', '35000000', 0, 118, 'not', 84, 0), (163, 'body', 'dospeh', 'S84',
'Sealed Elegia Hose', '31324800', 0, 80, 'not', 84, 0), (164, 'body',
'dospeh', 'S84', 'Sealed Vorpal Hose', '26124800', 0, 78, 'not', 84,
0), (165, 'body', 'dospeh', 'S84', 'Sealed Vesper Noble Stockings',
'21876000', 0, 74, 'not', 84, 0), (166, 'body', 'dospeh', 'S80', 'Sealed
Moirai Tunic', '25209600', 0, 112, 'not', 80, 0), (167, 'body', 'dospeh',
'S80', 'Sealed Moirai Hose', '15766400', 0, 70, 'not', 80, 0), (168,
'body', 'dospeh', 'S', 'Sealed Dynasty Tunic', '18298000', 0, 107, 'not',
76, 0), (169, 'body', 'dospeh', 'S', 'Sealed Major Arcana Robe',
'15577000', 0, 157, 'not', 76, 0), (170, 'body', 'dospeh', 'S', 'Sealed
Dynasty Stockings', '11436000', 0, 67, 'not', 76, 0), (171, 'body',
'dospeh', 'A', 'Sealed Majestic Robe', '6603000', 0, 147, 'not', 62,
0), (172, 'body', 'dospeh', 'A', 'Sealed Nightmare Robe', '6603000', 0,
147, 'not', 62, 0), (173, 'body', 'dospeh', 'A', 'Sealed Tallum Tunic',
'2671000', 0, 86, 'not', 62, 0), (174, 'body', 'dospeh', 'A', 'Sealed
Tallum Stockings', '1670000', 0, 53, 'not', 62, 0), (175, 'body', 'dospeh',
'B', 'Avadon Robe', '1946000', 0, 127, 'not', 52, 0), (176, 'body',
'dospeh', 'B', 'Blue Wolf Tunic', '1857000', 0, 83, 'not', 52, 0), (177,
'body', 'dospeh', 'B', 'Tunic of Zubei', '1197000', 0, 78, 'not', 52,
0), (178, 'body', 'dospeh', 'C', 'Divine Tunic', '825000', 0, 74, 'not',
40, 0), (179, 'body', 'dospeh', 'C', 'Robe of Seal', '603900', 0, 105,
'not', 40, 0), (180, 'body', 'dospeh', 'D', 'Tunic of Knowledge', '117000',
0, 49, 'not', 20, 0), (181, 'body', 'dospeh', 'D', 'Cursed Tunic', '48200',
0, 39, 'not', 20, 0), (182, 'body', 'dospeh', 'NG', 'Tunic of Magic',
'28400', 0, 34, 'not', 0, 0), (183, 'body', 'dospeh', 'NG', 'Tunic of
Devotion', '15600', 0, 30, 'not', 0, 0), (184, 'body', 'dospeh', 'NG',
'Leather Tunic', '6120', 0, 25, 'not', 0, 0), (185, 'body', 'dospeh', 'NG',
'Cotton Tunic', '1870', 0, 21, 'not', 0, 0), (186, 'nogi', 'sapog', 'S84',
'Sealed Elegia Shoes', '16702400', 0, 74, 'not', 84, 0), (187, 'nogi',
'sapog', 'S84', 'Sealed Vesper Noble Shoes', '13960000', 0, 68, 'not', 84,
0), (188, 'nogi', 'sapog', 'S84', 'Sealed Vorpal Shoes', '13936000', 0, 71,
'not', 84, 0), (189, 'nogi', 'sapog', 'S84', 'Sealed Vesper Shoes',
'11667000', 0, 68, 'not', 84, 0), (190, 'nogi', 'sapog', 'S80', 'Sealed
Moirai Boots', '8403200', 0, 64, 'not', 80, 0), (191, 'nogi', 'sapog', 'S',
'Sealed Dynasty Shoes', '6099000', 0, 61, 'not', 76, 0), (192, 'nogi',
'sapog', 'S', 'Sealed Major Arcana Boots', '3195000', 0, 55, 'not', 76,
0), (193, 'nogi', 'sapog', 'A', 'Sealed Majestic Boots', '1355000', 0, 49,
'not', 62, 0), (194, 'nogi', 'sapog', 'A', 'Sealed Boots of Nightmare',
'1355000', 0, 49, 'not', 62, 0), (195, 'nogi', 'sapog', 'A', 'Sealed Tallum
Boots', '890000', 0, 46, 'not', 62, 0), (196, 'nogi', 'sapog', 'B', 'Boots
of Doom', '618800', 0, 44, 'not', 52, 0), (197, 'nogi', 'sapog', 'C',
'Drake Leather Boots', '275100', 0, 39, 'not', 40, 0), (198, 'nogi',
'sapog', 'C', 'Divine Boots', '275100', 0, 39, 'not', 40, 0), (199, 'nogi',
'sapog', 'C', 'Theca Leather Boots', '211600', 0, 37, 'not', 40, 0), (200,
'nogi', 'sapog', 'C', 'Crimson Boots', '123900', 0, 34, 'not', 40,
0), (201, 'nogi', 'sapog', 'C', 'Boots of Seal', '97100', 0, 32, 'not', 40,
0), (202, 'nogi', 'sapog', 'C', 'Salamander Skin Boots', '75200', 0, 29,
'not', 40, 0), (203, 'nogi', 'sapog', 'C', 'Assault Boots', '75200', 0, 29,
'not', 40, 0), (204, 'nogi', 'sapog', 'D', 'Elven Mithril Boots', '57400',
0, 27, 'not', 20, 0), (205, 'nogi', 'sapog', 'NG', 'Low Boots', '5210', 0,
15, 'not', 0, 0), (206, 'nogi', 'sapog', 'NG', 'Leather Shoes', '2520', 0,
14, 'not', 0, 0), (207, 'nogi', 'sapog', 'NG', 'Leather Sandals', '28', 0,
8, 'not', 0, 0), (208, 'ruki', 'perch', 'S84', 'Sealed Elegia Gloves',
'16702400', 0, 74, 'not', 84, 0), (209, 'ruki', 'perch', 'S84', 'Sealed
Elegia Leather Gloves', '16702400', 0, 74, 'not', 84, 0), (210, 'ruki',
'perch', 'S84', 'Sealed Vesper Noble Gloves', '13960000', 0, 68, 'not', 84,
0), (211, 'ruki', 'perch', 'S80', 'Sealed Moirai Gloves', '8403200', 0, 64,
'not', 80, 0), (212, 'ruki', 'perch', 'S80', 'Sealed Dynasty Leather
Gloves', '6099000', 0, 61, 'not', 80, 0), (213, 'ruki', 'perch', 'S',
'Sealed Major Arcana Glove', '3195000', 0, 55, 'not', 76, 0), (214, 'ruki',
'perch', 'A', 'Sealed Gauntlets of Nightmare', '1355000', 0, 49, 'not', 62,
0), (215, 'ruki', 'perch', 'B', 'Blue Wolf Gloves', '618800', 0, 44, 'not',
52, 0), (216, 'ruki', 'perch', 'C', 'Divine Gloves', '275100', 0, 39,
'not', 40, 0), (217, 'ruki', 'perch', 'C', 'Theca Leather Gloves',
'211600', 0, 37, 'not', 40, 0), (218, 'ruki', 'perch', 'C', 'Rind Leather
Gloves', '123900', 0, 34, 'not', 40, 0), (219, 'ruki', 'perch', 'D', 'Ogre
Power Gauntlets', '75200', 0, 29, 'not', 20, 0), (220, 'ruki', 'perch',
'D', 'Manticore Skin Gloves', '57400', 0, 27, 'not', 20, 0), (221, 'ruki',
'perch', 'D', 'Bracer', '9500', 0, 17, 'not', 20, 0), (222, 'ruki',
'perch', 'NG', 'Short Gloves', '28', 0, 9, 'not', 0, 0), (223, 'golova',
'helms', 'S84', 'Sealed Elegia Circlet', '25064000', 0, 110, 'not', 84,
0), (224, 'golova', 'helms', 'S84', 'Sealed Elegia Leather Helmet',
'25064000', 0, 110, 'not', 84, 0), (225, 'golova', 'helms', 'S84', 'Sealed
Vorpal Circlet', '20904000', 0, 107, 'not', 84, 0), (226, 'golova',
'helms', 'S84', 'Sealed Vesper Noble Helmet', '17500000', 0, 101, 'not',
84, 0), (227, 'golova', 'helms', 'S80', 'Sealed Moirai Leather Helmet',
'12604800', 0, 96, 'not', 80, 0), (228, 'golova', 'helms', 'S', 'Sealed
Dynasty Circlet', '9149000', 0, 92, 'not', 76, 0), (229, 'golova', 'helms',
'S', 'Sealed Major Arcana Circlet', '4793000', 0, 83, 'not', 76, 0), (230,
'golova', 'helms', 'A', 'Sealed Majestic Circlet', '2032000', 0, 73, 'not',
62, 0), (231, 'golova', 'helms', 'A', 'Sealed Tallum Helmet', '1336000', 0,
69, 'not', 62, 0), (232, 'golova', 'helms', 'B', 'Doom Helmet', '928300',
0, 66, 'not', 52, 0), (233, 'golova', 'helms', 'B', 'Avadon Circlet',
'598600', 0, 62, 'not', 52, 0), (234, 'golova', 'helms', 'C', 'Full Plate
Helmet', '412600', 0, 58, 'not', 40, 0), (235, 'golova', 'helms', 'C',
'Composite Helmet', '283200', 0, 54, 'not', 40, 0), (236, 'golova',
'helms', 'C', 'Chain Helmet', '112800', 0, 45, 'not', 40, 0), (237,
'golova', 'helms', 'D', 'Plate Helmet', '112800', 0, 44, 'not', 20,
0), (238, 'golova', 'helms', 'D', 'Helmet', '58600', 0, 37, 'not', 20,
0), (239, 'golova', 'helms', 'D', 'Hard Leather Helmet', '14200', 0, 26,
'not', 20, 0), (240, 'golova', 'helms', 'NG', 'Cloth Cap', '42', 0, 13,
'not', 0, 0), (241, 'shit', 'shts', 'S84', 'Sealed Elegia Shield',
'17555200', 0, 392, 'not', 84, 0), (242, 'shit', 'shts', 'S84', 'Sealed
Vorpal Shield', '14643200', 0, 379, 'not', 84, 0), (243, 'shit', 'shts',
'S84', 'Sealed Vesper Shield', '12250000', 0, 352, 'not', 84, 0), (244,
'shit', 'shts', 'S80', 'Sealed Moirai Shield', '8819200', 0, 337, 'not',
80, 0), (245, 'shit', 'shts', 'S', 'Sealed Dynasty Shield', '6404000', 0,
305, 'not', 76, 0), (246, 'shit', 'shts', 'A', 'Sealed Shield of
Nightmare', '1422000', 0, 256, 'not', 62, 0), (247, 'shit', 'shts', 'A',
'Sealed Dark Crystal Shield', '935000', 0, 243, 'not', 62, 0), (248,
'shit', 'shts', 'B', 'Doom Shield', '649800', 0, 230, 'not', 52, 0), (249,
'shit', 'shts', 'B', 'Avadon Shield', '419000', 0, 216, 'not', 52,
0), (250, 'shit', 'shts', 'C', 'Full Plate Shield', '288800', 0, 203,
'not', 40, 0), (251, 'shit', 'shts', 'C', 'Composite Shield', '198300', 0,
190, 'not', 40, 0), (252, 'shit', 'shts', 'C', 'Tower Shield', '198300', 0,
190, 'not', 40, 0), (253, 'shit', 'shts', 'C', 'Dwarven Chain Shield',
'120100', 0, 174, 'not', 40, 0), (254, 'shit', 'shts', 'C', 'Chain Shield',
'102000', 0, 166, 'not', 40, 0), (255, 'shit', 'shts', 'C', 'Eldarake',
'102000', 0, 166, 'not', 40, 0), (256, 'shit', 'shts', 'D', 'Plate Shield',
'79000', 0, 154, 'not', 20, 0), (257, 'shit', 'shts', 'D', 'Square Shield',
'79000', 0, 154, 'not', 20, 0), (258, 'shit', 'shts', 'NG', 'Bone Shield',
'9900', 0, 90, 'not', 0, 0), (259, 'shit', 'shts', 'NG', 'Round Shield',
'5470', 0, 79, 'not', 0, 0), (260, 'shit', 'shts', 'NG', 'Small Shield',
'3000', 0, 10, 'not', 0, 0), (262, 'amulet', 'sheya', 'S84', 'Blessed Freya
Necklace', '14726400', 0, 132, 'not', 84, 0), (263, 'amulet', 'sheya',
'S84', 'Freya Necklace', '14726400', 0, 125, 'not', 84, 0), (264, 'amulet',
'sheya', 'S84', 'Sealed Elegia Necklace', '14726400', 0, 121, 'not', 84,
0), (265, 'amulet', 'sheya', 'S84', 'Sealed Vorpal Necklace', '12292800',
0, 115, 'not', 84, 0), (266, 'amulet', 'sheya', 'S84', 'Sealed Vesper
Necklace', '9315000', 0, 110, 'not', 84, 0), (267, 'amulet', 'sheya',
'S80', 'Sealed Moirai Necklace', '7404800', 0, 101, 'not', 80, 0), (268,
'amulet', 'sheya', 'S', 'Sealed Dynasty Necklace', '5376000', 0, 95, 'not',
76, 0), (269, 'amulet', 'sheya', 'S', 'Necklace of Valakas', '4940000', 0,
125, 'not', 76, 0), (270, 'amulet', 'sheya', 'S', 'Sealed Tateossian
Necklace', '4361000', 0, 91, 'not', 76, 0), (271, 'amulet', 'sheya', 'A',
'Sealed Majestic Necklace', '1998000', 0, 80, 'not', 62, 0), (272,
'amulet', 'sheya', 'A', 'Sealed Phoenix Necklace', '1340000', 0, 76, 'not',
62, 0), (273, 'amulet', 'sheya', 'B', 'Necklace of Black Ore', '948000', 0,
72, 'not', 52, 0), (274, 'amulet', 'sheya', 'B', 'Necklace of Blessing',
'621200', 0, 68, 'not', 52, 0), (275, 'amulet', 'sheya', 'C', 'Necklace of
Binding', '434400', 0, 64, 'not', 40, 0), (276, 'amulet', 'sheya', 'C',
'Necklace of Mermaid', '302100', 0, 60, 'not', 40, 0), (277, 'amulet',
'sheya', 'C', 'Necklace of Darkness', '124400', 0, 48, 'not', 40, 0), (278,
'amulet', 'sheya', 'D', 'Elven Necklace', '95800', 0, 45, 'not', 20,
0), (279, 'amulet', 'sheya', 'D', 'Blue Diamond Necklace', '16400', 0, 28,
'not', 20, 0), (280, 'amulet', 'sheya', 'NG', 'Necklace of Wisdom', '9120',
0, 25, 'not', 0, 0), (281, 'kolco2', 'ringring', 'S84', 'Sealed Elegia
Ring', '7363200', 0, 61, 'not', 84, 0), (282, 'kolco', 'lvring', 'S84',
'Sealed Elegia Ring', '7363200', 0, 61, 'not', 84, 0), (283, 'kolco',
'lvring', 'S84', 'Sealed Vorpal Ring', '6136000', 0, 57, 'not', 84,
0), (284, 'kolco2', 'ringring', 'S84', 'Sealed Vorpal Ring', '6136000', 0,
57, 'not', 84, 0), (285, 'kolco2', 'ringring', 'S84', 'Sealed Vesper Ring',
'4658000', 0, 55, 'not', 84, 0), (286, 'kolco', 'lvring', 'S84', 'Sealed
Vesper Ring', '4658000', 0, 55, 'not', 84, 0), (287, 'kolco', 'lvring',
'S80', 'Sealed Moirai Ring', '3702400', 0, 53, 'not', 80, 0), (288,
'kolco2', 'ringring', 'S80', 'Sealed Moirai Ring', '3702400', 0, 53, 'not',
80, 0), (289, 'kolco2', 'ringring', 'S', 'Sealed Dynasty Ring', '2688000',
0, 53, 'not', 76, 0), (290, 'kolco', 'lvring', 'S', 'Sealed Dynasty Ring',
'2688000', 0, 53, 'not', 76, 0), (291, 'kolco2', 'ringring', 'S', 'Sealed
Tateossian Ring', '2180000', 0, 46, 'not', 76, 0), (292, 'kolco', 'lvring',
'S', 'Sealed Tateossian Ring', '2180000', 0, 46, 'not', 76, 0), (293,
'kolco', 'lvring', 'S', 'Ring of Baium', '1730000', 0, 48, 'not', 76,
0), (294, 'kolco2', 'ringring', 'S', 'Ring of Baium', '1730000', 0, 48,
'not', 76, 0), (295, 'kolco2', 'ringring', 'A', 'Sealed Majestic Ring',
'999000', 0, 40, 'not', 62, 0), (296, 'kolco', 'lvring', 'A', 'Sealed
Majestic Ring', '999000', 0, 40, 'not', 62, 0), (297, 'kolco', 'lvring',
'A', 'Ring of Core', '870000', 0, 48, 'not', 62, 0), (298, 'kolco2',
'ringring', 'A', 'Ring of Core', '870000', 0, 48, 'not', 62, 0), (299,
'kolco2', 'ringring', 'A', 'Sealed Phoenix Ring', '670000', 0, 38, 'not',
62, 0), (300, 'kolco2', 'ringring', 'B', 'Ring of Queen Ant', '616000', 0,
48, 'not', 52, 0), (301, 'kolco', 'lvring', 'B', 'Ring of Queen Ant',
'616000', 0, 48, 'not', 52, 0), (302, 'kolco', 'lvring', 'A', 'Sealed
Phoenix Ring', '670000', 0, 38, 'not', 62, 0), (303, 'kolco', 'lvring',
'B', 'Ring of Black Ore', '474000', 0, 36, 'not', 52, 0), (304, 'kolco2',
'ringring', 'B', 'Ring of Black Ore', '474000', 0, 36, 'not', 52, 0), (305,
'kolco2', 'ringring', 'B', 'Adamantite Ring', '310600', 0, 34, 'not', 52,
0), (306, 'kolco', 'lvring', 'B', 'Adamantite Ring', '310600', 0, 34,
'not', 52, 0), (307, 'kolco', 'lvring', 'C', 'Ring of Binding', '217200',
0, 32, 'not', 40, 0), (308, 'kolco2', 'ringring', 'C', 'Ring of Binding',
'217200', 0, 32, 'not', 40, 0), (309, 'kolco2', 'ringring', 'C', 'Ring of
Ages', '151100', 0, 30, 'not', 40, 0), (310, 'kolco', 'lvring', 'C', 'Ring
of Ages', '151100', 0, 30, 'not', 40, 0), (311, 'kolco', 'lvring', 'C',
'Ring of Protection', '100300', 0, 28, 'not', 40, 0), (312, 'kolco2',
'ringring', 'C', 'Ring of Protection', '100300', 0, 28, 'not', 40,
0), (313, 'kolco2', 'ringring', 'C', 'Aquastone Ring', '79500', 0, 26,
'not', 40, 0), (314, 'kolco', 'lvring', 'C', 'Aquastone Ring', '79500', 0,
26, 'not', 40, 0), (315, 'kolco', 'lvring', 'D', 'Elven Ring', '47900', 0,
22, 'not', 20, 0), (316, 'kolco2', 'ringring', 'D', 'Elven Ring', '47900',
0, 22, 'not', 20, 0), (317, 'kolco2', 'ringring', 'D', 'Black Pearl Ring',
'33000', 0, 20, 'not', 20, 0), (318, 'kolco', 'lvring', 'D', 'Black Pearl
Ring', '33000', 0, 20, 'not', 20, 0), (319, 'kolco', 'lvring', 'D', 'Ring
of Devotion', '13800', 0, 16, 'not', 20, 0), (320, 'kolco2', 'ringring',
'D', 'Ring of Devotion', '13800', 0, 16, 'not', 20, 0), (340, 'serga',
'lvserg', 'S', 'Sealed Tateossian Earring', '3270000', 0, 68, 'not', 76,
0), (339, 'serga', 'lvserg', 'S', 'Earring of Antharas', '3700000', 0, 94,
'not', 76, 0), (338, 'serga', 'lvserg', 'S', 'Sealed Dynasty Earring',
'4032000', 0, 71, 'not', 76, 0), (336, 'serga', 'lvserg', 'S84', 'Sealed
Vesper Earring', '6986000', 0, 83, 'not', 84, 0), (337, 'serga', 'lvserg',
'S80', 'Sealed Moirai Earring', '5553600', 0, 76, 'not', 80, 0), (335,
'serga', 'lvserg', 'S84', 'Sealed Elegia Earring', '11044800', 0, 92,
'not', 84, 0), (334, 'serga', 'lvserg', 'S84', 'Sealed Vorpal Earring',
'13603200', 0, 86, 'not', 84, 0), (341, 'serga', 'lvserg', 'A', 'Sealed
Majestic Earring', '1498000', 0, 60, 'not', 62, 0), (342, 'serga',
'lvserg', 'A', 'Earring of Orfen', '1300000', 0, 71, 'not', 62, 0), (343,
'serga', 'lvserg', 'A', 'Sealed Phoenix Earring', '1005000', 0, 57, 'not',
62, 0), (344, 'serga', 'lvserg', 'B', 'Earring of Black Ore', '711000', 0,
54, 'not', 52, 0), (345, 'serga', 'lvserg', 'B', 'Earring of Mana',
'465900', 0, 51, 'not', 52, 0), (346, 'serga', 'lvserg', 'B', 'Adamantite
Earring', '465900', 0, 51, 'not', 52, 0), (347, 'serga', 'lvserg', 'C',
'Blessed Earring', '325800', 0, 48, 'not', 40, 0), (348, 'serga', 'lvserg',
'C', 'Earring of Binding', '226600', 0, 45, 'not', 40, 0), (349, 'serga',
'lvserg', 'C', 'Earring of Protection', '150500', 0, 42, 'not', 40,
0), (350, 'serga', 'lvserg', 'C', 'Moonstone Earring', '119300', 0, 39,
'not', 40, 0), (351, 'serga', 'lvserg', 'D', 'Elven Earring', '71900', 0,
34, 'not', 20, 0), (352, 'serga', 'lvserg', 'D', 'Enchanted Earring',
'32800', 0, 27, 'not', 20, 0), (353, 'serga', 'lvserg', 'D', 'Red Crescent
Earring', '20700', 0, 24, 'not', 20, 0), (354, 'serga2', 'ringuh', 'S84',
'Sealed Vorpal Earring', '13603200', 0, 86, 'not', 84, 0), (355, 'serga2',
'ringuh', 'S84', 'Sealed Elegia Earring', '11044800', 0, 92, 'not', 84,
0), (356, 'serga2', 'ringuh', 'S84', 'Sealed Vesper Earring', '6986000', 0,
83, 'not', 84, 0), (357, 'serga2', 'ringuh', 'S80', 'Sealed Moirai
Earring', '5553600', 0, 76, 'not', 80, 0), (358, 'serga2', 'ringuh', 'S',
'Sealed Dynasty Earring', '4032000', 0, 71, 'not', 76, 0), (359, 'serga2',
'ringuh', 'S', 'Earring of Antharas', '3700000', 0, 94, 'not', 76,
0), (360, 'serga2', 'ringuh', 'S', 'Sealed Tateossian Earring', '3270000',
0, 68, 'not', 76, 0), (361, 'serga2', 'ringuh', 'A', 'Sealed Majestic
Earring', '1498000', 0, 60, 'not', 62, 0), (362, 'serga2', 'ringuh', 'A',
'Earring of Orfen', '1300000', 0, 71, 'not', 62, 0), (363, 'serga2',
'ringuh', 'A', 'Sealed Phoenix Earring', '1005000', 0, 57, 'not', 62,
0), (364, 'serga2', 'ringuh', 'B', 'Earring of Black Ore', '711000', 0, 54,
'not', 52, 0), (365, 'serga2', 'ringuh', 'B', 'Earring of Mana', '465900',
0, 51, 'not', 52, 0), (366, 'serga2', 'ringuh', 'B', 'Adamantite Earring',
'465900', 0, 51, 'not', 52, 0), (367, 'serga2', 'ringuh', 'C', 'Blessed
Earring', '325800', 0, 48, 'not', 40, 0), (368, 'serga2', 'ringuh', 'C',
'Earring of Binding', '226600', 0, 45, 'not', 40, 0), (369, 'serga2',
'ringuh', 'C', 'Earring of Protection', '150500', 0, 42, 'not', 40,
0), (370, 'serga2', 'ringuh', 'C', 'Moonstone Earring', '119300', 0, 39,
'not', 40, 0), (371, 'serga2', 'ringuh', 'D', 'Elven Earring', '71900', 0,
34, 'not', 20, 0), (372, 'serga2', 'ringuh', 'D', 'Enchanted Earring',
'32800', 0, 27, 'not', 20, 0), (373, 'serga2', 'ringuh', 'D', 'Red Crescent
Earring', '20700', 0, 24, 'not', 20, 0), (374, 'weapon', 'udocka', 'NG',
'Baby Duck Rod', '100000', 5, 0, 'not', 0, 2); --
-------------------------------------------------------- -- --
Структура таблицы `online` -- CREATE TABLE IF NOT EXISTS
`online` ( `usr` varchar(10) COLLATE utf8_unicode_ci NOT NULL, `laikas`
int(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8
COLLATE=utf8_unicode_ci; -- -- Дамп данных таблицы
`online` -- INSERT INTO `online` (`usr`, `laikas`) VALUES ('Test',
11111); -- -------------------------------------------------------- -- --
Структура таблицы `pers` -- CREATE TABLE IF NOT EXISTS
`pers` ( `avatar` varchar(55) COLLATE utf8_unicode_ci NOT NULL, `nick`
varchar(10) CHARACTER SET utf8 NOT NULL, `progres` tinyint(4) NOT NULL,
`pol` varchar(5) COLLATE utf8_unicode_ci NOT NULL, `pass` varchar(23)
CHARACTER SET utf8 NOT NULL, `kods` varchar(10) COLLATE utf8_unicode_ci
NOT NULL, `lvisit` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `gold`
int(11) NOT NULL, `serebro` int(11) NOT NULL, `hp` int(11) NOT NULL,
`lvl` int(11) NOT NULL, `cave_time` int(11) NOT NULL, `cave`
enum('0','1') COLLATE utf8_unicode_ci NOT NULL, `prava` int(11) NOT
NULL, `status` int(11) NOT NULL, `sila` int(11) NOT NULL, `armor`
mediumint(9) NOT NULL, `zahita` int(11) NOT NULL, `uvorot` int(11) NOT
NULL, `krit` int(11) NOT NULL, `hp2` int(11) NOT NULL, `usr`
varchar(50) COLLATE utf8_unicode_ci NOT NULL, `clan` varchar(15) COLLATE
utf8_unicode_ci NOT NULL, `fight_time` int(11) NOT NULL, `rab`
smallint(6) NOT NULL, `rudnik_time` int(11) NOT NULL, `npacan` int(11)
NOT NULL, `plus_ball` int(11) NOT NULL, `mana` int(11) NOT NULL,
`mana2` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8
COLLATE=utf8_unicode_ci; -- -- Дамп данных таблицы
`pers` -- INSERT INTO `pers` (`avatar`, `nick`, `progres`, `pol`, `pass`,
`kods`, `lvisit`, `gold`, `serebro`, `hp`, `lvl`, `cave_time`, `cave`,
`prava`, `status`, `sila`, `armor`, `zahita`, `uvorot`, `krit`, `hp2`,
`usr`, `clan`, `fight_time`, `rab`, `rudnik_time`, `npacan`, `plus_ball`,
`mana`, `mana2`) VALUES ('605329982.jpeg', 'Test', 55, '1', '111', '', '',
434749554, 10531, 41, 15, 1366489520, '1', 0, 5, 65, 26, 0, 99, 0, 60,
'/index2.php', 'Test', 1366658057, 2, 1366567675, 5, 1366224432, 48,
60), ('4294276211.jpeg', '99', 26, '', '', '', '', 0, 123, 571, 0, 0, '',
0, 0, 0, 0, 0, 0, 0, 0, '/nick_info.php', 'Test', 1366227534, 0, 0, 0,
1366224432, 60, 0), ('', 'Wasaaa', 0, 'man', '111111', 'wasaa', '', 0, 0,
60, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, '/nick_info.php', '', 0, 0, 0, 0, 0,
60, 0); -- -------------------------------------------------------- -- --
Структура таблицы `tb_forummsgs` -- CREATE TABLE IF NOT
EXISTS `tb_forummsgs` ( `oid` int(30) NOT NULL, `uid` int(30) NOT
NULL, `aid` int(30) NOT NULL, `autor` varchar(30) NOT NULL, `time`
varchar(30) NOT NULL, `msg` varchar(500) NOT NULL ) ENGINE=MyISAM DEFAULT
CHARSET=cp1251; -- -- Дамп данных таблицы
`tb_forummsgs` -- --
-------------------------------------------------------- -- --
Структура таблицы `tb_forumosts` -- CREATE TABLE IF NOT
EXISTS `tb_forumosts` ( `nick` varchar(30) NOT NULL ) ENGINE=MyISAM
DEFAULT CHARSET=cp1251; -- -- Дамп данных таблицы
`tb_forumosts` -- --
-------------------------------------------------------- -- --
Структура таблицы `tb_forums` -- CREATE TABLE IF NOT
EXISTS `tb_forums` ( `id` int(30) NOT NULL AUTO_INCREMENT, `forumname`
varchar(30) NOT NULL, `forumthemes` int(30) NOT NULL, `forummsg`
int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT
CHARSET=cp1251 AUTO_INCREMENT=10 ; -- -- Дамп данных
таблицы `tb_forums` -- INSERT INTO `tb_forums` (`id`, `forumname`,
`forumthemes`, `forummsg`) VALUES (1, 'Технический', 0, 0), (3,
'Кланы', 0, 0), (4, 'Торговля', 0, 0), (5, 'Прочее', 0,
0), (6, 'Вопросы о игре', 0, 0), (7, 'Предложения
по улучшению', 0, 0); --
-------------------------------------------------------- -- --
Структура таблицы `tb_themes` -- CREATE TABLE IF NOT
EXISTS `tb_themes` ( `id` int(30) NOT NULL, `uid` int(30) NOT NULL
AUTO_INCREMENT, `name` varchar(30) NOT NULL, `autor` varchar(30) NOT
NULL, `time` varchar(30) NOT NULL, `onoff` varchar(1) NOT NULL, `msg`
int(30) NOT NULL, `posl` varchar(30) NOT NULL, PRIMARY KEY (`uid`),
UNIQUE KEY `name` (`name`), UNIQUE KEY `name_2` (`name`) ) ENGINE=MyISAM
DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ; -- -- Дамп данных
таблицы `tb_themes` -- --
-------------------------------------------------------- -- --
Структура таблицы `turaga_clanchat` -- CREATE TABLE IF NOT
EXISTS `turaga_clanchat` ( `id` int(11) NOT NULL AUTO_INCREMENT, `clan`
varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `msg`
text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `usr` text
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `time` varchar(15)
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `prava` int(11) NOT
NULL, `status` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM
DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1446 ; -- -- Дамп данных
таблицы `turaga_clanchat` -- INSERT INTO `turaga_clanchat` (`id`,
`clan`, `msg`, `usr`, `time`, `prava`, `status`) VALUES (1442, 'Test', 'v',
'Test', '14:52 17.04.13', 0, 5), (1443, 'Test', ':)', 'Test', '23:34
21.04.13', 0, 5), (1444, 'Test', ':(', '99', '09:21 22.04.13', 0,
0), (1445, 'Test', ':bah', 'Test', '22:33 22.04.13', 0, 5); --
-------------------------------------------------------- -- --
Структура таблицы `turaga_clanlog` -- CREATE TABLE IF NOT
EXISTS `turaga_clanlog` ( `id` int(11) NOT NULL AUTO_INCREMENT, `clan`
varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `msg`
text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `time`
varchar(15) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT
CHARSET=cp1251 AUTO_INCREMENT=432 ; -- -- Дамп данных
таблицы `turaga_clanlog` -- INSERT INTO `turaga_clanlog` (`id`,
`clan`, `msg`, `time`) VALUES (431, 'Test', '<a
href="nick_info.php?nick=Test&go=go">Test</a>
положил <b>1</b> <img
src="/pictures/icons/coin.png" alt="*"/>
золота |', '14:52 17.04.13'); --
-------------------------------------------------------- -- --
Структура таблицы `turaga_invite` -- CREATE TABLE IF NOT
EXISTS `turaga_invite` ( `id` int(11) NOT NULL AUTO_INCREMENT, `clan`
varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `usr`
varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `text`
text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY
(`id`) ) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=143 ; -- --
Дамп данных таблицы `turaga_invite` -- INSERT INTO
`turaga_invite` (`id`, `clan`, `usr`, `text`) VALUES (135, 'MUSTDIE',
'AleXxXsaN', 'AleXxXsaN'); --
-------------------------------------------------------- -- --
Структура таблицы `turaga_item` -- CREATE TABLE IF NOT
EXISTS `turaga_item` ( `id` int(11) NOT NULL AUTO_INCREMENT, `usr`
varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `tip`
varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `name`
varchar(60) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `atak`
int(11) NOT NULL, `hp` int(11) NOT NULL, `image` varchar(5) CHARACTER
SET utf8 COLLATE utf8_unicode_ci NOT NULL, `petya` int(11) NOT NULL,
`yasha` int(11) NOT NULL, `nina` int(11) NOT NULL, PRIMARY KEY (`id`) )
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=267 ; -- -- Дамп
данных таблицы `turaga_item` -- INSERT INTO `turaga_item`
(`id`, `usr`, `tip`, `name`, `atak`, `hp`, `image`, `petya`, `yasha`,
`nina`) VALUES (22, 'Sexyboys', 'weapon', 'Лом', 10, 0, 'not', 53, 0,
0), (23, 'kokoko', 'weapon', 'Шипова дубина', 54, 0, 'not', 26,
17, 26), (24, '1995d', 'weapon', 'Шипова дубина', 54, 0, 'not',
26, 17, 26), (26, '3AHO3A', 'weapon', 'Острый кинжал', 100, 0,
'not', 57, 38, 37), (27, 'Elmander', 'weapon', 'Острый кинжал',
100, 0, 'not', 57, 38, 37), (28, 'DiAvOlEnOk', 'weapon', 'Острый
кинжал', 100, 0, 'not', 57, 38, 37), (261, 'kokoko', 'body',
'Мантия зэка', 0, 50, 'not', 80, 65, 37), (128, 'SMOK', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (127, 'villain', 'weapon', 'Лом', 10,
0, 'not', 53, 0, 0), (135, '_Sheik_', 'weapon', 'Лом', 10, 0, 'not', 53,
0, 0), (33, '1995d', 'weapon', 'Шипова дубина', 54, 0, 'not',
26, 17, 26), (35, 'voron_djek', 'weapon', 'Шипова дубина', 54,
0, 'not', 26, 17, 26), (36, 'kokoko', 'weapon', 'Лом', 10, 0, 'not', 53,
0, 0), (37, 'Tekkin', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (38,
'ZHUVCHUK', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (56, 'Favorit',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (83, 'Romabest', 'weapon',
'Острый кинжал', 100, 0, 'not', 57, 38, 37), (70, 'kokoko',
'body', 'Рубашка', 0, 25, 'not', 30, 72, 10), (87, 'Splash',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (163, 'ronaldo', 'body',
'Рубашка', 0, 25, 'not', 30, 72, 10), (73, 'opium', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (74, 'jamayka112', 'weapon',
'Шипова дубина', 54, 0, 'not', 26, 17, 26), (75, 'kokoko',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (76,
'opium', 'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17,
26), (77, 'rezak1', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (129,
'armagidon', 'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17,
26), (79, 'kokoko', 'weapon', 'Острый кинжал', 100, 0, 'not',
57, 38, 37), (266, 'opium', 'weapon', 'Шипова дубина', 54, 0,
'not', 26, 17, 26), (82, 'AvOn', 'weapon', 'Шипова дубина', 54,
0, 'not', 26, 17, 26), (90, 'MiShA228', 'weapon', 'Лом', 10, 0, 'not',
53, 0, 0), (250, 'opium', 'weapon', 'Острый кинжал', 100, 0,
'not', 57, 38, 37), (92, '3AHO3A', 'weapon', 'Шипова дубина',
54, 0, 'not', 26, 17, 26), (108, 'flabik', 'weapon', 'Шипова
дубина', 54, 0, 'not', 26, 17, 26), (175, 'sergiy', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (96, 'Doberman13', 'weapon',
'Шипова дубина', 54, 0, 'not', 26, 17, 26), (97, 'JIMMI',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (98,
'JIMMI', 'weapon', 'Острый кинжал', 100, 0, 'not', 57, 38,
37), (99, 'fanaman', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (100,
'kokoko', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (102, 'borzov',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (244, '3AHO3A', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (164, 'shoker', 'weapon', 'Лом', 10,
0, 'not', 53, 0, 0), (105, 'DiAvOlEnOk', 'body', 'Мантия зэка',
0, 50, 'not', 80, 65, 37), (106, 'Romabest', 'weapon', 'Острый
кинжал', 100, 0, 'not', 57, 38, 37), (109, 'jamayka112', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (110, 'stim', 'weapon', 'Острый
кинжал', 100, 0, 'not', 57, 38, 37), (111, 'Doberman13', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (112, 'opium', 'weapon', 'Шипова
дубина', 54, 0, 'not', 26, 17, 26), (113, 'Bogdan', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (162, 'XXLXXLVIP', 'weapon',
'Шипова дубина', 54, 0, 'not', 26, 17, 26), (116, 'maluk',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (219, 'Noggano', 'weapon',
'Шипова дубина', 54, 0, 'not', 26, 17, 26), (118, 'CTEPBA',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (119,
'Kondor', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (120, 'Kondor',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (122,
'DiAvOlEnOk', 'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17,
26), (123, 'sv_Patric', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (125,
'ZARJ', 'weapon', 'Острый кинжал', 100, 0, 'not', 57, 38,
37), (126, 'XiRurG', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (130,
'Margarin', 'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17,
26), (131, 'ronaldo', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (132,
'_Sheik_', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (146, 'kaktus',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (134, 'fanaman', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (136, 'Charls11', 'weapon',
'Острый кинжал', 100, 0, 'not', 57, 38, 37), (245, '7NERO7',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (138,
'Djavol', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (139, 'ZARJ',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (140, 'statix', 'weapon',
'Острый кинжал', 100, 0, 'not', 57, 38, 37), (265, 'opium',
'weapon', 'Острый кинжал', 100, 0, 'not', 57, 38, 37), (142,
'Romabest', 'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17,
26), (143, 'fanaman', 'weapon', 'Шипова дубина', 54, 0, 'not',
26, 17, 26), (144, 'Anton', 'weapon', 'Лом', 10, 0, 'not', 53, 0,
0), (145, 'DiAvOlEnOk', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (253,
'Bamboshka', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (149, 'opium',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (150, 'Noggano', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (151, '_Sheik_', 'weapon', 'Лом', 10,
0, 'not', 53, 0, 0), (183, 'XXLXXLVIP', 'weapon', 'Острый
кинжал', 100, 0, 'not', 57, 38, 37), (155, 'MALEEK', 'weapon',
'Шипова дубина', 54, 0, 'not', 26, 17, 26), (156, 'Romabest',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (157, 'stim', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (158, 'Romabest', 'weapon', 'Лом',
10, 0, 'not', 53, 0, 0), (159, 'Romabest', 'weapon', 'Шипова
дубина', 54, 0, 'not', 26, 17, 26), (160, 'Bamboshka', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (166, '_Sheik_', 'weapon', 'Шипова
дубина', 54, 0, 'not', 26, 17, 26), (167, 'fermens', 'body',
'Мантия зэка', 0, 50, 'not', 80, 65, 37), (168, '1995d',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (169, 'sv_Patric', 'weapon',
'Острый кинжал', 100, 0, 'not', 57, 38, 37), (170, 'Usa97as',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (171,
'sergiy', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (172, 'ronaldo',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (174, 'server', 'body',
'Рубашка', 0, 25, 'not', 30, 72, 10), (176, 'andrey', 'weapon',
'Шипова дубина', 54, 0, 'not', 26, 17, 26), (177, 'burmistr',
'weapon', 'Острый кинжал', 100, 0, 'not', 57, 38, 37), (178,
'7NERO7', 'body', 'Мантия зэка', 0, 50, 'not', 80, 65, 37), (179,
'andreuka', 'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17,
26), (180, 'gnom249', 'weapon', 'Шипова дубина', 54, 0, 'not',
26, 17, 26), (181, 'Romabest', 'weapon', 'Лом', 10, 0, 'not', 53, 0,
0), (182, 'dima07', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (184,
'opium', 'weapon', 'Острый кинжал', 100, 0, 'not', 57, 38,
37), (186, '795354622', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (187,
'spya', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (188, 'Regen12',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (189, 'Regen12', 'weapon',
'Шипова дубина', 54, 0, 'not', 26, 17, 26), (221, 'fanaman',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (191,
'CJIOHIK', 'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17,
26), (192, 'kokoko', 'shit', 'Щит новобранца', 0, 17, 'not',
14, 29, 31), (222, 'burmistr', 'weapon', 'Лом', 10, 0, 'not', 53, 0,
0), (194, '_Sheik_', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (207,
'Romabest', 'shit', 'Щит новобранца', 0, 17, 'not', 14, 29,
31), (196, 'jamayka112', 'weapon', 'Шипова дубина', 54, 0,
'not', 26, 17, 26), (197, 'sv_Patric', 'weapon', 'Лом', 10, 0, 'not',
53, 0, 0), (198, 'MUSTDIE', 'weapon', 'Лом', 10, 0, 'not', 53, 0,
0), (199, '1995d', 'shit', 'Щит новобранца', 0, 17, 'not', 14,
29, 31), (200, 'Kondor', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (263,
'pillar', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (202, 'Regen12',
'weapon', 'Острый кинжал', 100, 0, 'not', 57, 38, 37), (203,
'CJIOHIK', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (204, 'WILD999',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (205, 'pasha96', 'weapon',
'Острый кинжал', 100, 0, 'not', 57, 38, 37), (208, '1995d',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (209,
'Bamboshka', 'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17,
26), (210, 'furik', 'weapon', 'Шипова дубина', 54, 0, 'not',
26, 17, 26), (212, 'satanamax', 'weapon', 'Лом', 10, 0, 'not', 53, 0,
0), (214, 'ronaldo', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (215,
'1995d', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (248, 'denisss',
'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (217, '_Sheik_', 'weapon',
'Лом', 10, 0, 'not', 53, 0, 0), (220, 'omar404', 'weapon', 'Острый
кинжал', 100, 0, 'not', 57, 38, 37), (223, 'burmistr', 'weapon',
'Острый кинжал', 100, 0, 'not', 57, 38, 37), (224, 'spya',
'weapon', 'Шипова дубина', 54, 0, 'not', 26, 17, 26), (225,
'SMOK', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0), (240, 'Favorit',
'body', 'Мантия зэка', 0, 50, 'not', 80, 65, 37), (235,
'Favorit', 'body', 'Мантия зэка', 0, 50, 'not', 80, 65,
37), (236, 'Favorit', 'body', 'Мантия зэка', 0, 50, 'not', 80,
65, 37), (237, 'Favorit', 'body', 'Мантия зэка', 0, 50, 'not',
80, 65, 37), (238, 'Favorit', 'shit', 'Щит новобранца', 0, 17,
'not', 14, 29, 31), (239, 'Favorit', 'body', 'Мантия зэка', 0,
50, 'not', 80, 65, 37), (254, 'villain', 'weapon', 'Лом', 10, 0, 'not',
53, 0, 0), (234, 'ronaldo', 'weapon', 'Шипова дубина', 54, 0,
'not', 26, 17, 26), (242, 'fistawka', 'weapon', 'Лом', 10, 0, 'not', 53,
0, 0), (243, 'CJIOHIK', 'weapon', 'Шипова дубина', 54, 0,
'not', 26, 17, 26), (247, 'satanamax', 'body', 'Мантия зэка', 0,
50, 'not', 80, 65, 37), (258, 'CJIOHIK', 'weapon', 'Лом', 10, 0, 'not',
53, 0, 0), (260, 'CTEPBA', 'weapon', 'Лом', 10, 0, 'not', 53, 0, 0); --
-------------------------------------------------------- -- --
Структура таблицы `turaga_nucky` -- CREATE TABLE IF NOT
EXISTS `turaga_nucky` ( `nick` varchar(10) COLLATE utf8_unicode_ci NOT
NULL, `byturka_1` int(11) NOT NULL, `byturka_2` int(11) NOT NULL,
`byturka_3` int(11) NOT NULL, `byturka_4` int(11) NOT NULL, `byturka_5`
int(11) NOT NULL, `byturka_6` int(11) NOT NULL, `byturka_7` int(11) NOT
NULL, `kresty_1` int(11) NOT NULL, `kresty_2` int(11) NOT NULL,
`kresty_3` int(11) NOT NULL, `kresty_4` int(11) NOT NULL, `kresty_5`
int(11) NOT NULL, `kresty_6` int(11) NOT NULL, `kresty_7` int(11) NOT
NULL, `central_1` int(11) NOT NULL, `central_2` int(11) NOT NULL,
`central_3` int(11) NOT NULL, `central_4` int(11) NOT NULL, `central_5`
int(11) NOT NULL, `central_6` int(11) NOT NULL, `central_7` int(11) NOT
NULL, `presnya_1` int(11) NOT NULL, `presnya_2` int(11) NOT NULL,
`presnya_3` int(11) NOT NULL, `presnya_4` int(11) NOT NULL, `presnya_5`
int(11) NOT NULL, `presnya_6` int(11) NOT NULL, `presnya_7` int(11) NOT
NULL, `matros_1` int(11) NOT NULL, `matros_2` int(11) NOT NULL,
`matros_3` int(11) NOT NULL, `matros_4` int(11) NOT NULL, `matros_5`
int(11) NOT NULL, `matros_6` int(11) NOT NULL, `matros_7` int(11) NOT
NULL, `patyak_1` int(11) NOT NULL, `patyak_2` int(11) NOT NULL,
`patyak_3` int(11) NOT NULL, `patyak_4` int(11) NOT NULL, `patyak_5`
int(11) NOT NULL, `patyak_6` int(11) NOT NULL, `patyak_7` int(11) NOT
NULL, `lebed_1` int(11) NOT NULL, `lebed_2` int(11) NOT NULL,
`lebed_3` int(11) NOT NULL, `lebed_4` int(11) NOT NULL, `lebed_5`
int(11) NOT NULL, `lebed_6` int(11) NOT NULL, `lebed_7` int(11) NOT
NULL, `orlov_1` int(11) NOT NULL, `orlov_2` int(11) NOT NULL,
`orlov_3` int(11) NOT NULL, `orlov_4` int(11) NOT NULL, `orlov_5`
int(11) NOT NULL, `orlov_6` int(11) NOT NULL, `orlov_7` int(11) NOT
NULL, `delfin_1` int(11) NOT NULL, `delfin_2` int(11) NOT NULL,
`delfin_3` int(11) NOT NULL, `delfin_4` int(11) NOT NULL, `delfin_5`
int(11) NOT NULL, `delfin_6` int(11) NOT NULL, `delfin_7` int(11) NOT
NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- --
Дамп данных таблицы `turaga_nucky` -- INSERT INTO
`turaga_nucky` (`nick`, `byturka_1`, `byturka_2`, `byturka_3`, `byturka_4`,
`byturka_5`, `byturka_6`, `byturka_7`, `kresty_1`, `kresty_2`, `kresty_3`,
`kresty_4`, `kresty_5`, `kresty_6`, `kresty_7`, `central_1`, `central_2`,
`central_3`, `central_4`, `central_5`, `central_6`, `central_7`,
`presnya_1`, `presnya_2`, `presnya_3`, `presnya_4`, `presnya_5`,
`presnya_6`, `presnya_7`, `matros_1`, `matros_2`, `matros_3`, `matros_4`,
`matros_5`, `matros_6`, `matros_7`, `patyak_1`, `patyak_2`, `patyak_3`,
`patyak_4`, `patyak_5`, `patyak_6`, `patyak_7`, `lebed_1`, `lebed_2`,
`lebed_3`, `lebed_4`, `lebed_5`, `lebed_6`, `lebed_7`, `orlov_1`,
`orlov_2`, `orlov_3`, `orlov_4`, `orlov_5`, `orlov_6`, `orlov_7`,
`delfin_1`, `delfin_2`, `delfin_3`, `delfin_4`, `delfin_5`, `delfin_6`,
`delfin_7`) VALUES ('Wasaaa', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); --
-------------------------------------------------------- -- --
Структура таблицы `turaga_pers` -- CREATE TABLE IF NOT
EXISTS `turaga_pers` ( `nick` varchar(10) CHARACTER SET utf8 NOT NULL,
`pol` varchar(5) COLLATE utf8_unicode_ci NOT NULL, `pass` varchar(23)
CHARACTER SET utf8 NOT NULL, `kods` varchar(10) COLLATE utf8_unicode_ci
NOT NULL, `regs` varchar(25) COLLATE utf8_unicode_ci NOT NULL, `lvisit`
varchar(50) COLLATE utf8_unicode_ci NOT NULL, `gold` int(11) NOT NULL,
`serebro` int(11) NOT NULL, `baruga` int(11) NOT NULL, `siga` int(11)
NOT NULL, `energy` int(11) NOT NULL, `hp` int(11) NOT NULL, `opit`
int(11) NOT NULL, `bic` int(11) NOT NULL, `lvl` int(11) NOT NULL,
`naezdok` int(11) NOT NULL, `naezdoknot` int(11) NOT NULL, `npacan`
int(11) NOT NULL, `nblat` int(11) NOT NULL, `navt` int(11) NOT NULL,
`njugan` int(11) NOT NULL, `npont` int(11) NOT NULL, `kl1` int(11) NOT
NULL, `kl2` int(11) NOT NULL, `kl3` int(11) NOT NULL, `kl4` int(11)
NOT NULL, `pr5` int(11) NOT NULL, `pr6` int(11) NOT NULL, `pr7`
int(11) NOT NULL, `pr8` int(11) NOT NULL, `prava` int(11) NOT NULL,
`status` int(11) NOT NULL, `dvor` int(11) NOT NULL, `sila` int(11) NOT
NULL, `zahita` int(11) NOT NULL, `uvorot` int(11) NOT NULL, `krit`
int(11) NOT NULL, `hp2` int(11) NOT NULL, `masa` int(11) NOT NULL,
`talant` int(11) NOT NULL, `ybuca` int(11) NOT NULL, `finka2` int(11)
NOT NULL, `strelok` int(11) NOT NULL, `samopal2` int(11) NOT NULL,
`himik` int(11) NOT NULL, `yad2` int(11) NOT NULL, `kacok` int(11) NOT
NULL, `boec` int(11) NOT NULL, `glaz2` int(11) NOT NULL, `bocser`
int(11) NOT NULL, `uho2` int(11) NOT NULL, `futbas` int(11) NOT NULL,
`solnce2` int(11) NOT NULL, `pahs` int(11) NOT NULL, `ataka` int(11)
NOT NULL, `bashn` int(11) NOT NULL, `vecboy` int(11) NOT NULL,
`bylboy` int(11) NOT NULL, `zadanie` int(11) NOT NULL, `srocnyak1`
int(11) NOT NULL, `srocnyak2` int(11) NOT NULL, `srocnyak3` int(11) NOT
NULL, `srocnyak4` int(11) NOT NULL, `srocnyak5` int(11) NOT NULL,
`srocnyak6` int(11) NOT NULL, `vip` int(11) NOT NULL, `boss1` int(11)
NOT NULL, `bossl1` int(11) NOT NULL, `boss2` int(11) NOT NULL,
`bossl2` int(11) NOT NULL, `boss3` int(11) NOT NULL, `bossl3` int(11)
NOT NULL, `boss4` int(11) NOT NULL, `bossl4` int(11) NOT NULL,
`boss5` int(11) NOT NULL, `bossl5` int(11) NOT NULL, `ratyng1` int(11)
NOT NULL, `samopal` int(11) NOT NULL, `yad` int(11) NOT NULL, `finka`
int(11) NOT NULL, `uho` int(11) NOT NULL, `glaz` int(11) NOT NULL,
`kolen` int(11) NOT NULL, `solnce` int(11) NOT NULL, `naezdkol` int(11)
NOT NULL, `balanda` int(11) NOT NULL, `podogrev` int(11) NOT NULL,
`ip` varchar(25) COLLATE utf8_unicode_ci NOT NULL, `udacha` int(11) NOT
NULL, `casino` int(11) NOT NULL, `katala` int(11) NOT NULL, `katala2`
int(11) NOT NULL, `usr` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`hp2s` int(11) NOT NULL, `tusha` int(11) NOT NULL, `posuka` int(11) NOT
NULL, `bos1` int(11) NOT NULL, `bos2` int(11) NOT NULL, `bos3`
int(11) NOT NULL, `bos4` int(11) NOT NULL, `bos5` int(11) NOT NULL,
`vertuh1` int(11) NOT NULL, `vertuhl1` int(11) NOT NULL, `vert1`
int(11) NOT NULL, `vert2` int(11) NOT NULL, `vert3` int(11) NOT NULL,
`vert4` int(11) NOT NULL, `vert5` int(11) NOT NULL, `vert6` int(11) NOT
NULL, `vr1` int(11) NOT NULL, `vr2` int(11) NOT NULL, `vr3` int(11)
NOT NULL, `vr4` int(11) NOT NULL, `vr5` int(11) NOT NULL, `vr6`
int(11) NOT NULL, `vertuh2` int(11) NOT NULL, `vertuhl2` int(11) NOT
NULL, `vertuh3` int(11) NOT NULL, `vertuhl3` int(11) NOT NULL,
`vertuh4` int(11) NOT NULL, `vertuhl4` int(11) NOT NULL, `vertuh5`
int(11) NOT NULL, `vertuhl5` int(11) NOT NULL, `ratyng2` int(11) NOT
NULL, `clan` varchar(15) COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM
DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Дамп данных
таблицы `turaga_pers` -- INSERT INTO `turaga_pers` (`nick`, `pol`,
`pass`, `kods`, `regs`, `lvisit`, `gold`, `serebro`, `baruga`, `siga`,
`energy`, `hp`, `opit`, `bic`, `lvl`, `naezdok`, `naezdoknot`, `npacan`,
`nblat`, `navt`, `njugan`, `npont`, `kl1`, `kl2`, `kl3`, `kl4`, `pr5`,
`pr6`, `pr7`, `pr8`, `prava`, `status`, `dvor`, `sila`, `zahita`, `uvorot`,
`krit`, `hp2`, `masa`, `talant`, `ybuca`, `finka2`, `strelok`, `samopal2`,
`himik`, `yad2`, `kacok`, `boec`, `glaz2`, `bocser`, `uho2`, `futbas`,
`solnce2`, `pahs`, `ataka`, `bashn`, `vecboy`, `bylboy`, `zadanie`,
`srocnyak1`, `srocnyak2`, `srocnyak3`, `srocnyak4`, `srocnyak5`,
`srocnyak6`, `vip`, `boss1`, `bossl1`, `boss2`, `bossl2`, `boss3`,
`bossl3`, `boss4`, `bossl4`, `boss5`, `bossl5`, `ratyng1`, `samopal`,
`yad`, `finka`, `uho`, `glaz`, `kolen`, `solnce`, `naezdkol`, `balanda`,
`podogrev`, `ip`, `udacha`, `casino`, `katala`, `katala2`, `usr`, `hp2s`,
`tusha`, `posuka`, `bos1`, `bos2`, `bos3`, `bos4`, `bos5`, `vertuh1`,
`vertuhl1`, `vert1`, `vert2`, `vert3`, `vert4`, `vert5`, `vert6`, `vr1`,
`vr2`, `vr3`, `vr4`, `vr5`, `vr6`, `vertuh2`, `vertuhl2`, `vertuh3`,
`vertuhl3`, `vertuh4`, `vertuhl4`, `vertuh5`, `vertuhl5`, `ratyng2`,
`clan`) VALUES ('TTTTTTJ', 'man', 'GHFJGH', 'EHRJRUYFH', '22-4-2013
21:59:51', '0', 0, 0, 0, 0, 50, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 10000, 0,
50000, 0, 100000, 0, 300000, 0, 7, 3, 5, 5, 2, 2, 1, 5, 0, 50, '127.0.0.1',
0, 1, 0, 0, '', 50, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 25000, 0, 75000, 0, 120000, 0, 200000, 0, ''); --
-------------------------------------------------------- -- --
Структура таблицы `turaga_regenerator` -- CREATE TABLE IF
NOT EXISTS `turaga_regenerator` ( `id` int(11) NOT NULL AUTO_INCREMENT,
`usr` varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`last` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=2583 ; -- -- Дамп данных таблицы
`turaga_regenerator` -- INSERT INTO `turaga_regenerator` (`id`, `usr`,
`last`) VALUES (2553, 'rrrr', '1366544513'), (2554, 'rrrr',
'1366544551'), (2555, 'rrrr', '1366544595'), (2556, 'rrrr',
'1366544623'), (2557, 'rrrr', '1366544651'), (2558, 'rrrr',
'1366544661'), (2559, 'rrrr', '1366544674'), (2560, 'rrrr',
'1366544740'), (2561, 'rrrr', '1366544752'), (2562, 'Regi',
'1366544861'), (2563, 'Admin', '1366653080'), (2564, 'Admin',
'1366653224'), (2565, 'TYTT', '1366653311'), (2566, 'TTTTTTJ',
'1366653591'), (2567, 'Tera', '1366653743'), (2568, 'Tera3',
'1366654329'), (2569, 'tttsxdcvb', '1366654473'), (2570, 'regegegge',
'1366654570'), (2571, 'ttwaea', '1366655038'), (2572, 'ttvt',
'1366655072'), (2573, 'Tera', '1366655232'), (2574, 'TTTTTTJ',
'1366655512'), (2575, 'Wasaaa', '1366655725'), (2576, 'yyyyy',
'1366655750'), (2577, 'cvgbh', '1366655797'), (2578, 'gvbhgfcvg',
'1366655824'), (2579, 'tggr', '1366655875'), (2580, '1223',
'1366655918'), (2581, 'tgvgv', '1366656063'), (2582, 'Wasaaa',
'1366656196'); --
-------------------------------------------------------- -- --
Структура таблицы `turaga_res` -- CREATE TABLE IF NOT
EXISTS `turaga_res` ( `id` int(11) NOT NULL AUTO_INCREMENT, `usr`
varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `name`
varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`lat_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT
NULL, `tip` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT
NULL, `what` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT
NULL, `give` varchar(400) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT
NULL, `kol` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=816 ; -- -- Дамп данных
таблицы `turaga_res` -- INSERT INTO `turaga_res` (`id`, `usr`,
`name`, `lat_name`, `tip`, `what`, `give`, `kol`) VALUES (10, 'RaiNDeaD',
'Эликсир здоровья', 'kirp', 'elexir', 'hp', '5', 35), (11,
'sv_Patric', 'Эликсир здоровья', 'kirp', 'elexir', 'hp',
'5', 15), (143, 'DiAvOlEnOk', 'Эликсир здоровья', 'kirp',
'elexir', 'hp', '5', 72), (23, 'Ze4ka', 'Эликсир здоровья',
'kirp', 'elexir', 'hp', '5', 4), (19, 'maativ66', 'Эликсир
здоровья', 'kirp', 'elexir', 'hp', '5', 11), (20, 'linkor',
'Эликсир здоровья', 'kirp', 'elexir', 'hp', '5', 15), (189,
'Transmuzol', 'Эликсир здоровья', 'kirp', 'elexir', 'hp',
'5', 2), (678, 'guvarkov', 'Эликсир жизни', 'kirps', 'elexir',
'hp', '15', 1), (35, 'Taba', 'Эликсир здоровья', 'kirp',
'elexir', 'hp', '5', 1), (36, 'teken', 'Эликсир здоровья',
'kirp', 'elexir', 'hp', '5', 5), (31, 'nom33', 'Эликсир
здоровья', 'kirp', 'elexir', 'hp', '5', 6), (146, 'AvOn',
'Эликсир здоровья', 'kirp', 'elexir', 'hp', '5', 36), (34,
'fanaman', 'Эликсир мудрости', 'defas', 'elexir', 'hp',
'30', 1), (295, 'mnghy', 'Эликсир здоровья', 'kirp',
'elexir', 'hp', '5', 1), (41, 'Elmander', 'Эликсир
здоровья', 'kirp', 'elexir', 'hp', '5', 33), (42, 'Elmander',
'Эликсир жизни', 'kirps', 'elexir', 'hp', '15', 2), (287,
'mesi109', 'Эликсир здоровья', 'kirp', 'elexir', 'hp', '5',
6), (79, 'JIMMI', 'Эликсир здоровья', 'kirp', 'elexir',
'hp', '5', 41), (53, 'Lewka', 'Эликсир здоровья', 'kirp',
'elexir', 'hp', '5', 4), (114, 'PERVUY', 'Эликсир здоровья',
'kirp', 'elexir', 'hp', '5', 5), (57, 'Gangster', 'Эликсир
здоровья', 'kirp', 'elexir', 'hp', '5', 25), (116, 'lazzy',
'Эликсир здоровья', 'kirp', 'elexir', 'hp', '5', 7), (307,
'brend', 'Эликсир здоровья', 'kirp', 'elexir', 'hp', '5',
12), (122, 'fanaman', 'Эликсир здоровья', 'kirp', 'elexir',
'hp', '5', 28), (484, 'Haker', 'Эликсир здоровья', 'kirp',
'elexir', 'hp', '5', 1), (815, 'FREERUN332', 'Эликсир
здоровья', 'kirp', 'elexir', 'hp', '5', 1); --
-------------------------------------------------------- -- --
Структура таблицы `turaga_zona` -- CREATE TABLE IF NOT
EXISTS `turaga_zona` ( `nick` varchar(10) COLLATE utf8_unicode_ci NOT
NULL, `bytykra` int(11) NOT NULL, `bytykra_hodka` int(11) NOT NULL,
`bytykra_1` int(11) NOT NULL, `bytykra_2` int(11) NOT NULL, `bytykra_3`
int(11) NOT NULL, `bytykra_4` int(11) NOT NULL, `bytykra_5` int(11) NOT
NULL, `bytykra_6` int(11) NOT NULL, `bytykra_7` int(11) NOT NULL,
`krest` int(11) NOT NULL, `krest_hodka` int(11) NOT NULL, `krest_1`
int(11) NOT NULL, `krest_2` int(11) NOT NULL, `krest_3` int(11) NOT
NULL, `krest_4` int(11) NOT NULL, `krest_5` int(11) NOT NULL,
`krest_6` int(11) NOT NULL, `krest_7` int(11) NOT NULL, `centrals`
int(11) NOT NULL, `centrals_hodka` int(11) NOT NULL, `centrals_1`
int(11) NOT NULL, `centrals_2` int(11) NOT NULL, `centrals_3` int(11)
NOT NULL, `centrals_4` int(11) NOT NULL, `centrals_5` int(11) NOT
NULL, `centrals_6` int(11) NOT NULL, `centrals_7` int(11) NOT NULL,
`presnyas` int(11) NOT NULL, `presnyas_hodka` int(11) NOT NULL,
`presnyas_1` int(11) NOT NULL, `presnyas_2` int(11) NOT NULL,
`presnyas_3` int(11) NOT NULL, `presnyas_4` int(11) NOT NULL,
`presnyas_5` int(11) NOT NULL, `presnyas_6` int(11) NOT NULL,
`presnyas_7` int(11) NOT NULL, `matross` int(11) NOT NULL,
`matross_hodka` int(11) NOT NULL, `matross_1` int(11) NOT NULL,
`matross_2` int(11) NOT NULL, `matross_3` int(11) NOT NULL, `matross_4`
int(11) NOT NULL, `matross_5` int(11) NOT NULL, `matross_6` int(11) NOT
NULL, `matross_7` int(11) NOT NULL, `patyaks` int(11) NOT NULL,
`patyaks_hodka` int(11) NOT NULL, `patyaks_1` int(11) NOT NULL,
`patyaks_2` int(11) NOT NULL, `patyaks_3` int(11) NOT NULL, `patyaks_4`
int(11) NOT NULL, `patyaks_5` int(11) NOT NULL, `patyaks_6` int(11) NOT
NULL, `patyaks_7` int(11) NOT NULL, `lebeds` int(11) NOT NULL,
`lebeds_hodka` int(11) NOT NULL, `lebeds_1` int(11) NOT NULL,
`lebeds_2` int(11) NOT NULL, `lebeds_3` int(11) NOT NULL, `lebeds_4`
int(11) NOT NULL, `lebeds_5` int(11) NOT NULL, `lebeds_6` int(11) NOT
NULL, `lebeds_7` int(11) NOT NULL, `orlovs` int(11) NOT NULL,
`orlovs_hodka` int(11) NOT NULL, `orlovs_1` int(11) NOT NULL,
`orlovs_2` int(11) NOT NULL, `orlovs_3` int(11) NOT NULL, `orlovs_4`
int(11) NOT NULL, `orlovs_5` int(11) NOT NULL, `orlovs_6` int(11) NOT
NULL, `orlovs_7` int(11) NOT NULL, `delfins` int(11) NOT NULL,
`delfins_hodka` int(11) NOT NULL, `delfins_1` int(11) NOT NULL,
`delfins_2` int(11) NOT NULL, `delfins_3` int(11) NOT NULL, `delfins_4`
int(11) NOT NULL, `delfins_5` int(11) NOT NULL, `delfins_6` int(11) NOT
NULL, `delfins_7` int(11) NOT NULL, `petya` int(11) NOT NULL,
`petya_hodka` int(11) NOT NULL, `petya_1` int(11) NOT NULL, `petya_2`
int(11) NOT NULL, `petya_3` int(11) NOT NULL, `petya_4` int(11) NOT
NULL, `petya_5` int(11) NOT NULL, `petya_6` int(11) NOT NULL,
`petya_7` int(11) NOT NULL, `yasha` int(11) NOT NULL, `yasha_hodka`
int(11) NOT NULL, `yasha_1` int(11) NOT NULL, `yasha_2` int(11) NOT
NULL, `yasha_3` int(11) NOT NULL, `yasha_4` int(11) NOT NULL,
`yasha_5` int(11) NOT NULL, `yasha_6` int(11) NOT NULL, `yasha_7`
int(11) NOT NULL, `nina` int(11) NOT NULL, `nina_hodka` int(11) NOT
NULL, `nina_1` int(11) NOT NULL, `nina_2` int(11) NOT NULL, `nina_3`
int(11) NOT NULL, `nina_4` int(11) NOT NULL, `nina_5` int(11) NOT
NULL, `nina_6` int(11) NOT NULL, `nina_7` int(11) NOT NULL )
ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Дамп
данных таблицы `turaga_zona` -- INSERT INTO `turaga_zona`
(`nick`, `bytykra`, `bytykra_hodka`, `bytykra_1`, `bytykra_2`, `bytykra_3`,
`bytykra_4`, `bytykra_5`, `bytykra_6`, `bytykra_7`, `krest`, `krest_hodka`,
`krest_1`, `krest_2`, `krest_3`, `krest_4`, `krest_5`, `krest_6`,
`krest_7`, `centrals`, `centrals_hodka`, `centrals_1`, `centrals_2`,
`centrals_3`, `centrals_4`, `centrals_5`, `centrals_6`, `centrals_7`,
`presnyas`, `presnyas_hodka`, `presnyas_1`, `presnyas_2`, `presnyas_3`,
`presnyas_4`, `presnyas_5`, `presnyas_6`, `presnyas_7`, `matross`,
`matross_hodka`, `matross_1`, `matross_2`, `matross_3`, `matross_4`,
`matross_5`, `matross_6`, `matross_7`, `patyaks`, `patyaks_hodka`,
`patyaks_1`, `patyaks_2`, `patyaks_3`, `patyaks_4`, `patyaks_5`,
`patyaks_6`, `patyaks_7`, `lebeds`, `lebeds_hodka`, `lebeds_1`, `lebeds_2`,
`lebeds_3`, `lebeds_4`, `lebeds_5`, `lebeds_6`, `lebeds_7`, `orlovs`,
`orlovs_hodka`, `orlovs_1`, `orlovs_2`, `orlovs_3`, `orlovs_4`, `orlovs_5`,
`orlovs_6`, `orlovs_7`, `delfins`, `delfins_hodka`, `delfins_1`,
`delfins_2`, `delfins_3`, `delfins_4`, `delfins_5`, `delfins_6`,
`delfins_7`, `petya`, `petya_hodka`, `petya_1`, `petya_2`, `petya_3`,
`petya_4`, `petya_5`, `petya_6`, `petya_7`, `yasha`, `yasha_hodka`,
`yasha_1`, `yasha_2`, `yasha_3`, `yasha_4`, `yasha_5`, `yasha_6`,
`yasha_7`, `nina`, `nina_hodka`, `nina_1`, `nina_2`, `nina_3`, `nina_4`,
`nina_5`, `nina_6`, `nina_7`) VALUES ('Wasaaa', 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0); -- -------------------------------------------------------- -- --
Структура таблицы `wow_avatar` -- CREATE TABLE IF NOT
EXISTS `wow_avatar` ( `id` int(11) NOT NULL AUTO_INCREMENT, `image`
varchar(100) NOT NULL, `cost` mediumint(9) NOT NULL, PRIMARY KEY
(`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ; -- --
Дамп данных таблицы `wow_avatar` -- INSERT INTO
`wow_avatar` (`id`, `image`, `cost`) VALUES (3, '848689132.jpeg', 0), (4,
'2086995701.jpeg', 0), (5, '4294276211.jpeg', 0), (6, '934272945.jpeg',
100), (7, '1193087457.jpeg', 150), (8, '797525783.jpeg', 150), (9,
'1878920529.jpeg', 150), (10, '2507103285.jpeg', 150), (11,
'1161178489.jpeg', 550), (12, '1859320520.jpeg', 550), (13,
'1354666953.jpeg', 550), (14, '3403375372.jpeg', 550), (15,
'1665176714.jpeg', 1000), (16, '1748024503.jpeg', 1000), (17,
'2804748622.jpeg', 1000), (18, '2927082517.jpeg', 1000), (19,
'2374848021.jpeg', 1000), (20, '4031977040.jpeg', 1000), (21,
'3563867201.jpeg', 5000), (22, '3129458117.jpeg', 5000), (23,
'2627855692.jpeg', 5000), (24, '605329982.jpeg', 20000); --
-------------------------------------------------------- -- --
Структура таблицы `wow_bot` -- CREATE TABLE IF NOT EXISTS
`wow_bot` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100)
NOT NULL, `avatar` varchar(55) NOT NULL, PRIMARY KEY (`id`) )
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; -- -- Дамп
данных таблицы `wow_bot` -- INSERT INTO `wow_bot` (`id`,
`name`, `avatar`) VALUES (1, 'Waras', '848689132.jpeg'), (3, 'Вася',
'3129458117.jpeg'), (5, '', '1748024503.jpeg'); --
-------------------------------------------------------- -- --
Структура таблицы `wow_chat` -- CREATE TABLE IF NOT EXISTS
`wow_chat` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_user`
int(10) unsigned NOT NULL, `time` int(10) unsigned NOT NULL, `text`
varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=21 ; -- -- Дамп данных
таблицы `wow_chat` -- INSERT INTO `wow_chat` (`id`, `id_user`,
`time`, `text`) VALUES (20, 1, 1365966918, 'gybuj');
Онлайн: 1
Реклама