• 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 - LFHelp with a simple macro

Joined
Apr 10, 2015
RedCents
671¢
Hello, Im goal is to find or make a mac that will auto inv. mage bags to plot items for the house. I couldnt not find any macros. After looking at others macros code, I'm having problems finding the correct window for plot items, ex

/nomodkey /notify GuildBankWnd GBANK_DepositButton leftmouseup

I did notice someone posted to use the command /windows - show all the wnd in mq2, but 1985 windows found, and i can't scroll to the the top. Anyone know the command to save to file?


If anyone can help, i really not good for coding and need to use others macs for a examples. I was figuring something like this. Will be happy to get any helps thank you

----- starting point -----
#turbo

Sub Main

:Loop
/if (${Window[GuildBankWnd].Open}) {
/nomodkey /shift /itemnotify ${FindItem[=${Folded Pack of Wirn's Plate Magic}].InvSlot} leftmouseup
/delay 5
/nomodkey /notify GuildBankWnd GBANK_DepositButton leftmouseup

}
/goto :Loop

/return
 
Is it simply just that it is 'Folded Pack of Wirn's Plate' ? no 'magic' on the end?

(i haven't checked the window stuff)
 
Last edited:
ty

- - - Updated - - -

working beta macro, that will auto loot ros mage bags to real estate and end macro when done. mage bags doesnt go proof when in real estate inv.

_______________________________________________________

#turbo 10
Sub Main

/squelch /windowstate RealEstateItemsWnd open

:Loop
/if (${FindItemCount[Folded Pack of Wirn's Armaments]}<1 && ${FindItemCount[Folded Pack of loulin's Heirlooms]}<1 && ${FindItemCount[Folded Pack of Wirn's Plate]}<1) /goto :Ending
{



/nomodkey /shift /itemnotify ${FindItem[Folded].InvSlot} leftmouseup
/delay 5

/nomodkey /notify RealEstateItemsWnd REIW_Move_Closet_Button leftmouseup

/echo looping ...
}
}
/goto :Loop

/echo Ending ...
/keypress CLOSE_INV_BAGS
/return


:Ending
/echo Ending ... Out of Bags ..
/keypress CLOSE_INV_BAGS
/end
 
Question - LFHelp with a simple macro

Users who are viewing this thread

Back
Top
Cart