+ Reply to Thread
Results 1 to 3 of 3

Thread: Mailbox Plugin

  1. Mailbox Plugin

    #1
    Member z4z0u is an unknown quantity at this point
    Join Date
    Oct 2009
    Posts
    43

    Default Mailbox Plugin

    If someone has developped a mailbox plugin (which able to send things to another character when bags are full)

    Can he post his code here ? i would like to analyze it

  2. #2
    Super Moderator Bryce will become famous soon enough
    Join Date
    Sep 2009
    Posts
    146

    Default

    already in wowrobot. but only with item quality option

  3. Interact with mailbox

    #3
    Super Moderator theGardener is on a distinguished road
    Join Date
    Sep 2009
    Location
    USA
    Posts
    97

    Lightbulb Interact with mailbox

    There is some ability to send mail from the bot, but if you have the interest to do it better yourself, here is how you interact with a mailbox via a plugin...

    ulong GuidMailBox = API.WowObject.GetNodeByName("Mailbox");
    API.ControlPlayer.InteractByGUID(GuidMailBox);
    API.Other.Wait(1000);
    API.ControlPlayer.SendToChat("/click PostalOpenAllButton");


    If you are close enough to a mailbox, and have the Postal addon installed, this code will click the "Open All" button.

    Use a different addon like Bulkmail where you set up what and who you want to send to, modify the last line and you can quite easily automate sending mail.

    tG

+ Reply to Thread

Similar Threads

  1. WOW Relogger Plugin
    By Freshman666 in forum Plugins - Download | Telechargement
    Replies: 4
    Last Post: 02-05-2010, 12:09 PM
  2. [Automate Mail/AH] Interacting with mailbox
    By theGardener in forum Developer of plugins or Custom Class, assistance
    Replies: 5
    Last Post: 10-23-2009, 03:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts