Jump to content

ansonic

Members
  • Posts

    16
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by ansonic

  1. Hi

    I found the solution for my problem

    FIX:

    in LFGMgr.h

    #include "Common.h"

    #include <ace/Singleton.h>

    #include "LFG.h"

    +#define IS_PLAYER_GUID(Guid) ( GUID_HIPART(Guid) == HIGHGUID_PLAYER && Guid!=0 )

    +#define GUID_HIPART(x) (uint32)((uint64(x) >> 48) & 0x0000FFFF)

    I have other problem which is a crash. The teleport is work but when loading screen end the server crash

    log : http://pastebin.com/nHJXbAmQ

    Help me

    Thanks

  2. error when compile

    in fille "MovementHandler.cpp"

    ..\\..\\src\\game\\MovementHandler.cpp(616) : error C3861: 'CHECK_PACKET_SIZE': identifier not found

    ..\\..\\src\\game\\MovementHandler.cpp(621) : error C3861: 'CHECK_PACKET_SIZE': identifier not found

    ..\\..\\src\\game\\MovementHandler.cpp(667) : error C3861: 'CHECK_PACKET_SIZE': identifier not found

    ..\\..\\src\\game\\MovementHandler.cpp(672) : error C3861: 'CHECK_PACKET_SIZE': identifier not found

    help please

  3. rastikzzz, I watch and get the following compile error(your patch and eye of acherus):

    9>..\\..\\src\\game\\SpellEffects.cpp(3849) : error C2039: 'GetGuardians' : is not a member of 'Player'

    9> c:\\users\\alex\\desktop\\nueva carpeta (11)\\mangos\\src\\game\\Player.h(867) : See statement 'Player'

    help please

×
×
  • 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