Can you explain on u didnt get the random chance item ?
From what I saw in the script;
if(countitem(40106) == 1){ //T2 Butchering
if(countitem(40026) > 1 || rentalcountitem(40058) > 1){
if(rand(100) <= .@Chance){
getitem .@MakeShiftBoneDagger[rand(getarraysize(.@MakeShiftBoneDagger))], 1;
getitem 40036, 1;
}
delitem 40026, 1;
getitem 40036, 1;
getitem 40011, 2;
close;
}
}
So, make sure your item 40106 = 1, not more than that. item 40026 and 40058 rent item is exist.