LorDeth
<<NO GIF ATTACHED>>
- Joined
- Jul 14, 2016
- RedCents
- 840¢
I picked up the food and drink clickies from the 'Sprucing Up Shakey' 15th Anniversary mission, and i thought, I want to automate this... keep my merchant's brew n feast from disappearing so fast!
So.. i know there is a feedme plugin, but it doesnt summon food n drink for you.. so i decided to make a couple of downshits for this... 4 lines, first 2 deal with the summoning of the food n drink stacks, last 2 lines deal with using food n drink when you hit threshold hunger/thirst level..
Its working good for me, but if you have any cool ideas to add, or that i can improve on this, let me know! I'm always open to improving on the stuff I do..
Cheers,
LorDeth
So.. i know there is a feedme plugin, but it doesnt summon food n drink for you.. so i decided to make a couple of downshits for this... 4 lines, first 2 deal with the summoning of the food n drink stacks, last 2 lines deal with using food n drink when you hit threshold hunger/thirst level..
Rich (BB code):
downflag2=1
downshit2=/if (${FindItemCount[=Burned Black Bread]}<=5 && ${Cast.Ready[Wee'er Harvester]}) /multiline ; /casting "Wee'er Harvester" item ; /autoinventory
downflag3=1
downshit3=/if (${FindItemCount[=Murky Globe of Water]}<=5 && ${Cast.Ready[Bigger Belt of the River]}) /multiline ; /casting "Bigger Belt of the River" item ; /autoinventory
downflag4=1
downshit4=/if (${Me.Hunger}<=3500 && ${FindItemCount[=Burned Black Bread]}>0) /useitem "Burned Black Bread"
downflag5=1
downshit5=/if (${Me.Thirst}<=3500 && ${FindItemCount[=Murky Globe of Water]}>0) /useitem "Murky Globe of Water"
Its working good for me, but if you have any cool ideas to add, or that i can improve on this, let me know! I'm always open to improving on the stuff I do..
Cheers,
LorDeth
Last edited:

