Code: Select all
<!-- # 8 --><waypoint x="2258" z="31897">
player:target_Object(112113,100); yrest(300);
sendMacro("UseSkill(1,1);"); yrest(300);
UMM_SendByNameOrId ("twinkname", {"207434","207443","Pukarifell"}); yrest(300);
</waypoint>
2nd problem:
i changed my waypoints to: 1st sell, repair then go to mailbox and use
Code: Select all
<!-- # 8 --><waypoint x="2258" z="31897">
player:target_Object(112113,100); yrest(300);
sendMacro("UseSkill(1,1);"); yrest(300);
UMM_SendByQuality("player2", 0); yrest(300);
</waypoint>
Is it possible that he will only scan for item from slot 1-30 ?
Update: changed your addon to scan slot 1-30 only
last question:
Is it possible to send only Items that will be clean G4 (no stats on it) ?