Hi Hercules,
Does anyone know what I've done wrong here?
It transfers over the refine rate perfectly, but it doesn't transfer over the card (should be the card that's compounded in the bone helm). The getitem2 just deletes it. Does anyone know why?
Thanks a lot!
Does anyone know what I've done wrong here?
It transfers over the refine rate perfectly, but it doesn't transfer over the card (should be the card that's compounded in the bone helm). The getitem2 just deletes it. Does anyone know why?
Thanks a lot!
Code:
next;
getinventorylist;
for(set .@i,0; .@i < @inventorylist_count; set .@i,.@i+1){
if ( @inventorylist_id[ .@i ] == 5162 ) // Slotted bone helm
.@refine$[ getarraysize( .@refine$ ) ] = @inventorylist_refine[ .@i ];
.@card1$[ getarraysize( .@card1$ ) ] = @inventorylist_card1[ .@i ];
}
getitem2 5162,1,1,.@refine$,0,.@card1$,0,0,0;
Last edited by a moderator: