• 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

Alctol 2.0 Update

Jackei

New member
Joined
Jan 1, 2015
RedCents
85¢
First, let me thank the original author according to the notes, Bror.
This first to update, Maskoi.
And for the bag friendly addition of /useitem by Randyleo.


In this update i removed any need of editing the macro directly as the variables needed are acquired in game by the user. I also increased the delay before purchasing alcohol to allow the merchant window to populate as this was causing me issues previously. I may also have changed some of the text that appears in MQ when you run the macro. I will neither confirm nor deny this.

Setup:
1. Download alctol.mac into your Release > Macros folder.

Use:
1. Target your bartender for the evening
2. type /mac alctol **** @@@
3. (Optional) Ponder what went wrong in your toon's life to lead to this.

**** is the name of the drink you are buying
@@@ is the resulting skill you wish to achieve to. So if you only want 50 so you can do the anniversary quest, you can do so.
Please note, if the drink name is more than a single word, you must surround the name with quotation marks. i.e. "Elven Wine"

So there it is. A bit more versatile since you don't need to alter the macro. Plus with the latest update changing how strongly different drinks affect you, you can switch your poison on the fly to possibly speed up results. I would assume as your skill goes up weaker drinks would affect you less and slow the progress.

This is the first time I've release anything, so any advice or criticism is welcome!

Oh and if you liked it, please give that little thanks button a nudge.

Added a stick feature to move to the merchant in the occasion that you drunkenly move to far.
Rich (BB code):
| ***********************************************
| Buy Booze                                     *
| ***********************************************
sub BuyBooze
	/if (${FindItemCount[${Booze}]} > 0) /return
	/echo Time to buy more booze
	/target ${MerchantName}
	/face
	/stick 10
	/delay 2s
	/stick off
	/delay 1s 
	/click right target
	/delay 6s
	/call Buy "${Booze}" 20
	/keypress esc
	/delay 1s
Updated the attached file
 

Attachments

Last edited:
Alctol 2.0 Update

Users who are viewing this thread

Back
Top
Cart