how to click mailbox? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    leehun00's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    13
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    how to click mailbox?

    I want to know ,how to click mailbox

    I am making simple bot.walk to mailbox and click mailbox.

    but i am in trouble clicking mailbox

    plz help me

    my c# code

    wow.WriteFloat(0x00CB9814, 1657); // walking to ogrimmar mailbox
    wow.WriteFloat(0x00CB9818, -4432);
    wow.WriteInt(0x00CB97A4, 4);

    how to click mailbox?
  2. #2
    qjlex's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need struct CTM or Inject method. Please use search.

  3. #3
    Viano's Avatar Active Member
    Reputation
    37
    Join Date
    May 2008
    Posts
    172
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qjlex View Post
    You need struct CTM or Inject method. Please use search.
    U mean interact method?
    Viano

  4. #4
    leehun00's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    13
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any method will good for me.
    i just want to click mailbox in background wow

  5. #5
    vulcanaoc's Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leehun00 View Post
    any method will good for me.
    i just want to click mailbox in background wow
    ClickToMove or Object Interact. you can stfu and figure it out now.

  6. #6
    qjlex's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Viano View Post
    U mean interact method?
    Yes of course..
    Code:
     public static void pMoveToInteract(WowObject Object)
            {
                BotContro1l.mem.WriteFloat((uint)OffSets.AdressCTM + (uint)OffSets.CTM_X, Object.XPosition);
                BotContro1l.mem.WriteFloat((uint)OffSets.AdressCTM + (uint)OffSets.CTM_Y, Object.YPosition);
                BotContro1l.mem.WriteFloat((uint)OffSets.AdressCTM + (uint)OffSets.CTM_Z, Object.ZPosition);
                BotContro1l.mem.WriteUInt64((uint)OffSets.AdressCTM + (uint)OffSets.CTM_GUID, Object.Guid);
                BotContro1l.mem.WriteFloat((uint)OffSets.AdressCTM + (uint)OffSets.CTM_Distance, 3);
                BotContro1l.mem.WriteInt((uint)OffSets.AdressCTM + (uint)OffSets.CTM_STATUS, (int)CTMType.InteractObject);
            }
    Last edited by qjlex; 01-09-2010 at 02:21 PM.

  7. #7
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qjlex View Post
    Yes of course..
    Code:
     public static void pMoveToInteract(WowObject Object)
            {
                BotContro1l.mem.WriteFloat((uint)OffSets.AdressCTM + (uint)OffSets.CTM_X, Object.XPosition);
                BotContro1l.mem.WriteFloat((uint)OffSets.AdressCTM + (uint)OffSets.CTM_Y, Object.YPosition);
                BotContro1l.mem.WriteFloat((uint)OffSets.AdressCTM + (uint)OffSets.CTM_Z, Object.ZPosition);
                BotContro1l.mem.WriteUInt64((uint)OffSets.AdressCTM + (uint)OffSets.CTM_GUID, Object.Guid);
                BotContro1l.mem.WriteFloat((uint)OffSets.AdressCTM + (uint)OffSets.CTM_Distance, 3);
                BotContro1l.mem.WriteInt((uint)OffSets.AdressCTM + (uint)OffSets.CTM_STATUS, (int)CTMType.InteractObject);
            }
    Doing it that way is really ghey and very risky, call the function instead. CGPlayer_C::ClickToMove(...)

  8. #8
    vulcanaoc's Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nesox View Post
    Doing it that way is really ghey and very risky, call the function instead. CGPlayer_C::ClickToMove(...)
    On the same note:

    WardenDev needs to ban for writing to the global CTM struct.

  9. #9
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vulcanaoc View Post
    On the same note:

    WardenDev needs to ban for writing to the global CTM struct.
    That would be fun

  10. #10
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vulcanaoc View Post
    On the same note:

    WardenDev needs to ban for writing to the global CTM struct.
    Yes Please!
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  11. #11
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nesox View Post
    Doing it that way is really ghey and very risky, call the function instead. CGPlayer_C::ClickToMove(...)
    Just wondering - How do we do that?
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  12. #12
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske View Post
    Yes Please!
    No please now. It is the only way for me to loot or interact.

    Writing a mouse driver for out of process looting and interaction is just to difficult and injection is just to difficult to understand for me.

    I mean movement without Click to Move is easy but interaction...

  13. #13
    Kryso's Avatar Active Member
    Reputation
    40
    Join Date
    Jul 2009
    Posts
    97
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by XAutomation View Post
    Just wondering - How do we do that?
    http://www.mmowned.com/forums/wow-me...explained.html

  14. #14
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lua_DoString("InteractUint()");

    Wouldn't that work if you knew the GUID?

  15. #15
    BonutDot's Avatar Contributor
    Reputation
    235
    Join Date
    Aug 2006
    Posts
    418
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would guess no. Does a mailbox have a guid?

Page 1 of 2 12 LastLast

Similar Threads

  1. How to click ready button in join Arena?
    By BloodShowFlower in forum WoW UI, Macros and Talent Specs
    Replies: 3
    Last Post: 03-08-2015, 09:21 PM
  2. How to click repair tab internally?
    By aadidassler in forum Diablo 3 Memory Editing
    Replies: 5
    Last Post: 04-10-2013, 10:19 AM
  3. how to "click to move" to the location what i want?
    By sandra11 in forum WoW Memory Editing
    Replies: 3
    Last Post: 12-07-2012, 05:39 AM
  4. 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
  5. how to change mailbox price?
    By bomsemannen in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 09-29-2008, 01:20 PM
All times are GMT -5. The time now is 10:37 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