Jump to content

SharkPD

Members
  • Posts

    14
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by SharkPD

  1. crashes at player login m2:huh:

    WORLD: Sent (SMSG_GUILD_QUERY_RESPONSE)

    WORLD: Sent (SMSG_GUILD_ROSTER)

    WORLD: CMSG_CREATURE_QUERY 'Swift Blue Gryphon' - Entry: 18406.

    WORLD: Sent SMSG_CREATURE_QUERY_RESPONSE

    WORLD: CMSG_CREATURE_QUERY 'Merciless Nether Drake' - Entry: 24743.

    WORLD: Sent SMSG_CREATURE_QUERY_RESPONSE

    STORAGE: Item Query = 43523

    STORAGE: Item Query = 4540

    WORLD: Recvd CMSG_SET_ACTIVE_MOVER

    STORAGE_SIZE: 8

    7A 05 00 00 00 00 00 00

    STORAGE: Item Query = 40155

    WORLD: Recvd CMSG_BATTLEFIELD_LIST Message

    WORLD: Battleground status

    WORLD: Received (MSG_GUILD_BANK_MONEY_WITHDRAWN)

    WORLD: Sent MSG_GUILD_BANK_MONEY_WITHDRAWN

    WORLD: Received (MSG_GUILD_PERMISSIONS)

    WORLD: Sent (MSG_GUILD_PERMISSIONS)

    WORLD: CMSG_CALENDAR_GET_NUM_PENDING

    STORAGE_SIZE: 0

    WORLD: Received MSG_CORPSE_QUERY

    WORLD: CMSG_VOICE_SESSION_ENABLE

    STORAGE_SIZE: 2

    00 00

    Sending SMSG_SPELL_START id=12544

    Same for me!

  2. I don't know if anybody noticed but in the past 2 weeks or more the Git Network it stopped updating.

    I'm refering to this link http://github.com/mangos/mangos/network so don't imagine anything else.

    I was expecting more then 6 months until Git craps his pants and start overloading (remember SVN a while ago?), but looks i was mistaking.

    Anybody got any ideea what may have caused the event? There's no data about it anywhere.

    Can confirm, always i take a look on it, it stay at date: 15.05.09 what happened with github?

    I look there often, to see new Updates or core modifications - anytime for c++ codes too...so please fix the problem with git:(

  3. Found compilation error...

    ../../../src/game/Map.cpp:68:39: warning: multi-character character constant
    ../../../src/game/Map.cpp:69:39: warning: multi-character character constant
    ../../../src/game/Map.cpp:1085:39: warning: multi-character character constant
    ../../../src/game/Map.cpp:1086:39: warning: multi-character character constant
    ../../../src/game/Map.cpp:1137:33: warning: multi-character character constant
    ../../../src/game/Map.cpp:1154:33: warning: multi-character character constant
    ../../../src/game/Map.cpp:1197:33: warning: multi-character character constant
    

    Opensuse 11.0 rev 7517

  4. Grab your backup and try replace the related SQL in 2008_12_22_19_characters_item_instance.sql with:

    UPDATE item_instance SET data= CONCAT(
     SUBSTRING_INDEX(SUBSTRING_INDEX(data,' ',54),' ',-54),' 0 0 0 ',
     SUBSTRING_INDEX(SUBSTRING_INDEX(data,' ',60),' ',-60+54),' 0 ')
    WHERE SUBSTRING_INDEX(data,' ',60) = data AND SUBSTRING_INDEX(data,' ',60-1) <> data;

    I can not verify it's correct, however i see for my test characters the problem is gone regarding gems/sockets. Some more tests will perhaps tell what would be a better way to solve it.

    Is not working with my revision: UDB 0.11. revision 7072

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