[C++ MaNGOS] Support for Cataclysm Alpha menu

User Tag List

Page 7 of 9 FirstFirst ... 3456789 LastLast
Results 91 to 105 of 122
  1. #91
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting this error:

    Code:
    ERROR:Incorrect DataDir value in mangosd.conf or not found build info (outdated DBC files). Required one from builds: 11927  Please extract correct DBC files.
    Does anyone have any ideas? (Im using the DBCs that I extracted from the client using MWS)

    [C++ MaNGOS] Support for Cataclysm Alpha
  2. #92
    Usename's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stabatha View Post
    did you run the character sql file in /mangos/sql/400/ ?
    Oh I feel so stupid now, I should have seen that directory! Thanks for the help.

  3. #93
    XeNoW's Avatar Member
    Reputation
    4
    Join Date
    Oct 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Acutally got it working, but I'm not able to go to the new maps... E.g.: .go 2395.86 2219.85 4.42 648 for goblin starting zone doesn't work. Nothing happens on using this command... Already added the map ids to the instance_template table but it's still not working.

  4. #94
    Kanaru's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kromgol View Post
    I think so, yes.

    And tuxedo1: Install msysgit and browse to the folder you want to check it out in and do a "git init" on that folder, then write "git pull git://github.com/mangos/mangos.git 400" and let it finish.
    I've done this and it says "already up-to-date". If I patch it it says no changes were made.

    When I go to compile I get several errors and I have absolutely no idea how to fix it.


    Edit: To clarify, I did "git clone git://github.com/mangos/mangos.git", and everything was successful. Then I did git init, and then "git pull git://github.com/mangos/mangos.git 400", and as I said already, it was already up to date.
    Last edited by Kanaru; 05-11-2010 at 02:13 PM.

  5. #95
    Iksf's Avatar Active Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working fairly well on Linux x64

  6. #96
    lordpsyan's Avatar Member
    Reputation
    4
    Join Date
    Dec 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    git clone git://github.com/mangos/mangos.git works fine but when I git pull git://github.com/mangos/mangos.git 400 it errors on dbcstructure.h and dbcfmt.h saying conflicts. I am not sure if when I pull, if it merges all but the conflicts, or just up to the point of the conflict, or reverts it back. any help would be appreciated. also if anyone know how to get a day old revision so I can compile and run some tests that would be very helpful

    EDIT: I figured out how to get an earlier revision. I got it to compile and I used mpq editor to extract the dbc files, but it gives me this error:
    Code:
    Initialize data stores...
    Incorrect DataDir value in mangosd.conf or not found build info (outdated DBC files). Required one from builds: 11927  Please extract correct DBC files.
    terminate called after throwing an instance of 'std::runtime_error'
      what():  Dead Reference
    Aborted
    when I edited a text file inside an mpq changing enus to enUS I was able to use ad.exe for dbc files. when I did this, it said I was missing 85 files. now I am missing 1, but I cannot seem to find it. There was a link for dbc fiiles, but unfortunately it had a max of 10 downloads allowed, and 10 people already downloaded it. Wish it would tell me which dbc file I was missing...

    EDIT AGAIN: figured out the dbc files. didnt see the post a couple of pages back about putting the component txt tile in the dbc folder. all fixed. but now I segment fault. gonna have to wait for tom_rus to fix the repo.
    Last edited by lordpsyan; 05-12-2010 at 08:16 PM.

  7. #97
    quanta's Avatar Member
    Reputation
    31
    Join Date
    Feb 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same error working fairly well on Linux Centos 5.4
    Code:
    Initialize data stores...
    Incorrect DataDir value in mangosd.conf or not found build info (outdated DBC files). Required one from builds: 11927  Please extract correct DBC files.
    terminate called after throwing an instance of 'std::runtime_error'
      what():  Dead Reference
    Aborted

  8. #98
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lordpsyan View Post
    git clone git://github.com/mangos/mangos.git works fine but when I git pull git://github.com/mangos/mangos.git 400 it errors on dbcstructure.h and dbcfmt.h saying conflicts. I am not sure if when I pull, if it merges all but the conflicts, or just up to the point of the conflict, or reverts it back. any help would be appreciated. also if anyone know how to get a day old revision so I can compile and run some tests that would be very helpful

    EDIT: I figured out how to get an earlier revision. I got it to compile and I used mpq editor to extract the dbc files, but it gives me this error:
    Code:
    Initialize data stores...
    Incorrect DataDir value in mangosd.conf or not found build info (outdated DBC files). Required one from builds: 11927  Please extract correct DBC files.
    terminate called after throwing an instance of 'std::runtime_error'
      what():  Dead Reference
    Aborted
    when I edited a text file inside an mpq changing enus to enUS I was able to use ad.exe for dbc files. when I did this, it said I was missing 85 files. now I am missing 1, but I cannot seem to find it. There was a link for dbc fiiles, but unfortunately it had a max of 10 downloads allowed, and 10 people already downloaded it. Wish it would tell me which dbc file I was missing...

    EDIT AGAIN: figured out the dbc files. didnt see the post a couple of pages back about putting the component txt tile in the dbc folder. all fixed. but now I segment fault. gonna have to wait for tom_rus to fix the repo.
    The DBCs in this thread don't work with the 4.x mangos branch.. only the sandbox. MPQ's latest update works for correct extraction.

    GoblinCity.net -
    Home of the only Cataclysm Twink Server
    Instant Level 49 * Custom Gear * Scripted Raids * Tons More
    We are the oldest private twink server community - Open since 2007

  9. #99
    quanta's Avatar Member
    Reputation
    31
    Join Date
    Feb 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stabatha View Post
    The DBCs in this thread don't work with the 4.x mangos branch.. only the sandbox. MPQ's latest update works for correct extraction.
    and where you can download the MPQ's works for correct extraction?

  10. #100
    niguz's Avatar Contributor
    Reputation
    97
    Join Date
    Nov 2008
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Probably you want to take the ones from the cata alpha client for an cata alpha server?

  11. #101
    quanta's Avatar Member
    Reputation
    31
    Join Date
    Feb 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by niguz View Post
    Probably you want to take the ones from the cata alpha client for an cata alpha server?
    Yes, I want.

  12. #102
    lordpsyan's Avatar Member
    Reputation
    4
    Join Date
    Dec 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have uploaded the dbc files to megaupload. these work. I used mpq editor to extract them, and pulled the txt file that was required. enjoy.
    MEGAUPLOAD - The leading online storage and file delivery service

    if you find this helpful, please +rep me. no clue what it does, but mine says 1

  13. #103
    quanta's Avatar Member
    Reputation
    31
    Join Date
    Feb 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lordpsyan View Post
    I have uploaded the dbc files to megaupload. these work. I used mpq editor to extract them, and pulled the txt file that was required. enjoy.
    MEGAUPLOAD - The leading online storage and file delivery service

    if you find this helpful, please +rep me. no clue what it does, but mine says 1
    Thanks man, I test. +Rep
    Edit:
    Sorry on linux not work.
    Last edited by quanta; 05-15-2010 at 02:07 AM.

  14. #104
    heugabelheugabel's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone have the playercreateinfo_item? (for cata)

  15. #105
    frozzenxXx's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me with this error?

    When trying to patch "cata1.diff" ....

    Code:
    $ git apply cata1.diff
    cata1.diff:9: trailing whitespace.
           std::vector<uint32> spellToLearn;
    cata1.diff:10: trailing whitespace.
    
    cata1.diff:11: trailing whitespace.
           if(getRace() == RACE_WORGEN)
    cata1.diff:12: trailing whitespace.
           {
    cata1.diff:13: trailing whitespace.
                   spellToLearn.push_back(68996);
    error: patch failed: src/game/Player.cpp:19492
    error: src/game/Player.cpp: patch does not apply
    error: patch failed: src/game/SpellAuras.cpp:4149
    error: src/game/SpellAuras.cpp: patch does not apply
    error: patch failed: src/game/SpellEffects.cpp:782
    error: src/game/SpellEffects.cpp: patch does not apply
    $
    And I also can not import the "item_cata" in the database.

    Can anyone help-me? Thanks.

Page 7 of 9 FirstFirst ... 3456789 LastLast

Similar Threads

  1. [Request] Looking for Cataclysm Alpha Client
    By GameWalkThrRUS in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 05-19-2016, 09:49 AM
  2. [Web] Account registration for WotLK alpha server (MaNGOS, RoSpora)
    By Dythzer in forum WoW EMU General Releases
    Replies: 66
    Last Post: 06-29-2010, 06:44 AM
  3. [Misc] Looking for list of working cataclysm alpha servers
    By soto in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 06-28-2010, 02:38 PM
  4. Replies: 10
    Last Post: 09-12-2009, 02:28 PM
All times are GMT -5. The time now is 12:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search