Confirm a buy window

blablabla

Active Member
What is the command to confirm a purchase? It seems the game requires you to confirm if it is over 5p... and I have a script I would like to add a confirm so it will purchase the >5p item for me.

Thanks!
 

nyder

Well-Known Member
In the game, under either the alt-o or p there is a thing to change how much you can spend before you need to confirm it. not sure where and i'm currently botting, so I don't want to check.

check the various tabs under p first, then go through the alt-o

or someone will tell you specificlly.
 

Pygar

EQ2Bot Specialist
You can write a script to click the confirm window.

Look at the EQ2_onChoiceWindowAppeared event that Ama added a few months back.

You can write a script that always clicks yes (not a great idea), or write one that looks for certain keywords in the question and then clicks yes (a better idea).

You can find an example in eq2bot.iss look at the EQ2_onChoiceWindowAppeared() atom.
 
Top Bottom