· 8 years ago · Feb 12, 2018, 07:32 AM
1SET FOREIGN_KEY_CHECKS=0;
2-- ----------------------------
3-- Table structure for `fake_pcs`
4-- ----------------------------
5DROP TABLE IF EXISTS `fake_pcs`;
6CREATE TABLE `fake_pcs` (
7`npc_id` int(11) NOT NULL,
8`race` int(11) NOT NULL DEFAULT '0',
9`sex` int(11) NOT NULL DEFAULT '0',
10`class` int(11) NOT NULL DEFAULT '0',
11`title` varchar(255) NOT NULL,
12`title_color` int(11) NOT NULL DEFAULT '0',
13`name` varchar(255) NOT NULL,
14`name_color` int(11) NOT NULL DEFAULT '0',
15`hair_style` int(11) NOT NULL DEFAULT '0',
16`hair_color` int(11) NOT NULL DEFAULT '0',
17`face` int(11) NOT NULL DEFAULT '0',
18`mount` tinyint(4) NOT NULL DEFAULT '0',
19`team` tinyint(4) NOT NULL DEFAULT '0',
20`hero` tinyint(4) NOT NULL DEFAULT '0',
21`pd_under` int(11) NOT NULL DEFAULT '0',
22`pd_under_aug` int(11) NOT NULL DEFAULT '0',
23`pd_head` int(11) NOT NULL DEFAULT '0',
24`pd_head_aug` int(11) NOT NULL DEFAULT '0',
25`pd_rhand` int(11) NOT NULL DEFAULT '0',
26`pd_rhand_aug` int(11) NOT NULL DEFAULT '0',
27`pd_lhand` int(11) NOT NULL DEFAULT '0',
28`pd_lhand_aug` int(11) NOT NULL DEFAULT '0',
29`pd_gloves` int(11) NOT NULL DEFAULT '0',
30`pd_gloves_aug` int(11) NOT NULL DEFAULT '0',
31`pd_chest` int(11) NOT NULL DEFAULT '0',
32`pd_chest_aug` int(11) NOT NULL DEFAULT '0',
33`pd_legs` int(11) NOT NULL DEFAULT '0',
34`pd_legs_aug` int(11) NOT NULL DEFAULT '0',
35`pd_feet` int(11) NOT NULL DEFAULT '0',
36`pd_feet_aug` int(11) NOT NULL DEFAULT '0',
37`pd_back` int(11) NOT NULL DEFAULT '0',
38`pd_back_aug` int(11) NOT NULL DEFAULT '0',
39`pd_lrhand` int(11) NOT NULL DEFAULT '0',
40`pd_lrhand_aug` int(11) NOT NULL DEFAULT '0',
41`pd_hair` int(11) NOT NULL DEFAULT '0',
42`pd_hair_aug` int(11) NOT NULL DEFAULT '0',
43`pd_hair2` int(11) NOT NULL DEFAULT '0',
44`pd_hair2_aug` int(11) NOT NULL DEFAULT '0',
45`pd_rbracelet` int(11) NOT NULL DEFAULT '0',
46`pd_rbracelet_aug` int(11) NOT NULL DEFAULT '0',
47`pd_lbracelet` int(11) NOT NULL DEFAULT '0',
48`pd_lbracelet_aug` int(11) NOT NULL DEFAULT '0',
49`pd_deco1` int(11) NOT NULL DEFAULT '0',
50`pd_deco1_aug` int(11) NOT NULL DEFAULT '0',
51`pd_deco2` int(11) NOT NULL DEFAULT '0',
52`pd_deco2_aug` int(11) NOT NULL DEFAULT '0',
53`pd_deco3` int(11) NOT NULL DEFAULT '0',
54`pd_deco3_aug` int(11) NOT NULL DEFAULT '0',
55`pd_deco4` int(11) NOT NULL DEFAULT '0',
56`pd_deco4_aug` int(11) NOT NULL DEFAULT '0',
57`pd_deco5` int(11) NOT NULL DEFAULT '0',
58`pd_deco5_aug` int(11) NOT NULL DEFAULT '0',
59`pd_deco6` int(11) NOT NULL DEFAULT '0',
60`pd_deco6_aug` int(11) NOT NULL DEFAULT '0',
61`enchant_effect` tinyint(4) NOT NULL DEFAULT '0',
62`pvp_flag` int(11) NOT NULL DEFAULT '0',
63`karma` int(11) NOT NULL DEFAULT '0',
64`fishing` tinyint(4) NOT NULL DEFAULT '0',
65`fishing_x` int(11) NOT NULL DEFAULT '0',
66`fishing_y` int(11) NOT NULL DEFAULT '0',
67`fishing_z` int(11) NOT NULL DEFAULT '0',
68`invisible` tinyint(4) NOT NULL DEFAULT '1',
69PRIMARY KEY (`npc_id`)
70) ENGINE=MyISAM DEFAULT CHARSET=utf8;
71
72-- ----------------------------
73-- Records of fake_pcs
74-- ----------------------------
75INSERT INTO `fake_pcs` VALUES ('60001', '4', '1', '53', '~ L2BlaBlaBla ~', '60463', 'PK-Killer', '60463', '5', '3', '1', '0', '0', '1', '0', '0', '0', '0', '16015', '1', '0', '0', '15582', '0', '16169', '0', '15579', '0', '15585', '0', '14609', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '0', '0', '0', '0', '0', '0', '0');