Jump to content
TrinityCore

codeman3518

Members
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by codeman3518

  1. This is a auth issue that has been going on that allows for other computers to connect with the server if you look at the other branches like 3.3.5 or even 4.3.4 you will see it is stronger socket when it listens for the connection then it is for 7.2.0

    • Upvote 1
  2. This is a server issue that has been going on for some time now that allows the client and server to listen to a certain socket that is not always allowing the connection to connect, which also can have disconnects happen at time to time.  This is a issue I have been working on with a fix coming soon which I will post that will help the socket listen better for connection.

    • Upvote 1
  3. The mana is due to the unit_class in the database make sure you have it on the correct class that you are wanting to make the npc have mana.  For the lag it is due to the server opcodes not being complete on some things that need to be updated also due to the server not being complete also.

    • Upvote 1
  4. A most common error is when someone forgets to add the gt folder to the server which can give you a dbc file error that something is not complete or not compatible, another one is when someone thinks that the enUS folder shouldn't be there because it isn't in the 4.3.4 build but is now required for the newest client build when it comes to extracting the dbc files.

    • Upvote 1
  5. Okay I did the full 6.x and did all the updates and still get In

     

    mysql_stmt_prepare() id: 22, sql: "INSERT INTO waypoint_data (id, point, position_x, position_y, position_z) VALUES (?, ?, ?, ?, ?)"
    Table 'world.waypoint_data' doesn't exist
    In mysql_stmt_prepare() id: 23, sql: "DELETE FROM waypoint_data WHERE id = ? AND point = ?"
    Table 'world.waypoint_data' doesn't exist
    In mysql_stmt_prepare() id: 24, sql: "UPDATE waypoint_data SET point = point - 1 WHERE id = ? AND point > ?"
    Table 'world.waypoint_data' doesn't exist
    In mysql_stmt_prepare() id: 25, sql: "UPDATE waypoint_data SET position_x = ?, position_y = ?, position_z = ? where id = ? AND point = ?"
    Table 'world.waypoint_data' doesn't exist
    In mysql_stmt_prepare() id: 26, sql: "UPDATE waypoint_data SET wpguid = ? WHERE id = ? and point = ?"
    Table 'world.waypoint_data' doesn't exist
    In mysql_stmt_prepare() id: 27, sql: "UPDATE waypoint_data SET wpguid = 0"
    Table 'world.waypoint_data' doesn't exist
    In mysql_stmt_prepare() id: 44, sql: "INSERT INTO waypoint_scripts (guid) VALUES (?)"
    Table 'world.waypoint_scripts' doesn't exist
    In mysql_stmt_prepare() id: 45, sql: "DELETE FROM waypoint_scripts WHERE guid = ?"
    Table 'world.waypoint_scripts' doesn't exist
    In mysql_stmt_prepare() id: 46, sql: "UPDATE waypoint_scripts SET id = ? WHERE guid = ?"
    Table 'world.waypoint_scripts' doesn't exist
    In mysql_stmt_prepare() id: 47, sql: "UPDATE waypoint_scripts SET x = ? WHERE guid = ?"
    Table 'world.waypoint_scripts' doesn't exist
    In mysql_stmt_prepare() id: 48, sql: "UPDATE waypoint_scripts SET y = ? WHERE guid = ?"
    Table 'world.waypoint_scripts' doesn't exist
    In mysql_stmt_prepare() id: 49, sql: "UPDATE waypoint_scripts SET z = ? WHERE guid = ?"
    Table 'world.waypoint_scripts' doesn't exist
    In mysql_stmt_prepare() id: 50, sql: "UPDATE waypoint_scripts SET o = ? WHERE guid = ?"
    Table 'world.waypoint_scripts' doesn't exist

    Maybe 3.3.5 is more complete because got some errors with the updates.

  6. Error in config file: '=' character not found in line (worldserver.conf:96) thats the first error I get and world crashes.

    The next thing is when I do vmaps it only does the buildings folder and not vmaps. dbc and maps work great. Thanks for any help, most likely something simple I'm over looking

×
×
  • Create New...