Moderator: MacroQuest Developers
Code: Select all
/call sellitem classCode: Select all
/sendkey up ctrl
/click left $v20 combine
:WaitCombine
/if $pack($v10,empty)==FALSE /goto :WaitCombine
:AutoDrop
/click left auto
/delay 1
/if "$cursor()"=="TRUE" /goto :AutoDropAlso please note that the reason it can't find your "Class x x x arrows" when trying to sell them, is more than likely due to the fact that your FLETCHING KIT IS NOT OPEN TO COMBINE THEM. if you had read this entire post, you would have realized that I, myself, posted a fix for that.macrotoon wrote:I forgot I had added this to my routines.mac
Code: Select all
Sub BuyitemSingle /sendkey down ctrl /varset t1 10 /varcalc p2 $char(plat)*1000+$char(gold)*100+$char(silver)*10+$char(copper) /click left merchant buy :BuyItemLoop /delay 1 /if n $t1<1 /click left auto /if n $t1<1 /click left merchant buy /if n $calc($char(plat)*1000+$char(gold)*100+$char(silver)*10+$char(copper)==$p2 /goto :BuyItemsLoop /sendkey up ctrl /return
jeez.I wrote:you have to include something to make sure it'll open the fletching kit. changetoCode: Select all
/click left inv $v80 /click left inv 0 /click left autoCode: Select all
/click left inv $v80 /click left inv 0 /click left auto /click right inv $v80