• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Easy way to auto summon food/drink?

Joined
Mar 19, 2019
RedCents
1,926¢
I find it a pain to cycle through toons to summon food/drink with a clicky when they get hungry/thirsty. Is there a way to get the macro to do this? It would be a real time saver. I could probably write a mod to do this but if there's an out of the box way to do it, that would be great.
 
I find it a pain to cycle through toons to summon food/drink with a clicky when they get hungry/thirsty. Is there a way to get the macro to do this? It would be a real time saver. I could probably write a mod to do this but if there's an out of the box way to do it, that would be great.

I've been using downshits to keep me eating summoned food so i don't waste my stat food

These particular summon food items are from the marketplace, but anything can be subbed into here

Code:
downflag1=1
downflag2=1
downflag3=1
downflag4=1
downflag5=1
downflag6=1
downshit1=/if (${FindItemCount[=Warm Milk]}<=5 && ${Cast.Ready[Warm Milk Dispenser]} && !${Me.Invis} && !${Me.CombatState.Equal[COMBAT]}) /casting "Warm Milk Dispenser" item
downshit2=/if (${FindItemCount[=Fresh Cookie]}<=5 && ${Cast.Ready[Fresh Cookie Dispenser]} && !${Me.Invis} && !${Me.CombatState.Equal[COMBAT]}) /casting "Fresh Cookie Dispenser" item
downshit3=/if (${Me.Hunger}<4500 && ${FindItemCount[=Fresh Cookie]}>0) /useitem "Fresh Cookie"
downshit4=/if (${Me.Thirst}<4500 && ${FindItemCount[=Warm Milk]}>0) /useitem "Warm Milk"
downshit5=/if (${Cursor.Name.Equal[Fresh Cookie]}) /autoinventory
downshit6=/if (${Cursor.Name.Equal[Warm Milk]}) /autoinventory
 
I've been using downshits to keep me eating summoned food so i don't waste my stat food

These particular summon food items are from the marketplace, but anything can be subbed into here

Code:
downflag1=1
downflag2=1
downflag3=1
downflag4=1
downflag5=1
downflag6=1
downshit1=/if (${FindItemCount[=Warm Milk]}<=5 && ${Cast.Ready[Warm Milk Dispenser]} && !${Me.Invis} && !${Me.CombatState.Equal[COMBAT]}) /casting "Warm Milk Dispenser" item
downshit2=/if (${FindItemCount[=Fresh Cookie]}<=5 && ${Cast.Ready[Fresh Cookie Dispenser]} && !${Me.Invis} && !${Me.CombatState.Equal[COMBAT]}) /casting "Fresh Cookie Dispenser" item
downshit3=/if (${Me.Hunger}<4500 && ${FindItemCount[=Fresh Cookie]}>0) /useitem "Fresh Cookie"
downshit4=/if (${Me.Thirst}<4500 && ${FindItemCount[=Warm Milk]}>0) /useitem "Warm Milk"
downshit5=/if (${Cursor.Name.Equal[Fresh Cookie]}) /autoinventory
downshit6=/if (${Cursor.Name.Equal[Warm Milk]}) /autoinventory
This is the way to go for me. Thanks Sic!
 
Where is that code Downshit? that's is in main mq folder not the ini?
holy/downs would be done with mq2melee - so they go inside your Server_Toonname.ini file in your Release folder
 
sometimes I feel like I should just look at every post SIC has made.. ill randomly see him reply to someone and learn something useful everyday.
 
actually since you rock 2 zerkers..
how are you getting your zerkers to autosummon/ eat?
 
if you use mq2berzerker you can use the
Code:
 /zerk addclicky summon 3
for your food summon items like the milk and cookies dispensers
1565998191766.png
 
those are what I have going try it I. meant the force feed part but i suppose there is a mac for that isn't there?
 
trying to get the mq2feed me mac to work. but damn zerkers keeps auto inventorying the milk /cookie)>
 
those are what I have going try it I. meant the force feed part but i suppose there is a mac for that isn't there?
macro? not sure if you mean mq2feedme, or you're actually talking about some macro.

mq2feedme is a plugin.

/plugin mq2feedme
/autofeed 5000
/autodrink 5000

if you're having an issue adding the item (which there are ways around it), you could always just edit your mq2feedme.ini
Code:
[Settings]
Announce=1
FoodWarn=0
DrinkWarn=0
[Drink] 
Drink1=Warm Milk 
Drink2=Spiced Iced Tea 
Drink3=Water Flask
[Food] 
Food1=Fresh Cookie
Food2=Fresh Fish
Food3=Roots
[YourToonNameHere]
AutoDrink=5000
AutoFeed=5000
 
Question - Easy way to auto summon food/drink?

Users who are viewing this thread

Back
Top
Cart