Jump to content

Moving item on task bar


Recommended Posts

Hey, so when i try to move items that are already in the taskbar, i get disconnected to the login page..

05eeec8cf2130fb010e372d7008b6749.gif

 

If i try to insert something in taskbar, it works fine, only moving items that are already there, skills, items etc..

 

Any help is appreciated,

thanks in advance!

Edited by Metin2 Dev
Core X - External 2 Internal

It's all lies

Link to comment
Share on other sites

1 minute ago, MrQuin said:

Is there a game.core or syserr 

Thanks for the reply,

uh yeah, syserrs are this:

 

Client > Clean

 

syserr from db > Clean

syserr from the core:

Spoiler

SYSERR: Oct 17 19:28:19.793538 :: Process: SEQUENCE 29f3a400 mismatch 0x48 != 0x0 header 18
SYSERR: Oct 17 19:28:19.793596 :: Process: SEQUENCE_LOG [Display]-------------
    [109 : 0xaf]
    [006 : 0xca]
    [241 : 0x8a]
    [010 : 0xcf]
    [018 : 0x48]

 

 

This is when i drag the item

 

And game.core i do not know how to check it..

It's all lies

Link to comment
Share on other sites

Fixed problem was in packets, had:
typedef struct command_quickslot_swap
{
    BYTE    header;
    UINT    pos;
    BYTE    change_pos;
} TPacketCGQuickslotSwap;

 

was needed:
typedef struct command_quickslot_swap
{
    BYTE    header;
    UINT    pos;
    UINT    change_pos;
} TPacketCGQuickslotSwap;

 

Thanks for your help even if you didnt do much  @MrQuin :D

  • Love 1

It's all lies

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.