have you consider to put it inside a box?
{
Id: 99999
AegisName: "Custom_Box"
Name: "Custom Box"
Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
nodrop: true
noselltonpc: true
nocart: true
nogstorage: true
nomail: true
noauction: true
}
Script: <" rentitem 12345,604800; ">
},
- trader Rental01 1_M_01,{
OnInit:
tradertype(NST_CUSTOM);
sellitem Custom_Box, 2;
end;
OnCountFunds:
setcurrency(#KAFRAPOINTS);
end;
OnPayFunds:
if( #KAFRAPOINTS < @points ) end;
#KAFRAPOINTS -= @points;
purchaseok();
}