Jump to content
TrinityCore

Flovman

Plebs
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Flovman

  1. True. 

    Trying to insert it directly into the HeidiSQL.

    I figured, deleting everything inside Bnet_components Table and running only the second line into that table:

    +INSERT INTO `battlenet_components` VALUES ('Bnet','Mc64',37165),('Bnet','Win',37165),('Bnet','Wn64',37165),('WoW','base',20182),('WoW','deDE',0),('WoW','enCN',0),('WoW','enGB',0),('WoW','enTW',0),('WoW','enUS',0),('WoW','esES',0),('WoW','esMX',0),('WoW','frFR',0),('WoW','itIT',0),('WoW','koKR',0),('WoW','Mc64',20201),('WoW','ptBR',0),('WoW','ptPT',0),('WoW','ruRU',0),('WoW','Win',20201),('WoW','Wn64',20201),('WoW','zhCN',0),('WoW','zhTW',0);
      /*!40000 ALTER TABLE `battlenet_components` ENABLE KEYS */;

     without the " + " infront.

    I was able to launch that into the database without error but it has NOT fixed the problem.

    Also tried to run the update:

    UPDATE `battlenet_components` SET `Build`=20201 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20182;

    into the databse " before " interting the other code. 

     

    Does this make any sence ?? :-)

  2. Question. When trying to apply into DB as SQL file. it keeps telling me the same error.

    SQL Error (1062): Duplicate entry 'Bnet-Win-37165' for key 'PRIMARY'

     How do i solve this ?

  3. Hello. Finally i got everything up and running. The problem seems to be that i can't login ( wow-64.exe) 

    Been trying the connection_patcher.exe and also Sniffer 6.2.0 - 20201, just can't get it working.

    I keep getting error #105 on login.

    My wow build is 6.2.0 - 20201.

    Any idea ?  

  4. I can't get Worldserver.exe running, it stops at an DBC error.

    Initialize data stores...
    Some required *.dbc files (2 from 128) not found or not compatible:
    ./dbc/Difficulty.dbc exists, and has 14 field(s) (expected 13). Extracted file might be from wrong client version or a database-update has been forgotten.
    ./dbc/LfgDungeons.dbc exists, and has 30 field(s) (expected 29). Extracted file might be from wrong client version or a database-update has been forgotten.

    I don't get it.

    I've recompiled and added database just as it states on the Trinity Wiki ( how-to)

    Done everything but this keeps appearing. It's the second time now, i have re-extracted the DBC files from the new 6.2.0 - 20201 wow version aswell.

    Could anyone please help me on this one. it's starting to annoy me ( a lot )

×
×
  • Create New...