What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Is there an Open Mailbox function in HB2?

zim79

New Member
Joined
May 2, 2010
Messages
136
Reaction score
0
Hi,

I'm trying to build a plugin to open mails and post auctions.

Is there a function in the HB2 API that allows a character to open the mailbox at a set of coordinates?
 
Just read through the API it is the attachment that is marked API.

The Devs have spent countless hours makings sure every single API member is commented clearly and concisely.

M:Styx.Logic.Inventory.Frames.MailBox.MailFrame.GetMailAttachments(System.Int32)

Takes all items out of the specified mail, and returns when the mail successfully disappears, or if the inventory is full.
 
Yes, I found that part in the API, but what Im talking about is opening a mailbox (right clicking a mailbox), not opening mails. I didnt see that in the API, not sure if its just built into HB or not...
 
M:Styx.WoWInternals.WoWObjects.WoWObject.Interact

You really Just have to look through the whole API. Someone posted a windows help version of the API if you don't feel like wading through an XML document.
 
Last edited:
Thanks.

Gotta say I'm a bit confused about this. The entry of the mailbox I'm trying to use is 191950, but I have no idea where that argument goes...
 
Back
Top