|
You last visited: Today at 22:12
Advertisement
MistCore 5.0.5
Discussion on MistCore 5.0.5 within the WoW Private Server forum part of the World of Warcraft category.
10/01/2014, 13:13
|
#1
|
elite*gold: 0
Join Date: Mar 2014
Posts: 14
Received Thanks: 0
|
MistCore 5.0.5
Hallo,
ich habe eben die  kompiliert. Hat auch ohne Errors geklappt.
Doch wenn ich denn World Server Starten will, kommt ein Error. Das irgendwas mit der locales_quest Table nicht stimmt.
Kompletter Error als Datei-Anhang unten.
Hoffe könnt mir helfen.
Lg
|
|
|
10/01/2014, 17:09
|
#2
|
elite*gold: 115
Join Date: May 2010
Posts: 230
Received Thanks: 106
|
Hi Coloco...
Das steht doch in der ersten Zeile... "Table 'world.locales_quest' doesn't exist"
Hier einmal auf die schnelle die sql...
Code:
--
-- Table structure for table `locales_quest`
--
DROP TABLE IF EXISTS `locales_quest`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `locales_quest` (
`Id` mediumint(8) unsigned NOT NULL DEFAULT '0',
`Title_loc1` text,
`Details_loc1` text,
`Objectives_loc1` text,
`OfferRewardText_loc1` text,
`RequestItemsText_loc1` text,
`EndText_loc1` text,
`CompletedText_loc1` text,
`ObjectiveText1_loc1` text,
`ObjectiveText2_loc1` text,
`ObjectiveText3_loc1` text,
`ObjectiveText4_loc1` text,
`QuestGiverTextWindow_loc1` text,
`QuestGiverTargetName_loc1` text,
`QuestTurnTextWindow_loc1` text,
`QuestTurnTargetName_loc1` text,
`Title_loc2` text,
`Details_loc2` text,
`Objectives_loc2` text,
`OfferRewardText_loc2` text,
`RequestItemsText_loc2` text,
`EndText_loc2` text,
`CompletedText_loc2` text,
`ObjectiveText1_loc2` text,
`ObjectiveText2_loc2` text,
`ObjectiveText3_loc2` text,
`ObjectiveText4_loc2` text,
`QuestGiverTextWindow_loc2` text,
`QuestGiverTargetName_loc2` text,
`QuestTurnTextWindow_loc2` text,
`QuestTurnTargetName_loc2` text,
`Title_loc3` text,
`Details_loc3` text,
`Objectives_loc3` text,
`OfferRewardText_loc3` text,
`RequestItemsText_loc3` text,
`EndText_loc3` text,
`CompletedText_loc3` text,
`ObjectiveText1_loc3` text,
`ObjectiveText2_loc3` text,
`ObjectiveText3_loc3` text,
`ObjectiveText4_loc3` text,
`QuestGiverTextWindow_loc3` text,
`QuestGiverTargetName_loc3` text,
`QuestTurnTextWindow_loc3` text,
`QuestTurnTargetName_loc3` text,
`Title_loc4` text,
`Details_loc4` text,
`Objectives_loc4` text,
`OfferRewardText_loc4` text,
`RequestItemsText_loc4` text,
`EndText_loc4` text,
`CompletedText_loc4` text,
`ObjectiveText1_loc4` text,
`ObjectiveText2_loc4` text,
`ObjectiveText3_loc4` text,
`ObjectiveText4_loc4` text,
`QuestGiverTextWindow_loc4` text,
`QuestGiverTargetName_loc4` text,
`QuestTurnTextWindow_loc4` text,
`QuestTurnTargetName_loc4` text,
`Title_loc5` text,
`Details_loc5` text,
`Objectives_loc5` text,
`OfferRewardText_loc5` text,
`RequestItemsText_loc5` text,
`EndText_loc5` text,
`CompletedText_loc5` text,
`ObjectiveText1_loc5` text,
`ObjectiveText2_loc5` text,
`ObjectiveText3_loc5` text,
`ObjectiveText4_loc5` text,
`QuestGiverTextWindow_loc5` text,
`QuestGiverTargetName_loc5` text,
`QuestTurnTextWindow_loc5` text,
`QuestTurnTargetName_loc5` text,
`Title_loc6` text,
`Details_loc6` text,
`Objectives_loc6` text,
`OfferRewardText_loc6` text,
`RequestItemsText_loc6` text,
`EndText_loc6` text,
`CompletedText_loc6` text,
`ObjectiveText1_loc6` text,
`ObjectiveText2_loc6` text,
`ObjectiveText3_loc6` text,
`ObjectiveText4_loc6` text,
`QuestGiverTextWindow_loc6` text,
`QuestGiverTargetName_loc6` text,
`QuestTurnTextWindow_loc6` text,
`QuestTurnTargetName_loc6` text,
`Title_loc7` text,
`Details_loc7` text,
`Objectives_loc7` text,
`OfferRewardText_loc7` text,
`RequestItemsText_loc7` text,
`EndText_loc7` text,
`CompletedText_loc7` text,
`ObjectiveText1_loc7` text,
`ObjectiveText2_loc7` text,
`ObjectiveText3_loc7` text,
`ObjectiveText4_loc7` text,
`QuestGiverTextWindow_loc7` text,
`QuestGiverTargetName_loc7` text,
`QuestTurnTextWindow_loc7` text,
`QuestTurnTargetName_loc7` text,
`Title_loc8` text,
`Details_loc8` text,
`Objectives_loc8` text,
`OfferRewardText_loc8` text,
`RequestItemsText_loc8` text,
`EndText_loc8` text,
`CompletedText_loc8` text,
`ObjectiveText1_loc8` text,
`ObjectiveText2_loc8` text,
`ObjectiveText3_loc8` text,
`ObjectiveText4_loc8` text,
`QuestGiverTextWindow_loc8` text,
`QuestGiverTargetName_loc8` text,
`QuestTurnTextWindow_loc8` text,
`QuestTurnTargetName_loc8` text,
`Title_loc9` text,
`Details_loc9` text,
`Objectives_loc9` text,
`OfferRewardText_loc9` text,
`RequestItemsText_loc9` text,
`EndText_loc9` text,
`CompletedText_loc9` text,
`ObjectiveText1_loc9` text,
`ObjectiveText2_loc9` text,
`ObjectiveText3_loc9` text,
`ObjectiveText4_loc9` text,
`QuestGiverTextWindow_loc9` text,
`QuestGiverTargetName_loc9` text,
`QuestTurnTextWindow_loc9` text,
`QuestTurnTargetName_loc9` text,
`Title_loc10` text,
`Details_loc10` text,
`Objectives_loc10` text,
`OfferRewardText_loc10` text,
`RequestItemsText_loc10` text,
`EndText_loc10` text,
`CompletedText_loc10` text,
`ObjectiveText1_loc10` text,
`ObjectiveText2_loc10` text,
`ObjectiveText3_loc10` text,
`ObjectiveText4_loc10` text,
`QuestGiverTextWindow_loc10` text,
`QuestGiverTargetName_loc10` text,
`QuestTurnTextWindow_loc10` text,
`QuestTurnTargetName_loc10` text,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
10/01/2014, 20:03
|
#3
|
elite*gold: 0
Join Date: Mar 2014
Posts: 14
Received Thanks: 0
|
Danke dir werde ich später mal probieren
|
|
|
All times are GMT +1. The time now is 22:13.
|
|