who have MuCore Clear Inventory Script for MuEngine Files?
thanks God bless :)
who have MuCore Clear Inventory Script for MuEngine Files?
thanks God bless :)
Season 7
i edit $clear = $core_db->Execute("Update character set [inventory]=CONVERT(varbinary(1080), null) where mu_id=?", array(
to
$clear = $core_db->Execute("Update character set [inventory]=CONVERT(binary(3792), null) where mu_id=?", array(
but its not working it replaced full inventory KRIS.
MuEngine DB use Binary not varbinary.
thanks
[inventory]=CONVERT(varbinary(3792), 0x".str_repeat('FF',3792).")
Try it :)