[Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

Results 1 to 8 of 8
  1. #1
    Member MysqlErrore is offline
    MemberRank
    May 2008 Join Date
    Georgia/TbilisiLocation
    73Posts

    [Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

    Hallo Evryone,I would like to present you my first repack!
    Download Link 1 http://bin.ge/file/163906/kobold-2-3...-rev1.zip.html
    Download Link 2 http://www.link.ge/file/27337/kobold...-rev1.zip.html

    Repack Includes:
    1)Core 2.3.3 Latest From "Kobold-Team" compiled For winXp 32 Bit
    2)Dbc Files Extracted From 2.3.3 Patch
    3)Tools (Map And Colide Map Extractor's)
    4)Simple Acc Page (Exemple:http://78.139.170.100/www)
    5)ChangeLog Latest 2.3.3 Revision http://78.139.170.100/changelog_2_3_3_rev7_kobold
    5)Latest Database Updated To Rev7

    And Most Importan!!You Do not Have to install Mysql Server,Because In Repack is already Installed Mysql,Also Already Uploaded Database!!If You Have mysql Installed On Computer,Stop it Or Remove..

    Attention Server Requeres All Version Of Net Framework $ Microsoft C++ Redistributible 32 Bit!

    NetFramework Ver 1
    NetFrameworkd Ver 2

    Download NetFramework Ver 3.5 Download

    Download Microsoft C++ Redistributible Installer

    1)How To Setup Mysql Server
    Extract Kobold Folder From WinRar File!!!!
    Enter Kobold Folder,then enter Mysql Folder,there you will found Folder Named Bin enter it,after that you will see Application named mysql.exe click on it..then in the same folder you will see application mysqlinstanceconfig.exe click on it and window will appear like this:
    Click on next,check reconfigure instance it must be filled,then click next,click on standart configuration:then click on next $ on next again..For the last will be Password..(Current Password is "kobold" for new password put Kobold Too it's important,beacause i installed with kobold password,For The last click Next And then on Execute.That's All With Mysql Server.If you want To enter Db,go in kobold folder there you will find Folder Navicat mysql enter it,then click on application named Navicat.exe and window appears like this
    Click On localhost,then select database kobold and thats all You'll be in your DB!From Tables Accounts You Can Give People Gm..


    2)How To Extract Maps $ Cd maps
    Enter Kobold Folder,There you will find folder Named Tools,enter it there will be application copy to application Named:Mapexporter.exe & collidemapextractor,take them in your World of Warcraft directory and put them into folder Data
    Click on Mapexporter.exe which you took in your wow data Folder,and wait!It'S need like 30-40 minutes,when it's ends in your WoW Data Directory Will be new folder Maps,Cut it And take in kobold/ws and paste there..
    Then Click on collidemapextractor which you have taken in you WoW Data directory,click on it and wait,it's need like one 1hour.When it's end in Your WoW Data directory will be created new folder cdmaps,cut it and paste in kobold/cs Thats All


    3)How To Configure Kobold Conf Files
    A)Enter Kobold/Cs/conf/ and there will be file named collide_server open it with readme.file and Change to Your ip!

    Code:
    ###############################################################################
    #
    # Collide Server Configuration file
    #
    # Contains: specific settings - listen host, port, limits
    #
    ###############################################################################
    
    # Network interface and port for Collide server to listen at.
    # Default: 0.0.0.0 (all interfaces) port 4415
    #
    CollideServerListenIp = YOUR IP HERE!
    CollideServerPort = 4415
    
    # Disable HyperThreading if you observe unusuall performance decrease or program execution locks
    # For systems having more than 2 physical CPUs set this setting to 0
    #
    DisableHyperThreading = 0
    
    # Set Affinity mask for CPUs you intend to bind to be used with this server, 0 will result in
    # default behaviour and server will use all accessible CPUs in system
    # Masks example:
    # 1st CPU = 1
    # 2nd CPU = 2
    # 3rd CPU = 4
    # 4th CPU = 8
    #
    # To bind specific CPUs you need to summ needed CPUs masks, like for 1st and 3rd CPU use you need
    # to summ: 1 and 4, resulting in 5 as your needed Affinity mask.
    #
    CpuAffinityMask = 0
    
    # Set this server's process system priority class, default is 0 ( normal priority )
    # Priority Classes available:
    # Normal      - 0
    # IDLE        - 1
    # High        - 2
    # RealTime    - 3
    # BelowNormal - 4
    # AboveNormal - 5
    #
    CpuProcessPriority = 0
    
    # Should Server use high performance network reactor (Windows: IOCP, Linux: epoll, BSD: kqueue)
    # Enable this option to accept many connections to Login, it is recommended for connections > 300
    # Default: 0, change to yes or true or 1 to enable
    # NetEdgeTriggered Default: no (LevelTriggered), change to yes or true or 1 to enable to EdgeTriggered behaviour
    #
    UseHighPerformanceNetReactor = yes
    NetEdgeTriggered = no
    
    
    #############################
    # LOGGING OPTIONS
    #############################
    
    # To control the place where you want logging messages to be echoed use
    # the following options:
    #
    LogToConsole = yes
    LogToFile = yes
    
    # Use option below to change console colouring schemes
    # 0 - no colour at all (even for progress bar)
    # 1 - colour only log record's headers
    # 2 - colour the whole log record
    #
    LogColourScheme = 1
    
    # This option redefines log screen width (used for progressbars)
    # For Windows it is better to keep it commented out.
    #
    # LogScreenWidth = 80
    
    # To override the default directory with logs 
    # ('logs' near to executable in Windows; '~/.kobold/<ServerName>' in UNIX, where
    # <ServerName> is ls, rs, es, ws or cs)
    # use the following option (directory MUST exit!):
    #
    # LogsDirectory = /var/log/kobold/cs
    
    # What kinds of messages don't you what to see?
    # Example:
    #   1. Uncomment next line to turn off logging to file
    #       HideLogFile = Fatal Error Warning Information Scripts Verbose Debug
    #   2. Uncomment next line to turn off detailed logging to console
    #       HideLogConsole = Information Scripts Verbose Debug
    
    # What sources of messages do you want to ignore?
    # Example:
    #   1. Uncomment next lines to turn off messages from Network  and Database
    #       FileLogBlackList    = Network Database
    #       ConsoleLogBlackList = Network Database
    
    # FileLogBlackList = 
    # ConsoleLogBlackList = 
    # HideLogFile = 
    # HideLogConsole =
    
    #--- END ---
    B)Enter kobold/es/conf/there Will be file named realy_server open it with readme.file and change to your ip

    Code:
    ###############################################################################
    #
    # Relay Server Configuration file
    #
    # Contains: specific settings - listen host, port, limits
    #
    ###############################################################################
    
    # Network interface and port for Relay server to listen at.
    # Default: 0.0.0.0 (all interfaces) port 4416
    #
    RelayServerListenIp = YOUR IP HERE!!
    RelayServerPort = 4416
    
    # Server Name displayed to all Players who login to server
    # (uncommented by default)
    #
    #ServerName = "Your server Name"
    
    # Message of the Day. Displayed at worldlogin for every user.
    #
    Motd = "Welcome to |cffff6060WoW Server Report Bug's In Ticket Please!"
    
    # Enable/Disable "Kobold Powered" label on player login
    #
    ShowKoboldPoweredLabel = no
    
    # Enable/Disable ingame voice chat
    #
    EnableVoiceChat = no
    
    # Disable HyperThreading if you observe unusuall performance decrease or program execution locks
    # For systems having more than 2 physical CPUs set this setting to 0
    #
    DisableHyperThreading = 0
    
    # Set Affinity mask for CPUs you intend to bind to be used with this server, 0 will result in
    # default behaviour and server will use all accessible CPUs in system
    # Masks example:
    # 1st CPU = 1
    # 2nd CPU = 2
    # 3rd CPU = 4
    # 4th CPU = 8
    #
    # To bind specific CPUs you need to summ needed CPUs masks, like for 1st and 3rd CPU use you need
    # to summ: 1 and 4, resulting in 5 as your needed Affinity mask.
    #
    CpuAffinityMask = 0
    
    # Set this server's process system priority class, default is 0 ( normal priority )
    # Priority Classes available:
    # Normal      - 0
    # IDLE        - 1
    # High        - 2
    # RealTime    - 3
    # BelowNormal - 4
    # AboveNormal - 5
    #
    CpuProcessPriority = 0
    
    # Should Server use high performance network reactor (Windows: IOCP, Linux: epoll, BSD: kqueue)
    # Enable this option to accept many connections to Login, it is recommended for connections > 300
    # Default: 0, change to yes or true or 1 to enable
    # NetEdgeTriggered Default: no (LevelTriggered), change to yes or true or 1 to enable to EdgeTriggered behaviour
    #
    UseHighPerformanceNetReactor = yes
    NetEdgeTriggered = no
    
    
    #############################
    # LOGGING OPTIONS
    #############################
    
    # To control the place where you want logging messages to be echoed use
    # the following options:
    #
    LogToConsole = yes
    LogToFile = yes
    
    # Use option below to change console colouring schemes
    # 0 - no colour at all (even for progress bar)
    # 1 - colour only log record's headers
    # 2 - colour the whole log record
    #
    LogColourScheme = 1
    
    # This option redefines log screen width (used for progressbars)
    # For Windows it is better to keep it commented out.
    #
    # LogScreenWidth = 80
    
    # To override the default directory with logs 
    # ('logs' near to executable in Windows; '~/.kobold/<ServerName>' in UNIX, where
    # <ServerName> is ls, rs, es, ws or cs)
    # use the following option (directory MUST exit!):
    #
    # LogsDirectory = /var/log/kobold/es
    
    # What kinds of messages don't you what to see?
    # Example:
    #   1. Uncomment next line to turn off logging to file
    #       HideLogFile = Fatal Error Warning Information Scripts Verbose Debug
    #   2. Uncomment next line to turn off detailed logging to console
    #       HideLogConsole = Information Scripts Verbose Debug
    
    # What sources of messages do you want to ignore?
    # Example:
    #   1. Uncomment next lines to turn off messages from Network  and Database
    #       FileLogBlackList    = Network Database
    #       ConsoleLogBlackList = Network Database
    
    # FileLogBlackList = 
    # ConsoleLogBlackList = 
    # HideLogFile = 
    # HideLogConsole =
    
    #--- END ---
    C)Enter Kobold/Rs/Conf/there will be file named Realm_server open with Readme.file and change to your ip

    Code:
    ###############################################################################
    #
    # Realm Server Configuration file - Make one for each realm
    #
    # Contains: Realm specific settings - listen host, port, realm type, limits
    #
    ###############################################################################
    
    # Network interface and port for Realm server to listen at.
    # Default: 0.0.0.0 (all interfaces) port 3725
    #
    # RealmConnectAddress = Here You can Put You Dns If u have,or put You Ip
    RealmServerListenIp = YOUR IP HERE
    RealmServerPort = 3725
    
    # Type of realm(Normal, PvP, RP, RPPVP)
    # Default: Normal
    #
    RealmType = PvP
    
    # Maximum number of players on the realm. Excluding GM's
    # Default: 100
    #
    RealmPlayerLimit = 500
    
    # Realm Server will enable new Expansion races if player is subscribed 'expansion_allowed'
    # in 'accounts' table by setting 1, or if it is forced for all
    # Default: yes, all subscribed
    #
    ExpansionSubscriptionForAll = yes
    
    # Should realm server log all world packets in world.log file?
    # Default: 0, change to yes or true or 1 to enable
    #
    LogWorld = no
    
    # Should realm server detect packet flood ? Ususally speed hackers.
    # Default: 0, change to yes or true or 1 to enable
    #
    DetectPacketFlood = no
    
    # Realm Server may use auto ban system for connection attempts if this is enabled.
    # Default: 1, change to no or false or 0 to disable
    #
    AutoBanEnabled = no
    
    # Should Realm Server reply Pong packet for network latency only
    # Default: 0, change to yes or true or 1 to enable
    #
    ReplyPongNetworkOnly = no
    
    # Disable HyperThreading if you observe unusuall performance decrease or program execution locks
    # For systems having more than 2 physical CPUs set this setting to 0
    #
    DisableHyperThreading = 0
    
    # Set Affinity mask for CPUs you intend to bind to be used with this server, 0 will result in
    # default behaviour and server will use all accessible CPUs in system
    # Masks example:
    # 1st CPU = 1
    # 2nd CPU = 2
    # 3rd CPU = 4
    # 4th CPU = 8
    #
    # To bind specific CPUs you need to summ needed CPUs masks, like for 1st and 3rd CPU use you need
    # to summ: 1 and 4, resulting in 5 as your needed Affinity mask.
    #
    CpuAffinityMask = 0
    
    # Set this server's process system priority class, default is 0 ( normal priority )
    # Priority Classes available:
    # Normal      - 0
    # IDLE        - 1
    # High        - 2
    # RealTime    - 3
    # BelowNormal - 4
    # AboveNormal - 5
    #
    CpuProcessPriority = 0
    
    # Compresses outgoing datastream from server, if PacketsAdaptiveCompression is activated
    # server will choose own compressing strategy
    #
    # Values: 1 - best speed (fast, recommended) ... 9 - best compression (slow, not recommended)
    #
    PacketsCompressionRatio = 1
    PacketsAdaptiveCompression = no
    
    # Should Server use high performance network reactor (Windows: IOCP, Linux: epoll, BSD: kqueue)
    # Enable this option to accept many connections to Login, it is recommended for connections > 300
    # Default: 0, change to yes or true or 1 to enable
    # NetEdgeTriggered Default: no (LevelTriggered), change to yes or true or 1 to enable to EdgeTriggered behaviour
    #
    UseHighPerformanceNetReactor = yes
    NetEdgeTriggered = no
    
    #############################
    # LOGGING OPTIONS
    #############################
    
    # To control the place where you want logging messages to be echoed use
    # the following options:
    #
    LogToConsole = yes
    LogToFile = yes
    
    # Use option below to change console colouring schemes
    # 0 - no colour at all (even for progress bar)
    # 1 - colour only log record's headers
    # 2 - colour the whole log record
    #
    LogColourScheme = 1
    
    # This option redefines log screen width (used for progressbars)
    # For Windows it is better to keep it commented out.
    #
    # LogScreenWidth = 80
    
    # To override the default directory with logs 
    # ('logs' near to executable in Windows; '~/.kobold/<ServerName>' in UNIX, where
    # <ServerName> is ls, rs, es, ws or cs)
    # use the following option (directory MUST exit!):
    #
    # LogsDirectory = /var/log/kobold/rs
    
    # What kinds of messages don't you what to see?
    # Example:
    #   1. Uncomment next line to turn off logging to file
    #       HideLogFile = Fatal Error Warning Information Scripts Verbose Debug
    #   2. Uncomment next line to turn off detailed logging to console
    #       HideLogConsole = Information Scripts Verbose Debug
    
    # What sources of messages do you want to ignore?
    # Example:
    #   1. Uncomment next lines to turn off messages from Network  and Database
    #       FileLogBlackList    = Network Database
    #       ConsoleLogBlackList = Network Database
    
    # FileLogBlackList = 
    # ConsoleLogBlackList = 
    # HideLogFile = 
    # HideLogConsole =
    
    #--- END ---
    D)Enter Kobold/Ws/conf/ there will be file named world_server open it with readme.file and change to your Ip

    Code:
    ###############################################################################
    #
    # World Server Configuration file
    #
    # Contains: World Server configuration
    #
    ###############################################################################
    
    # Network interface and port for WORLD server to listen at.
    # MUST BE SET ALWAYS
    #
    WorldServerListenIp = YOUR IP!
    WorldServerPort = 4200
    
    # Network interface and port for COLLIDE server to connect to.
    #
    CollideServerListenIp = YOUR IP!
    CollideServerPort = 4415
    
    # Network interface and port for RELAY server to connect to.
    #
    RelayServerListenIp = YOUR IP!
    RelayServerPort = 4416
    
    # Distance a Player can "see" other objects and receive updates from them.
    # Measured in number of Cells around Player. Number of Cells will change CPU load 
    # of your server (1 - low CPU load, 2 - medium CPU load, 3 - high CPU load)
    #
    CellsVisual =1
    
    # Precached Cells for fast Instances init
    # Cells consume memory so please take caution not to set big value
    # 102400 == approx. 4 instances and 6842 kilobytes of RAM for each instance of standard size 8000x8000
    #
    CellsPrecached = 102400
    
    # Enable World periodic integrity checks, this may help to lower memory usage, improve Latency
    # WorldIntegrityCheckInterval sets time in miliseconds ( 1 sec = 1000 msec ) how often such 
    # routine will be called ( recommended not often that 1 hour as may increase Latency 
    # on several seconds while called, then latency will normalise )
    # WorldIntegrityCheck Options: (yes - no, 1 - 0)
    # WorldIntegrityCheck Dafault: no
    # WorldIntegrityCheckInterval Default: 1 hour 15 minutes, or 4500000 msec
    #
    WorldIntegrityCheck = yes
    WorldIntegrityCheckInterval = 3600000
    
    # Set Weather change interval in miliseconds ( 1 sec = 1000 msec )
    # Default: every 1 hour, or 3600000 msec
    #
    WeatherChangeInterval = 3600000
    
    # If enabled this connects all Auction Houses of Horde, Alliance and Neutral(yes - no, 1 - 0)
    # Default: no
    #
    GlobalAuctionHouse = no
    
    # If enabled this connects chat Channels of Horde and Alliance with same name(yes - no, 1 - 0)
    # Default: no
    #
    GlobalChannels = no
    
    # Change to (de, ru,...) the following line to allow server loading lang_XX.txt file 
    # and replacing text entries from lang_default.txt with their translated versions.
    #
    Language = default
    
    # Enable 3D Geometry calculation on sever (yes - no, 1 - 0)
    #
    Geometry = no
    
    # Enable 3D Geometry calculation on sever using external connection to COLLIDE server (yes - no, 1 - 0)
    #
    GeometryServer = no
    
    # Speedhack Control.
    # MovementSpeedDiffPCT: Controls how many percent of speed difference between 
    # real player move and calculated player move server allows before kicking 
    # player from game.
    # Recommended value 30, as it is almost in bounds of normal movements.
    #
    SpeedHackControl = yes
    MovementSpeedDiffPCT = 30
    
    # Announce GM entrance into server (yes - no, 1 - 0)
    #
    AnnounceGM = no
    
    # Compresses outgoing datastream from server, if PacketsAdaptiveCompression is activated
    # server will choose own compressing strategy
    #
    # Values: 1 - best speed (fast, recommended) ... 9 - best compression (slow, not recommended)
    #
    PacketsCompressionRatio = 1
    PacketsAdaptiveCompression = no
    
    # Player autosaving ( Please note that on high online you will have lags if often )
    #
    # Type: miliseconds
    # Values: normally off ( 0 ), or for < 60 recommended: 300000 
    #
    PlayerAutoSaveInterval = 0
    
    # Player Statistics ( Used to collect some in-game statistics from player and his pets )
    #
    PlayerStatistics = yes
    
    # Enable Group Updates (yes - no, 1 - 0)
    # Default: yes
    #
    GroupUpdates = yes
    
    # Enable Items sold to Vendor to appear in its sell list (yes - no, 1 - 0) ( full version only )
    # Default: yes
    #
    DynamicVendors = yes
    
    # Should World Server not reply Pong packet thus Realm Server responds only
    # make sure you have same setting for Realm configuration
    # Default: 0, change to yes or true or 1 to enable
    #
    ReplyPongNetworkOnly = no
    
    # Disable HyperThreading if you observe unusuall performance decrease or program execution locks
    # For systems having more than 2 physical CPUs set this setting to 0
    #
    DisableHyperThreading = 0
    
    # Set Affinity mask for CPUs you intend to bind to be used with this server, 0 will result in
    # default behaviour and server will use all accessible CPUs in system
    # Masks example:
    # 1st CPU = 1
    # 2nd CPU = 2
    # 3rd CPU = 4
    # 4th CPU = 8
    #
    # To bind specific CPUs you need to summ needed CPUs masks, like for 1st and 3rd CPU use you need
    # to summ: 1 and 4, resulting in 5 as your needed Affinity mask.
    #
    CpuAffinityMask = 0
    
    # Set this server's process system priority class, default is 0 ( normal priority )
    # Priority Classes available:
    # Normal      - 0
    # IDLE        - 1
    # High        - 2
    # RealTime    - 3
    # BelowNormal - 4
    # AboveNormal - 5
    #
    CpuProcessPriority = 0
    
    # Fast shutdown ( will not use garbage collection on server closure resulting in fast stop )
    # Default: no
    #
    FastShutdown = no
    
    # Write StartUp time in sql table
    # Default: no
    
    WriteStartTime = no
    
    # Should Server use high performance network reactor (Windows: IOCP, Linux: epoll, BSD: kqueue)
    # Enable this option to accept many connections to Login, it is recommended for connections > 300
    # Default: 0, change to yes or true or 1 to enable
    # NetEdgeTriggered Default: no (LevelTriggered), change to yes or true or 1 to enable to EdgeTriggered behaviour
    #
    UseHighPerformanceNetReactor = yes
    NetEdgeTriggered = no
    
    
    #############################
    # LOGGING OPTIONS
    #############################
    
    # To control the place where you want logging messages to be echoed use
    # the following options:
    #
    LogToConsole = yes
    LogToFile = yes
    
    # Use option below to change console colouring schemes
    # 0 - no colour at all (even for progress bar)
    # 1 - colour only log record's headers
    # 2 - colour the whole log record
    #
    LogColourScheme = 1
    
    # This option redefines log screen width (used for progressbars)
    # For Windows it is better to keep it commented out.
    #
    # LogScreenWidth = 80
    
    # To override the default directory with logs 
    # ('logs' near to executable in Windows; '~/.kobold/<ServerName>' in UNIX, where
    # <ServerName> is ls, rs, es, ws or cs)
    # use the following option (directory MUST exit!):
    #
    # LogsDirectory = /var/log/kobold/ws
    
    # What kinds of messages don't you what to see?
    # Example:
    #   1. Uncomment next line to turn off logging to file
    #       HideLogFile = Fatal Error Warning Information Scripts Verbose Debug
    #   2. Uncomment next line to turn off detailed logging to console
    #       HideLogConsole = Information Scripts Verbose Debug
    
    # What sources of messages do you want to ignore?
    # Example:
    #   1. Uncomment next lines to turn off messages from Network  and Database
    #       FileLogBlackList    = Network Database
    #       ConsoleLogBlackList = Network Database
    
    # FileLogBlackList = 
    # ConsoleLogBlackList = 
    # HideLogFile = 
    # HideLogConsole =
    
    #--- END ---
    Thats All With Kobold Configuration!
    For The Last Enter Database,With Navicat,then select database kobold,there will be table named realmlist enter it and put your ip:

    How To Run Server
    1)Run Realy Server Which is in Folder "ES"
    2)Run Logon Server Which is in "LS"
    3)Run Realm Server Which is in "RS"
    4)Run World Server Which is in "WS">>When You Start Ws Wait For 5 Minutes To Start Probably it's loading like 5-7 minutes!!


    If You Have Question Or Problems Write in this Topic,And I'll Help With Max!
    For Future Realease:
    1)2.4.1 Support Patch
    2)Updated Database With New Spawns,Items And other things
    3)Admin Tool "It Would Create Items,Mobs,Quest And E.t.C
    4)I Think I'll Add To Repack Apache Server Newest+Guid How To Make Web
    5)And Most Important I am Thinking To build Fun Database,With Vendors And other Things...



    Official Kobold Team Web Here
    Last edited by MysqlErrore; 15-05-08 at 08:21 PM.


  2. #2
    Member MysqlErrore is offline
    MemberRank
    May 2008 Join Date
    Georgia/TbilisiLocation
    73Posts

    Re: [Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

    In 1-2 Days Will be Realesed 2.4.1

  3. #3
    Account Upgraded | Title Enabled! ovidel is offline
    MemberRank
    Nov 2007 Join Date
    RomaniaLocation
    232Posts

    Re: [Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

    Great ! I wanna try kobold ^_^

  4. #4
    Member drphil69 is offline
    MemberRank
    Apr 2007 Join Date
    65Posts

    Re: [Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

    i cant downoad these kobold_2_3_3_repack_by_mysqlerror_rev1.zip WTF

  5. #5
    Member MysqlErrore is offline
    MemberRank
    May 2008 Join Date
    Georgia/TbilisiLocation
    73Posts

    Re: [Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

    why link is working perfectly,people can download it without problems..

  6. #6
    Member drphil69 is offline
    MemberRank
    Apr 2007 Join Date
    65Posts

    Re: [Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

    click on to what cant read it

  7. #7
    Member MysqlErrore is offline
    MemberRank
    May 2008 Join Date
    Georgia/TbilisiLocation
    73Posts

    Re: [Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

    it might be problem with your global internet...couse many foreigners downloaded it......

  8. #8
    Member drphil69 is offline
    MemberRank
    Apr 2007 Join Date
    65Posts

    Re: [Realease/Repack/Guide]Mysqlerror's Repack 2.3.3 Blizz V1(Kobold Emu)

    oo man then whats a good site to make a wow srver



Advertisement