Change this code and it will become a 40-slot large backpack.
static uint32 GetDisenchantedBagID(uint8 bag_slots)
{
switch (bag_slots) {
case 4:
return 77772; // "Small Disenchanted Backpack"
case 6:
return 77774; // "Disenchanted Backpack"
case 8:
return 77776; // "Large Disenchanted Backpack"
case 40:
return 77778; // "Huge Disenchanted Backpack"
default:
return 0; // no suitable conversions
}
}
-------------
Only supports ROF but does not support SOD. I don't know where to make the changes for SOD.
__________________
To create the most beautiful server for "Arctic Hardcore 1999[BP]" Welcome to our server
|