Storage Separation

skempertush

New member
Messages
10
Points
0
Hi,

I want to know where to edit sorting of items.

Lets say

SELECT * FROM `storage` WHERE `account_id` = 2000001 AND `group` = 1;

I'll be adding group.

Basically, when a player's character is in group 2 and use @storage, storage will not show items from group 1.

Its like characters won't be sharing items by group. but still limited to 600 storage limit per account.

 
Back
Top