妖魔鬥士
 
- 威望
- 0
- 精華
- 0
- 貢獻
- 0
- 鑽石
- 0
- 閱讀權限
- 40
- 積分
- 1025
- 在線時間
- 39 小時
- 相冊
- 0
- 日誌
- 0
- 好友
- 0
|

樓主 |
發表於 2017-1-12 12:30
|
顯示全部樓層
 | |  |  | DB 匯入求助
[Err] 2006 - MySQL server has gone away
[Err] CREATE TABLE `william_npc_quest` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`note` varchar(45) DEFAULT NULL,
`npcid` int(10) NOT NULL DEFAULT '0',
`action` varchar(45) NOT NULL DEFAULT '',
`checkLevel` int(3) unsigned NOT NULL DEFAULT '0',
`checkClass` int(3) unsigned NOT NULL DEFAULT '0',
`checkPoly` int(10) unsigned NOT NULL DEFAULT '0',
`checkHaveQuestId` int(10) unsigned NOT NULL DEFAULT '0',
`checkHaveQuestOrder` int(10) unsigned NOT NULL DEFAULT '0',
`notHaveQuestId` int(10) unsigned NOT NULL DEFAULT '0',
`notHaveQuestOrder` int(10) unsigned NOT NULL DEFAULT '0',
`checkItem` text,
`checkItemCount` text,
`checkItemLv` int(10) NOT NULL,
`notHaveItem` text,
`notHaveItemCount` text,
`material` text,
`materialCount` text,
`materialLv` text,
`justCheckMaterial` int(2) unsigned NOT NULL DEFAULT '0',
`GiveItem` text,
`GiveItemCount` text,
`GiveItemLv` int(10) NOT NULL,
`saveQuestId` int(10) unsigned NOT NULL DEFAULT '0',
`saveQuestOrder` int(10) unsigned NOT NULL DEFAULT '0',
`ShowHtml` text,
`ShowHtmlData` text,
`ShowNotHaveHtml` text,
`ShowNotHaveHtmlData` text,
`Retention` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9993 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for `william_reincarnation`
-- ----------------------------
DROP TABLE IF EXISTS `william_reincarnation`;
CREATE TABLE `william_reincarnation` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`註解` varchar(1000) DEFAULT NULL,
`Reincarnation` int(10) NOT NULL DEFAULT '0',
`Give_Royal` int(1) unsigned NOT NULL DEFAULT '1',
`Give_Knight` int(1) unsigned NOT NULL DEFAULT '1',
`Give_Mage` int(1) unsigned NOT NULL DEFAULT '1',
`Give_Elf` int(1) unsigned NOT NULL DEFAULT '1',
`Give_Darkelf` int(1) unsigned NOT NULL DEFAULT '1',
`Give_DragonKnight` int(1) unsigned NOT NULL DEFAULT '1',
`Give_Illusionist` int(1) unsigned NOT NULL DEFAULT '1',
`Check_Item` int(10) NOT NULL DEFAULT '0',
`Qigong` int(10) NOT NULL DEFAULT '0',
`Prestige` int(10) NOT NULL DEFAULT '0',
`Kyo` int(1) NOT NULL DEFAULT '0',
`Give_Item` varchar(1000) DEFAULT NULL,
`Give_Item_Count` varchar(1000) DEFAULT NULL,
`EnchantLevel` varchar(1000) DEFAULT NULL,
`AddHp` int(10) NOT NULL DEFAULT '0',
`AddMp` int(10) NOT NULL DEFAULT '0',
`AddBank` int(10) NOT NULL DEFAULT '0',
`AddHitModifier` int(3) NOT NULL DEFAULT '0',
`AddDmgModifier` int(3) NOT NULL DEFAULT '0',
`AddSp` int(3) NOT NULL DEFAULT '0',
`AddAllMr` int(3) NOT NULL DEFAULT '0',
`ModifierDmg` int(5) NOT NULL DEFAULT '0',
`ReductionDmg` int(5) NOT NULL DEFAULT '0',
`MagicModifierDmg` int(5) NOT NULL DEFAULT '0',
`MagicReductionDmg` int(5) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=327 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for `william_reward`
-- ----------------------------
DROP TABLE IF EXISTS `william_reward`;
CREATE TABLE `william_reward` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`註解` varchar(200) DEFAULT NULL,
`level` int(3) unsigned NOT NULL DEFAULT '0',
`give_royal` int(1) unsigned NOT NULL DEFAULT '0',
`give_knight` int(1) unsigned NOT NULL DEFAULT '0',
`give_mage` int(1) unsigned NOT NULL DEFAULT '0',
`give_elf` int(1) unsigned NOT NULL DEFAULT '0',
`give_darkelf` int(1) unsigned NOT NULL DEFAULT '0',
`give_dragonKnight` int(1) unsigned NOT NULL DEFAULT '0',
`give_illusionist` int(1) unsigned NOT NULL DEFAULT '0',
`getItem` varchar(60) NOT NULL DEFAULT '',
`count` varchar(45) NOT NULL DEFAULT '',
`enchantlvl` varchar(45) NOT NULL DEFAULT '',
`quest_id` int(10) unsigned NOT NULL DEFAULT '0',
`quest_step` int(10) unsigned NOT NULL DEFAULT '0',
`message` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records
-- ----------------------------
INSERT INTO `admin` VALUES ('1','8','admin','b8f019effe0ec4fe00ffdc1dc802a7a9','#Yz!2#Yd
[Msg] Finished - Unsuccessfully
--------------------------------------------------
| |  | |  |
|
|