Jump to content

Metin2 4inventory page bug (?)


Recommended Posts

Hi Metin2Dev
 
I have a little error with 4inventory page.
Sometimes i can't drop/equip/move items.
i need to restart the client to fix this. (But sometimes i click lots of and it's fix itself)
 
It's cause by i change some BYTE to int in char_item.cpp? (To make belt slots work with 4 inventory)
BYTE bCell = Cell.cell;         to         int bCell = Cell.cell;
(2x)
BYTE bPage = bCell / (INVENTORY_MAX_NUM / 4);         to         int bPage = bCell / (INVENTORY_MAX_NUM / 4);
(2x)
BYTE p = bCell + (5 * j);       to         int p = bCell + (5 * j);
 
 
Can anyone give me a solution?
 
Regards,
SLZ
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.