[C++ MaNGOS] Support for Cataclysm Alpha menu

User Tag List

Page 5 of 9 FirstFirst 123456789 LastLast
Results 61 to 75 of 122
  1. #61
    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)
    How do I apply the patches from Commit History for mangos's mangos - GitHub?

    What I did was to checkout Mangos as such:
    Code:
    git clone git://github.com/mangos/mangos.git
    Is it required to checkout an older revision? If so, how?
    Last edited by Usename; 05-09-2010 at 06:35 AM.

    [C++ MaNGOS] Support for Cataclysm Alpha
  2. #62
    Kromgol's Avatar Member
    Reputation
    23
    Join Date
    Aug 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey!

    Currently using the 400 branch for Mangos, but i wonder where i can get the Cata DB needed? And a working ad.exe? Doesn't seem to work atm.

  3. #63
    tuxedo1's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where can I get the 400 branch? I can't seem to find it...

  4. #64
    Kromgol's Avatar Member
    Reputation
    23
    Join Date
    Aug 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    git pull git://github.com/mangos/mangos.git 400

  5. #65
    tuxedo1's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    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
    git pull git://github.com/mangos/mangos.git 400
    How do I use git? I am running windows and have tried several different ways, all of which seem to fail. Any help would be greatly appreciated.

    The error I am getting is that it is "Not a git repository".
    Last edited by tuxedo1; 05-09-2010 at 06:51 AM.

  6. #66
    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)
    Thanks a lot, Kromgol! Now all i have to do is apply this patch. Should I just save the text on pastebin as whatever.patch and use git apply?

  7. #67
    Kromgol's Avatar Member
    Reputation
    23
    Join Date
    Aug 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Usename View Post
    Thanks a lot, Kromgol! Now all i have to do is apply this patch. Should I just save the text on pastebin as whatever.patch and use git apply?
    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.

  8. #68
    tuxedo1's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    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.
    Once I have this how do I go about applying it?
    Thanks for Help
    Last edited by tuxedo1; 05-09-2010 at 07:08 AM.

  9. #69
    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)
    As I wrote earlier, to get the source I did:
    Code:
    git clone git://github.com/mangos/mangos.git
    cd mangos
    git pull git://github.com/mangos/mangos.git 400
    This all worked well. In my attempt to apply the patch I copied the code from:
    Code:
    http://paste2.org/p/819407
    and saved it as cata1.patch. I tried applying the patch and got this error:
    Code:
    $ git apply cata1.patch
    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
    Can anyone see what I'm doing wrong? Any help is much appreciated!

  10. #70
    amd's Avatar Active Member
    Reputation
    50
    Join Date
    Aug 2007
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting this error on executing the item SQL on the latest version of Mangos 400 branch item db structure:


    Error Code: 1264 - Out of range value for column 'sheath' at row 1

  11. #71
    tuxedo1's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have downloaded all the files from "git://github.com/mangos/mangos.git 400". They are currently residing in a folder in my hardrive. What do I need to do next?

  12. #72
    ColdGrave's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, great, but how to fix it that when I try to login it stucks at "connecting" and says Login Server down?

  13. #73
    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)
    Somehow I managed to patch the code without any errors. However I got errors like these upon compiling:
    Code:
    ../../../src/game/Player.cpp:19498: error: ‘RACE_WORGEN’ was not declared in this scope
    ../../../src/game/Player.cpp:19506: error: ‘RACE_GOBLIN’ was not declared in this scope
    make[2]: *** [Player.o] Error 1
    Does anyone know what this is all about?

    Edit:

    If I undo the patch, it compiles just fine. I can logon to the login server, but not to the world server, because its displayed as offline. :O

    (Its offline for the beta client, not the 3.3.3 one)
    Last edited by Usename; 05-09-2010 at 08:49 AM.

  14. #74
    tuxedo1's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i go about getting the database for Cataclysm? Ad.exe does not seem to work.

  15. #75
    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 Ravenheart View Post
    So.. I finally successfully compiled the core but it seems i'm running on much higher revision, as the database is different it seems.. i can't even create a character :-/
    I'm kind of having this problem too. I can login, enter the server and go to character creation screen. But it wont seem to add the characters

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 06:56 AM. 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