Ok first off Heady Kiola. Recipe is 2 packets of kiola sap, water, and a bottle You can get the components from many towns I am KOS in Freeport so I went to Rivervale. Buy yourself 1 Backpack full of Bottles, 2 Backpacks full of Kiola Sap, and 1 backpack full of Water Flasks. Stand in front of a brew barrel and run this script
Code: Select all
| - HeadyKiola.mac -
#include routines.mac
#turbo
Sub Main
| Initialisation
/press ctrl
/press shift
/press alt
| Main Loop
/itemtarget Brew Barrel
/face item
/click left item
:MakeItem
/sendkey down ctrl
/finditem "Packet of Kiola Sap"
/if $find()==FALSE /goto :Done
/click left enviro 0
/finditem "Packet of Kiola Sap"
/if $find()==FALSE /goto :Done
/click left enviro 1
/finditem "Water Flask"
/if $find()==FALSE /goto :Done
/click left enviro 2
/finditem "Bottle"
/if $find()==FALSE /goto :Done
/click left enviro 3
/sendkey up ctrl
/click left enviro combine
/if "$cursor()"=="TRUE" /goto :AutoDrop
/for v1 1 to 5
/delay 2
/if "$cursor()"=="TRUE" /goto :AutoDrop
/next v1
/goto :MakeItem
:AutoDrop
/click left auto
/doevents
/goto :MakeItem
:Done
/sendkey up ctrl
/click left enviro done
/return
Congratulations you should now be at Brewing skill 46. Next up is Fish Wine. Thats water, grapes, fresh fish, and a bottle. All these are also pretty common in the big cities. Fresh Fish is probably the less common one. In freeport you can buy it at the dock in EFP and In rivervale there is little hobbit by the lake that sells it. Anyway once again get a backpack full of each ingredient, plonk yourself next to brew barrel and run this script.
Code: Select all
| - FishWine.mac -
#include routines.mac
#turbo
Sub Main
| Initialisation
/press ctrl
/press shift
/press alt
| Main Loop
/itemtarget Brew Barrel
/face item
/click left item
:MakeItem
/sendkey down ctrl
/finditem "Grapes"
/if $find()==FALSE /goto :Done
/click left enviro 0
/finditem "Fresh Fish"
/if $find()==FALSE /goto :Done
/click left enviro 1
/finditem "Water Flask"
/if $find()==FALSE /goto :Done
/click left enviro 2
/finditem "Bottle"
/if $find()==FALSE /goto :Done
/click left enviro 3
/sendkey up ctrl
/click left enviro combine
/if "$cursor()"=="TRUE" /goto :AutoDrop
/for v1 1 to 5
/delay 2
/if "$cursor()"=="TRUE" /goto :AutoDrop
/next v1
/goto :MakeItem
:AutoDrop
/click left auto
/doevents
/goto :MakeItem
:Done
/sendkey up ctrl
/click left enviro done
/return
Code: Select all
| - SkullAle.mac -
#include routines.mac
#turbo
Sub Main
| Initialisation
/press ctrl
/press shift
/press alt
| Main Loop
/itemtarget Brew Barrel
/face item
/click left item
:MakeItem
/sendkey down ctrl
/finditem "Vinegar"
/if $find()==FALSE /goto :Done
/click left enviro 0
/finditem "Spices"
/if $find()==FALSE /goto :Done
/click left enviro 1
/finditem "Short Beer"
/if $find()==FALSE /goto :Done
/click left enviro 2
/finditem "Cyclops Skull"
/if $find()==FALSE /goto :Done
/click left enviro 3
/sendkey up ctrl
/click left enviro combine
/for v1 1 to 10
/delay 1
/if "$cursor()"=="TRUE" /goto :AutoDropAle
/next v1
/goto :MakeItem
:AutoDropAle
/if "$cursor(name)"=="Cyclops Skull" /goto :AutoDropSkull
/click left auto
/delay 1
/if "$cursor()"=="TRUE" /goto :AutoDropAle
:AutoDropSkull
/click left auto
/if "$cursor()"=="TRUE" /goto :AutoDropSkull
/doevents
/goto :MakeItem
:Done
/sendkey up ctrl
/click left enviro done
/return
This will see you too 151 skill which is as far as I have gone so far. As I said its not power brewing, ya have to do the buying and selling yourself but its sure quicker then drag, click, drag, click arrgghhh my RSI.
And before you ask No I dont know where you can sell back the Skull Ale for a tidy profit (I wish).
Hope this helps somebody if nothing else you can copy the script and edit it to fit your own recipe's.
If you are looking for where to buy components for any tradeskills check out www.eqtraders.com.
Fippy



