A tool to save your manual calculation time of generating code for an Item in Box !
Storage Box Code Generator
P.S. It is not yet tested. Let me know if there are any bugs in generated code !
A tool to save your manual calculation time of generating code for an Item in Box !
Storage Box Code Generator
P.S. It is not yet tested. Let me know if there are any bugs in generated code !
I guess this is the logic
Though the core logic is simple, its good to have an applicationPHP Code:$temp = [];
$temp[0] = 17;
$temp[1] = 16384 * $itemCount + $itemCode;
$temp[2] = rand(100000, 999999);
$finalCode = implode(';', $temp);
![]()
Same logic I used in the tool !
I hated it when I had to test something with hundreads of Soul's and it was hard to keep spawning and also calculating code !