How To Make A 3.0.3 Server Using A Repack! menu

User Tag List

Page 4 of 15 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 219
  1. #46
    Maceaxe's Avatar Banned
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i installed mysql and did all password stufff. i went 2 navicat but when i enter pass etc i made for mysql i get: 2003 - Can't Connect to mysql server on 'localhost' (10061)
    Anyone know what this is? think its got summut to do with mysql not being started like in repacks they have run mysql. so does anyone know how to connect

    How To Make A 3.0.3 Server Using A Repack!
  2. #47
    Wes3's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mine gets all the way to Logging on to game server then it just stays there.. any ideas? Would this be a port problem? (i THINK i opened them all, but still.. its just for lan..) or is it not accessing a database? Any help would be nice

    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision rev.1564
    #######################################################################

    #******************************************************************************* *
    #* How to use this config file: *
    #* Config files are in a block->variable->setting format. *
    #* A < signifies the opening of a block, the block name is expected after that. *
    #* After the block name, a space and then the settings sperated by = / ' '. *
    #* *
    #* e.g. *
    #* <block setting="0" someval = "1"> *
    #* *
    #* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    #* of the line, or in shell format (#). *
    #******************************************************************************* */

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    # Address:
    # The address (no port) of the server.
    #
    # Port:
    # The port on which the logon server listens. (*** NOT 3724 ***)
    #
    # Name:
    # Not really relavant, but name the logon.
    #
    # RealmCount:
    # The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    # Name:
    # The name of the realm.
    #
    # Address:
    # The address (and port) of that realm.
    #
    # Icon:
    # The type of realm (PVP, Normal, RPPVP, RP)
    #
    # TimeZone:
    # The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America,
    # 5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    # Important information below
    #
    # change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
    # This issues come up a lot!
    #
    # Timezone values :
    # 0=Korean 16=China
    # 1=Development 17=CN1
    # 2=United States 18=CN2
    # 3=Oceanic 19=CN3
    # 4=Latin America 20=CN4
    # 5=Tournament 21=CN5
    # 6=Korean 22=CN6
    # 8=English 23=CN7
    # 9=German 24=CN8
    # 10=French 25=Tournament
    # 11=Spanish 26=Test Server
    # 12=Russian 27=Tournament
    # 13=Tournament 28=QA Server
    # 14=Taiwan 29=CN9
    # 15=Tournament 30=TestServer2
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "NO WAY LOLOLOL"
    Address = "192.168.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "2">


    Thanks!!
    Last edited by Wes3; 01-02-2009 at 05:53 AM.

  3. #48
    BlackEagle's Avatar Member
    Reputation
    15
    Join Date
    Dec 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maceaxe View Post
    i installed mysql and did all password stufff. i went 2 navicat but when i enter pass etc i made for mysql i get: 2003 - Can't Connect to mysql server on 'localhost' (10061)
    Anyone know what this is? think its got summut to do with mysql not being started like in repacks they have run mysql. so does anyone know how to connect
    Reconfigure your MySQL.

  4. #49
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maceaxe View Post
    i installed mysql and did all password stufff. i went 2 navicat but when i enter pass etc i made for mysql i get: 2003 - Can't Connect to mysql server on 'localhost' (10061)
    Anyone know what this is? think its got summut to do with mysql not being started like in repacks they have run mysql. so does anyone know how to connect

    Reconfigure MySQL.


    Originally Posted by Wes3 View Post
    Mine gets all the way to Logging on to game server then it just stays there.. any ideas? Would this be a port problem? (i THINK i opened them all, but still.. its just for lan..) or is it not accessing a database? Any help would be nice

    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision rev.1564
    #######################################################################

    #******************************************************************************* *
    #* How to use this config file: *
    #* Config files are in a block->variable->setting format. *
    #* A < signifies the opening of a block, the block name is expected after that. *
    #* After the block name, a space and then the settings sperated by = / ' '. *
    #* *
    #* e.g. *
    #* <block setting="0" someval = "1"> *
    #* *
    #* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    #* of the line, or in shell format (#). *
    #******************************************************************************* */

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    # Address:
    # The address (no port) of the server.
    #
    # Port:
    # The port on which the logon server listens. (*** NOT 3724 ***)
    #
    # Name:
    # Not really relavant, but name the logon.
    #
    # RealmCount:
    # The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    # Name:
    # The name of the realm.
    #
    # Address:
    # The address (and port) of that realm.
    #
    # Icon:
    # The type of realm (PVP, Normal, RPPVP, RP)
    #
    # TimeZone:
    # The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America,
    # 5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    # Important information below
    #
    # change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
    # This issues come up a lot!
    #
    # Timezone values :
    # 0=Korean 16=China
    # 1=Development 17=CN1
    # 2=United States 18=CN2
    # 3=Oceanic 19=CN3
    # 4=Latin America 20=CN4
    # 5=Tournament 21=CN5
    # 6=Korean 22=CN6
    # 8=English 23=CN7
    # 9=German 24=CN8
    # 10=French 25=Tournament
    # 11=Spanish 26=Test Server
    # 12=Russian 27=Tournament
    # 13=Tournament 28=QA Server
    # 14=Taiwan 29=CN9
    # 15=Tournament 30=TestServer2
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "NO WAY LOLOLOL"
    Address = "192.168.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "2">


    Thanks!!
    Make sure that all the passwords are the same in the Configs.

    Originally Posted by Wespinator View Post
    Reconfigure your MySQL.

    Thanks Wespinator



  5. #50
    pelgas's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great guide nice work

  6. #51
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pelgas View Post
    great guide nice work


    Thank you.



  7. #52
    Wes3's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got it! thanks

  8. #53
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wes3 View Post
    Got it! thanks

    No problem



  9. #54
    monksta's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok when i try to run my server like logon server and shit like that it says this application has failed because its side by side settings are wrong

  10. #55
    zimbabwe07's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome.very good

  11. #56
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by monksta View Post
    ok when i try to run my server like logon server and shit like that it says this application has failed because its side by side settings are wrong

    Make sure your MySQL passwords are the same and in the Configs.


    Originally Posted by zimbabwe07 View Post
    Awesome.very good

    Thank you.



  12. #57
    Annihilation's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Nice guide! +Rep

  13. #58
    faginmbk's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i start the serveR? i did evrything u said.. do i have to run the ad.exe with the maps folder in the wow directory ? or what ? how do i start the server?

  14. #59
    BlackEagle's Avatar Member
    Reputation
    15
    Join Date
    Dec 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the Repack there are two programs called logonserver.exe and world.exe if you launch them and get no errors your server is running.
    Make sure to edit your reamlist to 127.0.0.1 if you are using that IP for local use.

  15. #60
    Annihilation's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by faginmbk View Post
    how do i start the serveR? i did evrything u said.. do i have to run the ad.exe with the maps folder in the wow directory ? or what ? how do i start the server?
    Just run the arcemu-logonserver, and after that run the arcemu-world.
    That's what I did.

Page 4 of 15 FirstFirst 12345678 ... LastLast

Similar Threads

  1. Guide How To Make Ascent 2.3.x Server +pic +publick Non-hamachi +repack!
    By ddinek in forum WoW EMU Guides & Tutorials
    Replies: 360
    Last Post: 12-16-2008, 06:55 PM
  2. How To Make a 2.3 Private Server
    By freeride474 in forum WoW EMU Guides & Tutorials
    Replies: 112
    Last Post: 05-20-2008, 10:34 PM
  3. [GUIDE/RELEASE] How to make multiple realms on 1 server!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-14-2007, 02:16 PM
All times are GMT -5. The time now is 12:41 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search