INSERT INTO `cdb_wxnpcdata` (`npcid`, `npcname`, `npcpic`, `npclevel`, `npchp`, `npcmaxhp`, `npcexp`, `npcatk`, `npcdef`, `npcsx`, `mapid`, `pktime`, `npctalk`, `npcgold`, `npcitem`, `npctime`) VALUES
(1, '波利', 'm1.gif', 11, 500, 500, 2, 10, 10, '土', 2, 1205005698, NULL, 0, NULL, 0),
(2, '绿棉虫', 'm2.gif', 13, 550, 550, 3, 13, 12, '土', 2, 1206599366, NULL, 0, NULL, 0),
(3, '小鸡', 'm3.gif', 15, 0, 600, 4, 16, 14, '火', 2, 1205231807, NULL, 0, NULL, 0),
(4, '疯兔', 'm4.gif', 17, 650, 650, 5, 19, 16, '木', 2, 1206599414, NULL, 0, NULL, 0),
。。。
他这个里面其实属性值也不是很多啊 |