Gloomingdeep Rat Steaks (Tutorial)
Posted: Sun Dec 24, 2006 11:28 pm
Makes Rat Steaks(+5 HP food) until you stop it. Start this with the Oven open and "Rat Steaks" selected in order for it to run(as is commented in the code). It is a "Hearty Meal" and will get you to 15 skill in baking. yay.
Also, you'll have to "/endm" it yourself for it to stop, didnt put any coding in it to stop it.Cheers
Also, you'll have to "/endm" it yourself for it to stop, didnt put any coding in it to stop it.
Code: Select all
| Need to have the Oven open, and "Rat Steaks" selected for this to work
Sub Main
:Trip1
/if (!${Target.CleanName.Equal[Frizznik]}) /target Frizznik
/if (${FindItemCount[=Gloomingdeep Rat Meat]}<1 || ${FindItemCount[=Kobold Cooking Sauce]}<1) {
/say rat steaks
}
/delay 1s ${Cursor.ID}
:ClearCursor
/if (${Cursor.ID}) {
/autoinv
/goto :ClearCursor
}
/delay 1s
/notify TradeskillWnd CombineButton leftmouseup
/doevents
/delay 2
/notify TradeskillWnd AutoInvButton leftmouseup
/goto :Trip1
/return