Private server.. help? :p

Results 1 to 6 of 6
  1. #1
    Newbie Zaye is offline
    MemberRank
    May 2007 Join Date
    3Posts

    Private server.. help? :p

    Hi there,

    I am currently unable to access my WoW account so I was wondering if I could have some fun trying to be a GM in my own server.

    Now, I have Mangos, the latest version. I already changed the .WTF file from set realmlist wow.logon etc. to "set realmlist "my internal IP 192.168.1.6"

    But I'm still kind of clueless with what to do next. I've got How to make yur own WoW TBC Private server :: TeleTet.org :: 725 users online to help me a little bit but it doesn't explain what to do with mysql.

    I already read throuhg the topics here so no need to link me, I just plainly don't get MysQL.

    My msn is martijn_michael@hotmail.com so if anyone wants to help me out one time, it would be very appreciated.


    Thanks in advance,

    Martin


  2. #2
    Member THE_Wolfman is offline
    MemberRank
    Feb 2007 Join Date
    58Posts

    Re: Private server.. help? :p

    You could use an editor for MySQL databases (like phpMyAdmin), or you can:

    1. Change directory to the installation directory of your MySQL installation.
    2. Create a text file and paste the following into it:

    Code:
    @echo off
    
    set user=root
    set pass=password
    set host=localhost
    
    mysql --host=%host% --user=%user% --password=%pass%
    3. Rename the textfile to MySQL-Prompt.bat
    4. Edit MySQL-Prompt.bat giving it proper 'set' values for your configuration.
    5. Run MySQL-Prompt.bat
    6. In the new prompt, type in each of the following lines, each followed by the enter key:

    Code:
    use realmd;
    UPDATE `realmlist` SET `address` = '192.168.1.6' WHERE `id` =1 LIMIT 1 ;
    \q
    This will change the IP address in your realmlist table of the realmd database, to 192.168.1.6.

    Keep the new batch file for later use in directly entering MySQL commands.

  3. #3
    Newbie Zaye is offline
    MemberRank
    May 2007 Join Date
    3Posts

    Re: Private server.. help? :p

    Thanks alot for your detailed reply! But what directory do I need to change to my MysQL directory?

    Thanks again!

  4. #4
    Newbie Zaye is offline
    MemberRank
    May 2007 Join Date
    3Posts

    Re: Private server.. help? :p

    Quote Originally Posted by Phoenixdk View Post
    Dude... Is that like your standart answer or something?... :P
    hehe, I don't pay attention to answers like the first reply in this topic. I already said that I had searched through many topics and that I am too much of a noob to understand.

    I really need someone to help me on msn or something.

  5. #5
    Elite Member Phoenixdk is offline
    Member +Rank
    Mar 2007 Join Date
    DenmarkLocation
    107Posts

    Re: Private server.. help? :p

    Quote Originally Posted by Zaye View Post
    hehe, I don't pay attention to answers like the first reply in this topic. I already said that I had searched through many topics and that I am too much of a noob to understand.

    I really need someone to help me on msn or something.
    As for your problem.. You wrote that you used your internal IP... Is the server meant only for you to be GM?... Cause then you just need to set the ip to 127.0.0.1... :D
    Still having problems.. PM me. And i

  6. #6
    Elite Member Cobra101 is offline
    Member +Rank
    Jul 2006 Join Date
    LimboLocation
    157Posts

    Re: Private server.. help? :p

    Now now boys and girls. lol. I do have to admit he's got a point. Forums are cluttered due to the lack of usage of that button. Heaven knows it's helped me a great deal. BUT, don't get all bent out of shape. Chances are they aren't totally blind and stupid, he did post a question. Which means you snapping at him isn't going to help.



Advertisement