Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default Compiling ArcEmu and Emu's based off it

    This is not made by me or mmotop.org team !!!

    Credits: J-A-C-O-B

    Compiling ArcEmu, ShyEmu, NetherEmu and RealionEmu

    Before i start, i know compiling Tutorials have been posted many times before, unlike most tutorials they don't go through the configs part and possible errors. if your not compiling ArcEmu it may not be exactly the same as compiling ArcEmu

    All Text that is in green is optional
    everything that is in Red is essential

    [Only registered and activated users can see links. ] When it comes to registering this you must use either Firefox or Internet Explorer. Why? because with Safari the Registering page doesn't open for some reason. YOU MUST USE 2010
    [Only registered and activated users can see links. ] This is the program that downloads ArcEmu and the database.

    Ok now were Ready to start

    Firstly make 3 folders on your Desktop, call them 'ArcEmu' 'Repack' and 'Database'

    Next Right click the folder ArcEmu and then Click SVN Checkout (addressees are below). that is about 90mb of size. a window will open and it will show you what is downloading at that precise time.


    [Only registered and activated users can see links. ]
    ^ArcEmu
    [Only registered and activated users can see links. ]
    ^Realion
    [Only registered and activated users can see links. ]
    ^NetherEmu
    [Only registered and activated users can see links. ]
    ^ShyEmu




    While the ArcEmu core is downloading you can download the 'Server' folder that can be downloaded
    [Only registered and activated users can see links. ] (WANING, THIS IS OLD)(i don't take any credit for it, i don't know who does ) extract that into the 'Repack' folder.

    you can edit the text in 'MySQL.bat' by right clicking it and pressing edit. thought i might say that

    Start MySQL.bat and connect to the database with HeidiSQL, Navicat or any other program like it. make 3 new databases
    'Logon'
    'World'
    'Character'

    ^ We'll come back to that later

    Hopefully ArcEmu has finished downloading (probably not, lol)
    When it has finished go to


    C:\Program Files\Microsoft Visual Studio 10.0\VC\lib
    do the same for include
    ArcEmu\Trunk\Extra's\arcemu-windows-libraries\VC\include
    copy all those files and paste them into
    C:\Program Files\Microsoft Visual Studio 10.0\VC\include
    now that is done go to.
    C:\Users\User\Desktop\Emu\trunk\win
    and start
    arcemuVC100 - All Projects
    visual studio C++ will open now. there will be 15 projects total. at the top there will be 2 drop down menu's (look at picture) once you have changed them (for those with 64-bit make your second drop down menu and click 'x64' (You can't compile 64-bit on a 32-bit comp by the way.
    then right click what is highlighted and click 'Build Solution' (look at picture)
    The compile will end once it gets to around line 440 (look at picture, bottom right)

    Should end up with this at the bottom.
    ========== Build: 15 succeeded, 0 failed, 0 up-to-date, 0 skipped ====================


    Now the compiling has started there is some other stuff that you can be doing

    go into the 'Repack' folder and make a new folder called 'configs' then go to
    C:\Users\User\Desktop\Emu\trunk\configs
    and copy all the files (and tips if you want)
    and paste them into the 'configs' folder in the 'Repack' folder.
    There is some editing to be done in 'World.conf and logon.conf

    you will see that in logon.conf at the top it will say this
    <LogonDatabase Hostname = "host"
    Username = "user"
    Password = "pass"
    Name = "dbname"
    Port = "3306"
    Type = "1">
    change it to this

    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "ascent"
    Name = "logon"
    Port = "3306"
    Type = "1">
    open up world.conf You will notice at the top, this.
    <WorldDatabase Hostname = "host" Username = "username" Password = "passwd" Name = "database" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "host" Username = "username" Password = "passwd" Name = "database" Port = "3306" Type = "1">
    Change it to this

    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "character" Port = "3306" Type = "1">
    save all the files.

    Now right click the folder 'Database' and click SVN Checkout.
    Download whatever DB you wish Once it has finished open the importer tool. Now see the picture below for what to put in the Batch file.



    As i said we would go back to the bit about 'Logon' 'Character' and 'World'

    go to
    C:\Users\User\Desktop\ArcEmu\trunk\sql
    At the bottom there will be 3 SQL files. Logon, Character and World structure. Now that you have imported the DB there is no need for the 'World' Structure SQL to be imported. Open the two remaining SQL files with HeidiSQl or whatever you use. (any errors use Navicat and select execute without errors)

    When the compile has finished it should say 15 successful.
    Depending on what computer requires. go to
    C:\Users\User\Desktop\ArcEmu\trunk\bin
    One of the 4 folders will be full of what a repack will look like (apart from 10-12 unnecessary files) copy everything and paste it into the 'Repack' folder.

    the 'DBC' folder will have no dbc files in it, just copy and paste them from some other repack with the same client/patch that you compiled.

    Now the .DLL files

    go to
    C:\Users\User\Desktop\ArcEmu\extras\arcemu-windows-libraries
    There are 4 folders altogether, two of which have been previously been used while compiling. The two folders were now concentrating on are "DLL Files" and "DLL Files (x64)".

    The first folder, DLL Files, is for people with 32-bit computers.

    The other folder, DLL Files x64, is for people with 64-bit computers.

    click the folder that suits your computer needs and paste them in Repack\ArcEmu

    Lastly, this is for people that don't know why there getting the authentication error

    go into the Logon.conf and scroll down till you find this.
    <LogonServer RemotePassword = "change_me_logon"
    Change it to this.
    <LogonServer RemotePassword = "ascent"
    Go into world.conf

    <LogonServer DisablePings = "0"
    RemotePassword = "change_me_world">
    change it to this.

    <LogonServer DisablePings = "0"
    RemotePassword = "ascent">
    Close and Save both config files.

    Thats just about it

  2. #2
    Truster's Avatar
    Status : Truster is offline
    Join Date : Apr 2010
    Location : Norway
    Posts : 3,340
    Thanks: 46
    Thanked 87 Times in 83 Posts
    Rep Power : 10
    Reputation:2014Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute

    Default

    thanks for the share^^

  3. #3
    Status : 8paitriots3 is offline
    Join Date : Sep 2011
    Posts : 4
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:108paitriots3 is on a distinguished road

    Default

    This works 3.3.5?


 

Visitors found this page by searching for:

arcemu world structure.sql

*logon structure.sql download arcemu

arceme repack for 64 bit

arceemu sql file

arcemu how execute sql file darkmoon

arcemu trunk off

arcemu is based off

arcemu sql file updates

arcemu and trinity

how to run arcemu and trinity on 1 computer

usefull tips beofr compiling Arcemu

Where to find sql files with a ArcEmu repack

ArcEmu sql root password

how to know your arcemu server password for heidisql

how to execute SQL file in arcemu using navicat

how to change database password thru heidisql arcemu ascent

arcemu sql program

how to edit Arcemu with sql

bases Arcemu

arcemu where to put sql files

SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts