Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 03/02/11 in all areas

  1. Forget the world DB (unless you have a lot of custom crap), and forget the realm DB (unless you have a *LOT* of realms) -- you can recreate those two from scratch with the latest and greatest... Download the newest TC full DB from github and then apply all updates in sql/updates/world. For your realm DB, just use the one in sql/base and edit it to add your realms back in. So that leaves the character DB. Look in sql/old/3.2.2a and execute all the *_characters_* sql in order from 7332+. Once you are done with that, move on to 3.3.2, 3.3.3a and finally 3.3.5a. Lastly run the 3 updates (as of this writing) in sql/updates/auth_char and you characters DB will be up to date and compatible with the latest and greatest TC. -- Brian
    2 points
  2. Well, what I am saying is you have to configure the realm to accept connections from outside your network. You'll do this by changing the local IP entered in `realmlist` table to your external IP (http://www.whatsmyip.org) after you've done that along with port forwarding and adding the proper firewall exceptions. You should be able to receive connections outside your own network... People outside your network will connect to the external address. To locally connect you simply find the LAN IP address of the realm by running command prompt -> ipconfig and place that in your realmlist.wtf The other poster told you how to create an account the wrong way... - Dose not exist to my knowledge. The proper syntax is: .account create $account $password In order to make it an account with GM access you'll need to do .account set gmlevel 4 - Admin 3 - console 2 - GameMaster 1 - Ticket bitch I think To set the account's expansion level use .account set addon Setting up dyndns is the same just use in place of the external IP... Sorry to whomever is reading this. I know I typed this crappy, It's just been one of those days... Please understand.
    1 point
×
×
  • Create New...