Can you use InteractUnit() to access the mailbox then if you know the mailbox GUID?
I know you can using InteractUnit("mouseover"); but this is not in the background then because the mouse must be placed over the mailbox.
Ideas?
-Duke
Use Interact
Hint: find the mouseover guid offset![]()
how can I get mailbox GUID?
search in wowhead, but no result.
leehun00,
GUID (Globally Unique IDentifier) every object inside the game has one, its a 64-bit integer and you wont find it on Wowhead. You need to learn how to scan the Object Manager (memory-reading) to enumerate all the objects nearby. You will find other players, NPC's, all sorts of interact-able objects including Mailboxes.
thanks for answer.
to solve issue ,i will do my best...OTL