ke? kk, não vale copiar
&enchants="Proteção III|Proteção IV|Afiada III|Afiada IV|Afiada V|Eficiência III|Eficiência IV|Eficiência V";
&armaduras="^306$|^307$|^308$|^309$|^310$|^311$|^312$|^313$";
&itens=%&armaduras%;
//============libera o slot 9
SLOTCLICK(89,l,false);
wait(110ms);
GETSLOT(0,#id_slot,54);
SLOTCLICK(%#id_slot%,l,false);
//===========começa a vereficar encantamento para guardar
FOR(#proc_item,54,88);
GETSLOTITEM(%#proc_item%,#id_do_item1,#stack_do_item1);
ifmatches(%#id_do_item1%,%&itens%);
SLOTCLICK(%#proc_item%,l,false);
wait(100ms);
SLOTCLICK(89,l,false);
slot(9);wait(200ms);
foreach(enchantments);
ifmatches(%ENCHANTMENT%,%&enchants%);
slotclick(89,l,true);
break;
endif;
next;
wait(50ms);
GETSLOTITEM(89,#id_do_slot89,#stack_do_slot89);
if(%#id_do_slot89%!=0);
getslot(0,#idvar1,54);
slotclick(89,l,false);
wait(100ms);
slotclick(%#idvar1%,l,false);
wait(50ms);
endif;
endif;
NEXT;
acho que é isso,
ta ai
Clique para expandir...