installing a repack on a non-repack server menu

User Tag List

Results 1 to 9 of 9
  1. #1
    jrnkosik's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    installing a repack on a non-repack server

    Hello, i'm a definate noob, i made my server with the guide that shows you how to do it from scratch. now i want to install a repack. i dl'ed MMOPro_Repack_8.1. how do i install it into my database?

    I need step by step instructions just like a server setup guide would have.

    thanks in advance for helping out the noobs guys. we all have to start somewhere.

    installing a repack on a non-repack server
  2. #2
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    on your database client e.g. navicat make another database and called it i dunno "wow2"

    then in the mmopro repack change the configureation files (.CONFIG) to the world database : wow2

    if your wanting your compiled source file server on the repack database just change the world database to wow2 in the configs too.

  3. #3
    jrnkosik's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry i'm a total noob. i made another dbase and named it (realmname)2. now where in my config files do i change it to point to that dbase?

    thank you for your previous help.

  4. #4
    Linkn's Avatar Contributor
    Reputation
    90
    Join Date
    Mar 2009
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Database Section
    #
    #   Database.Host      - The hostname that the database is located on
    #   Database.Username  - The username used for the mysql connection
    #   Database.Password  - The password used for the mysql connection
    #   Database.Name      - The database name
    #   Database.Port      - Port that MySQL listens on. Usually 3306.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "testing_world" Port = "3306">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "testing_char" Port = "3306">
    Edit that info in your Arcemu-worlds config in the REPACK folder.

  5. #5
    jrnkosik's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what do i change it to if my dbase name is "wow2"? it seems to be directed to my original dbase "wow". how do i direct it to go to "wow2" do i delete my original dbase? sorry if i'm frustraiting you guys. :c/

  6. #6
    Linkn's Avatar Contributor
    Reputation
    90
    Join Date
    Mar 2009
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you post your arcemu-world config file please?

  7. #7
    jrnkosik's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Database Section
    #
    # Database.Host - The hostname that the database is located on
    # Database.Username - The username used for the mysql connection
    # Database.Password - The password used for the mysql connection
    # Database.Name - The database name
    # Database.Port - Port that MySQL listens on. Usually 3306.
    # Database.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = SQLite (MySQL is stable, others are not)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "char" Port = "3306" Type = "1">

  8. #8
    Linkn's Avatar Contributor
    Reputation
    90
    Join Date
    Mar 2009
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try that below, if it doesn't work. Just make a new folder and put the repack in there, run the programs from that folder.

    Code:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Database Section
    #
    # Database.Host - The hostname that the database is located on
    # Database.Username - The username used for the mysql connection
    # Database.Password - The password used for the mysql connection
    # Database.Name - The database name
    # Database.Port - Port that MySQL listens on. Usually 3306.
    # Database.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = SQLite (MySQL is stable, others are not)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "wow2" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "wow2" Port = "3306" Type = "1">

  9. #9
    jrnkosik's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, got it, thanks guys. I will +rep both of you when i get it.

Similar Threads

  1. [Request] Looking for 3.0.1.8303 / 3.0.1.8334 / 3.0.1.8391 / 3.0.1.8471 repack / server only
    By Diathorus in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 03-12-2023, 06:48 PM
  2. [Tutorial] Compiling your own ArcEmu repack/server for beginners.
    By Ground Zero in forum WoW EMU Guides & Tutorials
    Replies: 20
    Last Post: 12-16-2010, 10:38 AM
  3. [Repack] Server for path making.
    By Alzaron in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 04-25-2010, 10:29 AM
  4. [Basic nub question] Emulation/repacks/servers
    By mmodame in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 03-28-2010, 11:32 AM
  5. Is model editing legal in non-private servers? Find out here.
    By tyman2006 in forum World of Warcraft General
    Replies: 10
    Last Post: 01-21-2007, 05:04 AM
All times are GMT -5. The time now is 05:59 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search