How to open a mailbox menu

User Tag List

Results 1 to 7 of 7
  1. #1
    admo1810's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to open a mailbox

    Hey! Does anybody know a way to open a mailbox? Thanks

    How to open a mailbox
  2. #2
    Renyei's Avatar Contributor Hand of God
    Reputation
    112
    Join Date
    Sep 2008
    Posts
    127
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't have much experience in this kind of area, but if the player is in-range of a mailbox, pretty sure you can use all of the mailbox API functions even if they don't have the interface open. Could you not somehow use them with Lua injections like most things do?

  3. #3
    Augury13's Avatar Legendary
    Reputation
    884
    Join Date
    Oct 2012
    Posts
    1,738
    Thanks G/R
    424/74
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mineerminty View Post
    I don't have much experience in this kind of area, but if the player is in-range of a mailbox, pretty sure you can use all of the mailbox API functions even if they don't have the interface open. Could you not somehow use them with Lua injections like most things do?
    pretty sure just using the API functions will show them client side for you, but not exactly server side. It'll just interact with an interface not directly connected to the server and just your client. Now this may not be totally true but this is what i have picked up. With a mailbox, you have to have some interact with mouseover function to open its server interface then you can interact with it sucessfully. This is not straight up fact but just what i have picked up from playing and messing around with all this stuff.

  4. #4
    namreeb's Avatar Legendary

    Reputation
    658
    Join Date
    Sep 2008
    Posts
    1,023
    Thanks G/R
    7/215
    Trade Feedback
    0 (0%)
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    If you're going to be injected, you could just send the mailbox open packet. I believe the only parameter is the guid of the mailbox gameobject. That is presumably so the server can enforce your proximity to the object.

  5. #5
    BrolyYO's Avatar Banned
    Reputation
    2
    Join Date
    Aug 2014
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by culino2 View Post
    On live he would have to use a wrapper for those jam messages to send his own packets, or he have to deal with the bitpack stuff. :)
    There might be a simple function to send this packet though.

    Why not just using the object interact function? For outside CTM.
    Bitpack stuff is quite complicated but i even managed to emulate mail packets long time ago. (cata version).

    function mailsomebody(gold)
    local Subject = "_Gold Mail"
    local recipientsize = get_size(recipientname)
    local byte35 = ((get_size(recipientname)+1)*16)-1
    local new_packet = create_client_packet()
    new_packet:set_opcode(CMSG_SEND_MAIL)
    new_packet:put_dword(41, 11)
    new_packet:put_dword(0)
    new_packet:put_dword(0)
    new_packet:put_dword(gold*10000) --gold
    new_packet:put_dword(0)
    new_packet:put_word(0)
    new_packet:put_byte(get_size(Subject)*8, 33)
    new_packet:put_byte(0x28)
    new_packet:put_byte(byte35)
    new_packet:put_byte(0x80)
    new_packet:put_byte(mail_guid_four)
    new_packet:put_byte(mail_guid_one)
    new_packet:put_byte(mail_guid_two)
    new_packet:put_byte(mail_guid_three)
    new_packet:put_string(Subject, 41, false)
    new_packet:put_string(recipientname, 41+get_size(Subject), false)
    new_packet:put_byte(mail_guid_six)
    new_packet:put_byte(mail_guid_eight)
    new_packet:put_byte(mail_guid_seven)
    end;

  6. #6
    seasick's Avatar Sergeant
    Reputation
    16
    Join Date
    Aug 2013
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    write its guid to the target address and then use the interact hotkey

  7. #7
    admo1810's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can this really work?

Similar Threads

  1. How to Open Mailbox through script?
    By marina_v1 in forum World of Warcraft General
    Replies: 4
    Last Post: 11-08-2012, 08:00 PM
  2. How To Open Tickets
    By scottmiller in forum WoW EMU Programs
    Replies: 16
    Last Post: 11-17-2007, 04:54 AM
  3. Can someone tell me how to open WoW in windows mode?
    By _alliance_elune_ in forum World of Warcraft General
    Replies: 6
    Last Post: 11-01-2006, 02:18 AM
  4. how to open patch.mpq (burning crusade)
    By Notahax in forum World of Warcraft Model Editing
    Replies: 18
    Last Post: 09-06-2006, 04:02 PM
  5. How to open screen shots?
    By krazy12766 in forum World of Warcraft General
    Replies: 9
    Last Post: 07-07-2006, 11:10 AM
All times are GMT -5. The time now is 09:25 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search