[Question][Help][MaNGOS]

Results 1 to 1 of 1
  1. #1
    Member Frozenx51 is offline
    MemberRank
    Jan 2008 Join Date
    62Posts

    [Question][Help][MaNGOS]

    I have my mangos server up and running perfectly fine. im using mangos Rev 5023 for patch 2.3.2
    not sure what all of that is but yes. thats what i am using on my server.
    everything is working great i can connect to it and so can my testing partner from another location.
    my question involves this.
    when we have the server up and running there are no monsters or npc's spawned.
    we also would like to throw on some custom vendor's (we are making this to be a FunServer)
    been searching around google and every forum that even mentions the word mangos or server in it. haha.
    so after all of that searching for mangos databases and everything else. i guess i am gona try to get some input from the forums here. i have downloaded some off of wow-V but when i open them in mysql they get errors like this.

    Code:
    Error occured at:2008-01-22 23:05:27
    Line no.:26
    Error Code: 1050 - Table 'account_data' already exists
    
    Query:
    CREATE TABLE `account_data` (
      `acct` int(30) NOT NULL,
      `uiconfig0` longtext,
      `uiconfig1` longtext,
      `uiconfig2` longtext,
      `uiconfig3` longtext,
      `uiconfig4` longtext,
      `uiconfig5` longtext,
      `uiconfig6` longtext,
      `uiconfig7` longtext,
      `uiconfig8` longtext,
      PRIMARY KEY  (`acct`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1
    
    Error occured at:2008-01-22 23:05:32
    Line no.:26
    Error Code: 1050 - Table 'account_data' already exists
    
    Query:
    CREATE TABLE `account_data` (
      `acct` int(30) NOT NULL,
      `uiconfig0` longtext,
      `uiconfig1` longtext,
      `uiconfig2` longtext,
      `uiconfig3` longtext,
      `uiconfig4` longtext,
      `uiconfig5` longtext,
      `uiconfig6` longtext,
      `uiconfig7` longtext,
      `uiconfig8` longtext,
      PRIMARY KEY  (`acct`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1
    
    Error occured at:2008-01-22 23:05:35
    Line no.:26
    Error Code: 1050 - Table 'account_data' already exists
    
    Query:
    INSERT INTO `creature_names` VALUES ('50078', 'Reagent', 'Miscellaneous', '', '0', '7', '0', '3', '0', '0', '20023', '20023', '0', '0', '1', '0', '0', '0')
    
    Error occured at:2008-01-23 09:51:36
    Line no.:6
    Error Code: 1366 - Incorrect integer value: '' for column 'mouseFlags' at row 1
    
    Query:
    INSERT INTO `creature_names` VALUES ('50078', 'Reagent', 'Miscellaneous', '', '0', '7', '0', '3', '0', '0', '20023', '20023', '0', '0', '1', '0', '0', '0')
    
    Error occured at:2008-01-23 09:58:26
    Line no.:6
    Error Code: 1366 - Incorrect integer value: '' for column 'mouseFlags' at row 1
    so any help would be awsome. thanks much guys




Advertisement