Jump to content

shnappie

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by shnappie

  1. I am a bit lost atm...

    Is "git://github.com/xeross/mangos.git" the latest version from Xeross now or are there new ways ?

    Since after i got the release from there and solved the compile errors i am not able to create new characters.

    Or did erazare take over from xeross ?

    thx for your answers

  2. Both errors where resolved to me after replacing the "*new" with "new" like they did in the commit you linked.

    IRCCmde.cpp Line 1433

    -    ACE_Based::Thread script(*new mcs_OnlinePlayers(CD));
    +    ACE_Based::Thread script(new mcs_OnlinePlayers(CD));

    Master.cpp Line 304

    -    ACE_Based::Thread irc(*new IRCClient);
    +    ACE_Based::Thread irc(new IRCClient);

    if i am correct *new created a pointer to the object, and now you pass on the object

  3. fix :

    update item_instance
    set `data` = CONCAT(
     SUBSTRING_INDEX(SUBSTRING_INDEX(`data`,' ',31),' ',-31), ' ',
     SUBSTRING_INDEX(SUBSTRING_INDEX(`data`,' ',56),' ',-56+34), ' 0 0 0 ',
     SUBSTRING_INDEX(SUBSTRING_INDEX(`data`,' ',64),' ',-64+56), ' ')
    WHERE SUBSTRING_INDEX(data,' ',64) = data AND SUBSTRING_INDEX(data,' ',64-1) <> data
    and ((SUBSTRING_INDEX(SUBSTRING_INDEX(data,' ',31), ' ', -1) <> 0) or (SUBSTRING_INDEX(SUBSTRING_INDEX(data,' ',35), ' ', -1) <> 0) or (SUBSTRING_INDEX(SUBSTRING_INDEX(data,' ',41), ' ', -1) <> 0))
    

    repairs items who have "ghost"gems on 3.0.9

  4. git.exe pull git://github.com/shinzon/mangos.git mangchat
    remote: Counting objects: 86, done.
    remote: Compressing objects: 100% (53/53), done.
    remote: Total 53 (delta 34), reused 0 (delta 0)
    Unpacking objects: 100% (53/53), done.
    From git://github.com/shinzon/mangos
    * branch            mangchat   -> FETCH_HEAD
    Renaming src/game/GameEvent.cpp => src/game/GameEventMgr.cpp
    Auto-merging src/game/GameEventMgr.cpp
    Auto-merging configure.ac
    Auto-merging src/game/AuctionHouseHandler.cpp
    Auto-merging src/game/Chat.cpp
    Auto-merging src/game/Chat.h
    Auto-merging src/game/ChatHandler.cpp
    Auto-merging src/game/GMTicketHandler.cpp
    Auto-merging src/game/Level1.cpp
    Auto-merging src/game/Makefile.am
    CONFLICT (content): Merge conflict in src/game/Makefile.am
    Auto-merging src/game/Player.cpp
    Auto-merging src/game/World.cpp
    CONFLICT (content): Merge conflict in src/game/World.cpp
    Auto-merging src/game/World.h
    Auto-merging src/mangosd/Makefile.am
    CONFLICT (content): Merge conflict in src/mangosd/Makefile.am
    Auto-merging src/shared/Database/DBCStructure.h
    Auto-merging src/shared/Database/DBCfmt.cpp
    Auto-merging src/shared/Makefile.am
    CONFLICT (content): Merge conflict in src/shared/Makefile.am
    Auto-merging win/VC71/game.vcproj
    Auto-merging win/VC80/game.vcproj
    Auto-merging win/VC90/game.vcproj
    Automatic merge failed; fix conflicts and then commit the result.
    
    

    this is the error i get after the following steps:

    -getting latest release of mangos(git)

    -getting sd2 and patching

    -getting and patching mangchat

    Edit:

    OK, after editing the files in the folders by hand and compiling i receive the following

    ..\\..\\src\\game\\mangchat\\IRCCmde.cpp(361) : error C2039: 'PlaySoundA' : is not a member of 'Player'
           c:\\_mydata\\mangosgit\\src\\game\\Player.h(857) : see declaration of 'Player'
    ..\\..\\src\\game\\mangchat\\IRCCmde.cpp(1454) : error C2039: 'PlaySoundA' : is not a member of 'Player'
           c:\\_mydata\\mangosgit\\src\\game\\Player.h(857) : see declaration of 'Player'
    

    mangos release : MaNGOS/0.13.0-DEV (* * Revision 7537 - *)

    mangchat: release from 03-27-2009 03:20

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use