[RELEASE]ArcEmu Repack 3.0.3.9183 With NCDB WoTLK Database! menu

Shout-Out

User Tag List

Page 13 of 15 FirstFirst ... 9101112131415 LastLast
Results 181 to 195 of 220
  1. #181
    lrui's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Noob question: why my characters created in GM (with gm field="az") can't use GM commands at all? Can't use .modify gold 10000, for example.

    [RELEASE]ArcEmu Repack 3.0.3.9183 With NCDB WoTLK Database!
  2. #182
    itachiu37's Avatar Member
    Reputation
    5
    Join Date
    Jan 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm i have no prob with the repack, DK quests are working excelent, but my dk appears naked xD. No prob. But, i cant save any gameobject that i spawn for example if i spawn a table .go spawn <id> 1 when i restart the server it aint there anymore. I checked arcemu world and it says: SQL query failed. You have an error in ur sql syntax etc etc check the manual that corespnd to ur version of mysql Query replace into gameobjects ... etc etc my object id. Can any1 help with this?

  3. #183
    Placeholder's Avatar Member
    Reputation
    61
    Join Date
    Oct 2007
    Posts
    142
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this.
    ~ Underseas

  4. #184
    scytze's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lrui View Post
    Noob question: why my characters created in GM (with gm field="az") can't use GM commands at all? Can't use .modify gold 10000, for example.
    Well there aint command like that lol..
    Try theys
    .modify speed 10
    .char add item id

    etc
    Arcemu has diffrent commands than ascent

  5. #185
    SupernovaHH's Avatar Member
    Reputation
    12
    Join Date
    May 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote:
    Originally Posted by lrui View Post
    Noob question: why my characters created in GM (with gm field="az") can't use GM commands at all? Can't use .modify gold 10000, for example.
    Well there aint command like that lol..
    Try theys
    .modify speed 10
    .char add item id

    etc
    Arcemu has diffrent commands than ascent
    Actually, ArcEmu is Ascent based. meaning the commands are pretty similar. the .modify command for instance is .modify gold <amount> so if his commands dont work theres something wrong with either 1) the GM settings or 2) the commands database

    Anyway, on to my matter

    On my server i cannot get into the instance to kill the lich king. anyone help me here?. P.S. The Deathknight error is 32 for WotLK (if you set up a site you can change what expansion they have which 0 is regular 8 is TBC and 32 is wotlk)
    Last edited by SupernovaHH; 12-03-2008 at 04:37 PM.

  6. #186
    itachiu37's Avatar Member
    Reputation
    5
    Join Date
    Jan 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SupernovaHH View Post
    On my server i cannot get into the instance to kill the lich king. anyone help me here?.

    Let me tell you this straight: Icecrowen glacier has not been implemented yet by Blizzard and therefore there is no instance where you can kill the Lich King. And even if it was, Blizzard made it clear that the Lich King wont die, it will be something similar to Sunwell Plateau where you send Kiljaeden back, you dont kill him. Understand?

  7. #187
    Blizardo's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When arcemu-world is trying to connect to arcemu-logonserver, that write

    server connection from 127.0.0.1port 4400, 4401 etc.) DENIED, not an allowed IP

    What's wrong in my .conf files?

    Code:
    #######################################################################
    # ArcEmu Realms Configuration File  
    # Last updated at rev.1564
    #######################################################################
    
    
    # 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 = "******"
                   Name     = "characters"
                   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 3.0.3 was build 9183.
    #
    
    <Client MinBuild = "9183"
            MaxBuild = "9183">
    
    # 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 = "******"
                 AllowedIPs = "localhost"
                 AllowedModIPs = "localhost">
    Code:
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "******" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "******" Name = "characters" Port = "3306" Type = "1">
    
    <Listen Host = "0.0.0.0"
            WorldServerPort = "8129">
    
    <LogonServer DisablePings = "0"
                 RemotePassword = "******">
    Code:
    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision rev.1564
    #######################################################################
    
    #********************************************************************************
    #* 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:
    #      The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America, 
    #       5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
    #
    #    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!
    #
    # 	Timezone values :
    #	0=Korean				16=China
    #	1=Development				17=CN1
    #	2=United States				18=CN2
    #	3=Oceanic				19=CN3
    #	4=Latin America				20=CN4
    #	5=Tournament				21=CN5
    #	6=Korean				22=CN6
    #	8=English				23=CN7
    #	9=German				24=CN8
    #	10=French				25=Tournament
    #	11=Spanish				26=Test Server
    #	12=Russian				27=Tournament
    #	13=Tournament				28=QA Server
    #	14=Taiwan				29=CN9
    #	15=Tournament				30=TestServer2
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Realm1 Name = "Test Realm"
    	Address = "127.0.0.1:8129" 
    	Icon = "PVP"
    	Population = "1.0"
    	TimeZone = "12">

    P.S. Sorry for my English


    ===== EDITED =====

    Allready found a trouble and fix it

    Now, when i create new character, i was disconnected from server

    Sorry my English again
    Last edited by Blizardo; 12-05-2008 at 05:57 PM.

  8. #188
    testemail55's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got the same problem with the connection denied.

    What did you do to fix it @ Blizardo

  9. #189
    nerner2's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its with your allowed ips and remote passwords in logonserver.conf and world.conf

  10. #190
    itachiu37's Avatar Member
    Reputation
    5
    Join Date
    Jan 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess i wil have to solve my game object problem alone. If i will succeed, ill post it.

  11. #191
    itachiu37's Avatar Member
    Reputation
    5
    Join Date
    Jan 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now this bug is so F******G annoying! Death knight cant equip cloaks. Whats the problem and how can i solve iT?

  12. #192
    WeaponXBR's Avatar Private
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great release

  13. #193
    Kabukiblood's Avatar Member
    Reputation
    18
    Join Date
    Oct 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by timba123 View Post
    lol u have to set ur flag 24 then it work on both tbc and wotlk
    Actually on the ArcEmu DB using NCDB you have to set your flag to 32. I have a working Server Using this and Flag 32 makes DK Work.:wave:

  14. #194
    Blizardo's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blizardo View Post
    Now, when i create new character, i was disconnected from server
    Who know, why that was happens?

    for testemail55

    in logonserv.conf

    Code:
    <LogonServer RemotePassword = "******"
                 AllowedIPs = "127.0.0.1/32"
                 AllowedModIPs = "127.0.0.1/32">

  15. #195
    puddings's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also has a same problem, after i done everything. I try to login using my existing character but after i select my character it shows me "Fail to Login" and whenever i create a new character my whole server auto shutdown. Anyone can explain in details why i has this problem ?

Similar Threads

  1. Help with Djfredrick ArcEMU repack
    By Mahchoo in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 04-05-2009, 09:00 PM
  2. Replies: 55
    Last Post: 12-16-2008, 06:28 PM
All times are GMT -5. The time now is 05:16 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