[Guide] Scyther's Repack menu

User Tag List

Page 6 of 8 FirstFirst ... 2345678 LastLast
Results 76 to 90 of 108
  1. #76
    randomlize's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    word .

    [Guide] Scyther's Repack
  2. #77
    quviar0's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Nvm its ok

    Originally Posted by Fuynuns93 View Post
    post your config files. Using the code(the # sign at the top)
    Just deleted all of my files I used and restarted the whole procces with your guide. (Used another one before). Trying it again. Give me your e-mailadres if I have any problems and you want to help with it I could send you e-mails with my configs (Only if you are willing to help me).

    Thanks a lot then

    Kind regards

    P.S. I hope it works this time. have been working 1 week on it now... Still don't have a private server running

  3. #78
    simontheking's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont like this repack so much :/ Be aware that taming beasts does not work.
    And the Illidan script is all wierd. First when i tried akama was there and Illidan spawned alot of random mobs when he was about to die. Like ghost wolfs and shit. Then Maiv died in like 1 hit. Next time i tried Akama was gone. And the NPC bosses does not yell when you approach them.

    IMO The AC Web repack is better. The only thing better i can see is that the scripts doesnt make the server crash sometimes.
    Last edited by simontheking; 08-05-2008 at 04:06 PM.

  4. #79
    uberbug's Avatar Banned
    Reputation
    4
    Join Date
    Jul 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant create a character, in my wow, i try and after i go thru the details it goes back to the character creation screen, with no character created.

  5. #80
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad someone likes my repack btw 4.0 came out +2 rep cookies.

  6. #81
    The Bulldog's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logon
    Code:
    #######################################################################
    # ArcEmu Realms Configuration File  
    # Last updated at revision 425 by neo_mat
    #######################################################################
    /********************************************************************************
     * 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 = "My pass"
                   Name     = "logon"
                   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 = "8606"
            MaxBuild = "8606">
    # WorldServer Setup
    #
    #  RemotePassword
    #    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"
    #
    #  AllowedIPs
    #    This section MUST be completed, otherwise all attempts to link your servers will fail.
    #    These "Allowed" fields are a space-seperated list of CIDR-form IP addresses that are allowed
    #    to make server connections to your logonserver, and register realms.
    #    For example, everything in the 127.0.0.* range would be:
    #         127.0.0.0/24, as 24 of the bits must match the 127.0.0.0
    #
    #    To allow a single IP,
    #         1.3.3.7/32, would allow only 1.3.3.7 to connect as 32 of the bits must match.
    #
    #  AllowedModIPs
    #    In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
    #    (adding bans, GMs, account permissions, etc)
    #
    <LogonServer RemotePassword = "My Pass"
                 AllowedIPs = "127.0.0.0/24"
                 AllowedModIPs = "127.0.0.0/24">

    Realms
    Code:
    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision 336 by Dameon
    #######################################################################
    /********************************************************************************
     * 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:
    #        Time zone the realm is in.
    #
    #    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!
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    <Realm1 Name = "RuMMeL"
            Address = "127.0.0.1:8129" 
            Icon = "PVP"
            Population = "1.0"
            TimeZone = "1">
    Do you Need world too??

    If you have ne ideas plz let me know
    Last edited by The Bulldog; 08-05-2008 at 11:28 PM.

  7. #82
    NIKKO9393's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    im gonnna make a guide

    [PH]
    im gonna make a guide about making custom trainers soon

  8. #83
    crazyramsfan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Smooth until...

    Everything went smooth, thanks Scyther, until I logged on. I get a weird error on the Wow login screen:

    Unable to validate gmae version. (And then it tells me to visit some Blizz support site.)

    Any ideas? Thanks in advance...

  9. #84
    diax's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got everything working now but when i create a character it just shows me a empty character screen again
    Last edited by diax; 08-08-2008 at 08:12 PM.

  10. #85
    Fuynuns93's Avatar Active Member
    Reputation
    25
    Join Date
    Sep 2007
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crazyramsfan View Post
    Everything went smooth, thanks Scyther, until I logged on. I get a weird error on the Wow login screen:

    Unable to validate gmae version. (And then it tells me to visit some Blizz support site.)

    Any ideas? Thanks in advance...
    Are you updated to version 2.4.3?

  11. #86
    crazyramsfan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fuynuns93 View Post
    Are you updated to version 2.4.3?
    Yes I am. It worked with another repack, but the database wasn't that good, so I tried this one. Could that be an issue, since it still says the old server name in the lower right hand corner when I try to login?

  12. #87
    simontheking's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is

    The Hunter pet fixed?
    The Npc not yelling fixed?

  13. #88
    simon88998's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    love it =p

  14. #89
    uratool's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    from ascent-world.exe

    17:21 N LogonCommClient: Loading forced permission strings...
    Sql query failed due to [Table 'world.account_forced_permissions' doesn't exist]
    , Query: [SELECT * FROM account_forced_permissions]
    17:21 N LogonCommClient: Attempting to connect to logon server...
    17:21 N LogonCommClient: Connecting to logonserver on `127.0.0.1:8093`...
    17:21 N LogonCommClient: Authenticating...
    17:22 N LogonCommClient: Authentication failed.

    logonserver says

    Hooking signals...
    Authentication request from 127.0.0.1, result FAIL.
    Key: DA39A3EE5E6B4B0D3255BFEF95601890AFD80709

    any suggestions?
    Last edited by uratool; 08-10-2008 at 04:58 PM. Reason: more info added

  15. #90
    Fuynuns93's Avatar Active Member
    Reputation
    25
    Join Date
    Sep 2007
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by uratool View Post
    from ascent-world.exe

    17:21 N LogonCommClient: Loading forced permission strings...
    Sql query failed due to [Table 'world.account_forced_permissions' doesn't exist]
    , Query: [SELECT * FROM account_forced_permissions]
    17:21 N LogonCommClient: Attempting to connect to logon server...
    17:21 N LogonCommClient: Connecting to logonserver on `127.0.0.1:8093`...
    17:21 N LogonCommClient: Authenticating...
    17:22 N LogonCommClient: Authentication failed.

    logonserver says

    Hooking signals...
    Authentication request from 127.0.0.1, result FAIL.
    Key: DA39A3EE5E6B4B0D3255BFEF95601890AFD80709

    any suggestions?
    Pm me your configs or post them here using CODE(# at top)

Page 6 of 8 FirstFirst ... 2345678 LastLast

Similar Threads

  1. [GUIDE]Fix For Scyther's Repack 4.0
    By dragonowner in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 09-16-2008, 07:13 PM
  2. [Release] Scythers Blizzlike repack.
    By Ickybad in forum World of Warcraft Emulator Servers
    Replies: 30
    Last Post: 07-25-2008, 07:44 PM
  3. Replies: 51
    Last Post: 05-19-2008, 01:38 PM
  4. [Guide]Play Diferents Repacks/Databases In One!
    By Outlands in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 04-16-2008, 01:03 PM
  5. [REQUEST] Ascent 2.3.3 Setup Guide w/ certain Repack
    By Dr. Doom in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 02-17-2008, 09:37 AM
All times are GMT -5. The time now is 10:34 AM. 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