|
Post by Ravenclaw on Jun 22, 2013 14:33:15 GMT -8
Made using AssistUO v1.0.0 RC8 Build 09 ( www.runuo.com/products/assistuo) I have been playing with AssistUO instead of Razor as it is the tool of choice by RunUO for connecting to Free Shards and is still being supported and developed. I find there are a lot of nice features to AssistUO but that the Macro portion, though more versatile and capable, is definitely more difficult than the Razor macros to develop. This is my first attempt at a Macro for AssistUO. If anyone has any feedback or wishes to contribute their own then please feel free to do so. Everything between these lines can be copied and pasted to AssistUO macro window. -=-=-=-=-=-=-=-=- //Checks Weight to make sure the character is not overweight if weight >= maxweight sysmsg 'CHARACTER TOO HEAVY CHECK WEIGHT' '32' stop endif //Check if too many items have been made and are being dropped //if @findtype 'change for Serial of item being made' 'any' 'ground' '1' '3' //sysmsg ' TOO MANY ITEMS MADE. PACK IS FULL ' '32' //stop //endif //Make sure that there are enough boards in the backpack if not @findtype 0x1bd7 'any' 'backpack' 9 sysmsg 'OUT OF BOARDS' '32' stop else //Change 'findtype' and 'usetype' serial if not using saws if @findtype 0x1034 'any' 'backpack' usetype 0x1034 'any' 'backpack' waitforgump 0x38920abd 5000 pause 500 replygump 0x38920abd 57 waitforgump 0x38920abd 5000 pause 500 replygump 0x38920abd 2 pause 2000 else //Change message in quote if not using saws sysmsg 'OUT OF SAWS!' '32' stop endif endif -=-=-=-=-=-=-=-=-=-=-=- Hope this helps.
|
|