Thanks so much. It works but I do run into some issues that I was hoping you could help with.
Sometimes when using talktoNPC says something along the lines of "bad player wrong coords" with my current coords, then ports me to those exact coords over and over again. The script (AutoIt) eventually crashes when this happens.
The other is the CheckPCNearby always causes a "Press Crash" and if the next command was within 1-1.5 seconds it would never register. If I upped the next commands to 2.5 seconds it had enough time to recover. I ended up removing the CheckPCNearby command.
It sends a left click as a double click causing the "give" to cancel out before it checks if the window is open.
When it checks if the give window is open, it says it will wait 500ms and try again, but is very clearly retrying every 50 ms, causing the give to cancel if the trade window opens. Eventually causes a crash.
Seems to cause a EQ client crash when doing a check zone randomly. Happens on multiple PC's.
All of this happens on multiple PC's (XP, win7, win10) which are all corei5 or higher with 8gb + of memory and 128+ video cards.
Edit: PM'ed you the server info
I did create a work around (within the script) for the double click failure (cancel) on the "give", if anyone wants that let me know.