Jump to content
TrinityCore

codeman3518

Members
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by codeman3518

  1. Your database is not loading correctly you need to download the newest, add it to your exe directory where your server is or run the sql file in a mysql program like navicat to get the database up.
  2. 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
  3. 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.
  4. 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.
  5. Master branch 7.2.0 3.3.5a works fine for me as well so does 4.3.4 works great too
  6. The trinitycore it self has problems with logging in all the time it will just sit there, something deeper is going on in the background that is causing this problem to happen. I get where it won't always login but somethings it will so your not the only one.
  7. 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.
  8. There is more than one file to update when updating to a new version
  9. 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.
  10. Does anyone have the server or a link that matches the sql full 6.x when it came out because the updates are giving so many errors it would be easier to have the server matching the MySQL right at the same version so I don't have to do any updates but the base and run it but without it gives me errors. Thanks for any help.
  11. I can't get this error to go away and I have tried everything that I can think of does anyone have a answer to this please and thank you
  12. And you checked the realmd database for ip and you have it set for the config.wtf as well
  13. make a .bat file and put this inside it connection_patcher.exe and next line pause so you can see if there is an error with the patcher at the bottom
  14. He means are they both on the same one together and your picture shows that answer
  15. okay this is what I found out it patched it when I took the wow.exe file and dragged it onto the patcher and it made a patched wow file but the login and nothing works so who knows whats going on any help would be great
  16. connection_patcher.exe is giving me an error does anyone know what is going on other than it saying wrong path I get that where does it want the dumb file then lol any help thanks
  17. If anyone has a answer that would be great thanks, I am so close but world not running because of this
  18. 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...