[Help]setting up a server

Results 1 to 15 of 15
  1. #1
    Newbie churroe is offline
    MemberRank
    Dec 2007 Join Date
    6Posts

    [Help]setting up a server

    *sigh*
    I know you guys get a lot of these but please bear with me. I want to make a WoW 2.3.0 server, but i am completely new to this. Ive already done RO servers and dealt with mysql
    my problem is
    i followed a guide but i had problems with the versions and all that
    so could anyone help me out?
    what version do i need of MaNgOs
    or can someone point me out to a tutorial?


  2. #2
    Member beileroord is offline
    MemberRank
    Nov 2007 Join Date
    65Posts

    Re: [Help]setting up a server

    Mangos aint supporting the 2.30 version, guess u have to switch to ascent...

    I did mangos too, till version 2.3 then it didnt work kept yelling about cannot validate game version, so i switched...

    I got the mangos from : Reaper-X | Computers, Games, Technology ... Whatever, and guess u find u;re way to the ascent versions too, there is a lot of preompiled stuff also out there might wanna try that out first/too..

  3. #3
    Newbie churroe is offline
    MemberRank
    Dec 2007 Join Date
    6Posts

    Re: [Help]setting up a server

    alright ill try it out
    so which version of ascent should i go
    im completely new to that

  4. #4
    Member beileroord is offline
    MemberRank
    Nov 2007 Join Date
    65Posts

    Re: [Help]setting up a server

    I followed the Guide here :

    Ascent Forum

    but like i said there are many precompiled (ready 2 go) Sources also :

    With the guide in U're hand and the following Projects it wont Be 2 hard, ther's even one with full Zul A'man Spawned..:jumpon:

    Well, i got to thinking and i decided to make a list of all the database projects that are going on right now so anyone can find them and use their content, ect. If you are NOT on this list, and you would like to be, please reply in this thread. Some projects do not have a site, or its not listed in their release thread, so i just put the link to their latest release instead.

    Blizlike Databases:
    Next Chapter Database - MMOForge > Browse Projects
    TerraNet Database - http://projectsilvermoon.com [no longer running, out of date]
    RusDB - Board Message



    Funserver Databases:
    DatabaseEVOLVED - dbevolved.org
    Project Silvermoon Fundatabase - Log In
    Project: Reborn & Project Thunderfury - Project: Reborn
    Norwegian Elite FunServer DB - Board Message
    ACDB - ACDB-New level of DB
    Extreme Funserver Database - Extreme Funserver Database (Powered by Invision Power Board)
    Lore Database - LoreDB - Lore-friendly Ascent database!
    Source : DeathOmen @ Ascent Forum

  5. #5
    Grand Master gregon13 is offline
    Grand MasterRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Help]setting up a server

    here is what your logon server should read (change your pass words from mine though)

    Logon Server:
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################

    /********************************************************************************
    * 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 (#). *
    ********************************************************************************/

    # LogonDatabase Section
    #
    # These directives are the location of the `realms` and `accounts`
    # tables.
    #
    # LogonDatabase.Host - The hostname that the database is located on
    # LogonDatabase.Username - The username used for the mysql connection
    # LogonDatabase.Password - The password used for the mysql connection
    # LogonDatabase.Name - The database name
    # LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
    # LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
    #

    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "root"
    Name = "character"
    Port = "3306"
    Type = "1">


    # Host Directive
    #
    # This is the address that the realmlist will listen on.
    # To listen on all addresses, set it to 0.0.0.0
    # Default: 127.0.0.1 (localhost)
    #
    # Note: ISHost is the interserver communication listener.
    #

    <Listen Host = "0.0.0.0"
    ISHost = "0.0.0.0"
    RealmListPort = "3724"
    ServerPort = "8093">

    # Server console logging level
    #
    # This directive controls how much output the server will
    # display in it's console. Set to 0 for none.
    # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    # Default: 3
    #

    <LogLevel Screen = "0"
    File = "-1">

    # Account Refresh Time
    #
    # This controls on which time interval accounts gets
    # refreshed. (In seconds)
    # Default = 600
    #

    <Rates AccountRefresh = "600">

    # Accepted Build Range Setup
    #
    # These two directives set up which clients will be
    # allowed to authenticate with the realm list.
    #
    # Set these to the same builds that the server was
    # compiled for.
    #
    # As of the last update, version 2.1.1 was build 6739.
    #

    <Client MinBuild = "6739"
    MaxBuild = "9999">

    # WorldServer Setup
    #
    # This directive controls the password used to authenticate with the worldserver.
    # It must be the same between the two configs. If it is not, your server will
    # not register.
    #
    # Default: "change_me_logon"
    #

    <LogonServer RemotePassword = "killerfang">

  6. #6
    Newbie churroe is offline
    MemberRank
    Dec 2007 Join Date
    6Posts

    Re: [Help]setting up a server

    alright
    i got all that to work
    but i need help on creating accounts
    how do i create them
    everything runs fine and all
    i just have trouble creating them

  7. #7
    Grand Master gregon13 is offline
    Grand MasterRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Help]setting up a server

    to create your accounts go into sqlyog go to character (the database) then right click on accounts click on insert/update rows then place your login name password email address (could be a bunch of random stuff) and set flags to 8 for burning crusade or go here http://forum.ragezone.com/f114/guide...ebsite-287616/ follow it accordingly and if you have further issuse please post it here or PM me

  8. #8
    Grand Master gregon13 is offline
    Grand MasterRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Help]setting up a server

    P.S if you want gms 1 is mod 2 is playing gm az is admin with full commands (this can only be done in sqlyog )

  9. #9
    Newbie churroe is offline
    MemberRank
    Dec 2007 Join Date
    6Posts

    Re: [Help]setting up a server

    yeah thanks
    i got that working
    now my only question is
    where can i find the monster id list
    i wanna be the lich king :P

  10. #10
    Grand Master gregon13 is offline
    Grand MasterRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Help]setting up a server

    How are you supposed to look like arthas if his display id doesn't exsist until wraith of the lich king comes out? XD if you mean Kel'Thuzad the Lich go to WoW Vendetta - Wage Your War make an account get model viewer look for kel'thuzad or hell even illidan and it should have then in one of the txt files i belive you press ctrl f and look for kel'thuzad or you could go to him in the dungeon he is in i forget the name but you can access it in eastren plagelands you would walk through one of the ziggurat looking things not an actual ziggurat and go to him (with .cheat god command on of course)and click on him and do .npc export but if you mean arthas the death knight(aka The Lich King) just go to a deathknight (in the dungeon Kel'thuzad is in) and do .npc export actually scratch that .npc info and use the display id as your own

  11. #11
    Grand Master gregon13 is offline
    Grand MasterRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Help]setting up a server

    .npc info shos you the entry id model id and a few other things

  12. #12
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Help]setting up a server

    Gregon, the edit button does exist. You are probably going to get a warning soon for it from a mod...

    Back to the topic. To the first post, the first thought should have come to mind "Why did I roll MaNGOS? Ascent is so much better!"

  13. #13
    Grand Master gregon13 is offline
    Grand MasterRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Help]setting up a server

    i shall try to remember that thank you for the heads up

  14. #14
    Newbie churroe is offline
    MemberRank
    Dec 2007 Join Date
    6Posts

    Re: [Help]setting up a server

    heh
    yeah
    Ascent is better
    but its more confusing too
    at gregon
    thanks lol ill look into that
    youve been a huge help

  15. #15
    Grand Master gregon13 is offline
    Grand MasterRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Help]setting up a server

    no problem, glad i was helpful



Advertisement