Interact with nodes? Not working :( menu

Shout-Out

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    rootKilla's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Interact with nodes? Not working :(

    hi,
    can someone can tell me why this code isnt working? I tryed to interact with a herb (got the guid first) but my bot script only fly to the herb dismount wait the 4secs and mount again ect
    Code:
    Func _interact($handle , $curGUID )
    _BMWriteMemory($handle,0x011180A0 + 0x20, $curGUID, 'uint')	_BMWriteMemory($handle, 0x011180A0 + 0x74, _getObjectX($handle,$curobject), 'float')
    _BMWriteMemory($handle, 0x011180A0 + 0x78, _getObjectY($handle,$curobject), 'float')
    _BMWriteMemory($handle, 0x011180A0 + 0x7C, _getObjectZ($handle,$curobject), 'float')
    _BMWriteMemory($handle , 0x011180A0 + 0x1C, "7" , 'int')
    TrayTip("Interacted","Finish",5)
    EndFunc
    The normal click2move (actiontype 4) works perfectly

    Interact with nodes? Not working :(
  2. #2
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rifk.

    (filler)

  3. #3
    rootKilla's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what should rifk be? sry 4 my ****ing bad english
    Edit @ Cypher: your blog is down atm

  4. #4
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    RIFK is an abbreviation for "you're doing it wrong."

  5. #5
    rootKilla's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and how should i do it

  6. #6
    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 rootKilla View Post
    and how should i do it
    dunno what you are doing there ... here is what I would do

    get the guid of your node or whatever object you want to interact with.

    write this guid to mouseoverguid (0x11D3F50) and send interact with mouse over.

    done(if you have autoloot)

    btw doesnt rifk descend from rofl ?
    Last edited by Azzie2k8; 07-30-2009 at 09:37 AM.

  7. #7
    furang's Avatar Member
    Reputation
    19
    Join Date
    Jul 2009
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    isn't it 0x11D3F60?
    AFAIS it is

  8. #8
    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 furang View Post
    isn't it 0x11D3F60?
    AFAIS it is
    I just took a look....seems like you are right

    I was using this .text:00404876 push offset aAttackingTarge ; "Attacking Target"

    and you were using .text:004048E3 push offset aInteractTarget ; "Interact Target"

    the strange thing is ... why on earth would it work for mine ?
    Last edited by Azzie2k8; 07-30-2009 at 09:46 AM.

  9. #9
    rootKilla's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm dont work for me too is this right:
    _BMWriteMemory($handle,0x11D3F60, $curGUID, 'uint')
    ControlSend("World of Warcraft","","","{F1}")
    Last edited by rootKilla; 07-30-2009 at 09:50 AM.

  10. #10
    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 rootKilla View Post
    hmm dont work for me too is this right:
    _BMWriteMemory($handle,0x11D3F60, $curGUID, 'uint')
    it would seem so but did you also send interact with mouse over ?

  11. #11
    rootKilla's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes i set it to F1 sry i forgot to write this codeline in my post

  12. #12
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ramey View Post
    RIFK is an abbreviation for "you're doing it wrong."
    Please tell me you're just trolling him and you don't actually think that. I can't tell.

  13. #13
    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 rootKilla View Post
    yes i set it to F1 sry i forgot to write this codeline in my post
    this works 100% . I am using it in my fishbot.

    btw I just tried both addresses and I am still confused why both work ...

    Edit: make sure you are sending the key right ... I guess you are in autoit or whatever so I cannot tell you if your code will work.
    just believe me that it will work like I described
    Last edited by Azzie2k8; 07-30-2009 at 09:57 AM.

  14. #14
    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)
    VMT 38 Ready, Set, Gooouu00!!!

  15. #15
    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 Nesox View Post
    VMT 38 Ready, Set, Gooouu00!!!
    that makes sense ...

    edit: stupid me

Page 1 of 3 123 LastLast

Similar Threads

  1. Instant Revered with guild[not working anyways]
    By crittler in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 11-15-2012, 10:59 AM
  2. Getting a server public with DynDNS (Not working)
    By jay77 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 08-15-2009, 04:40 AM
  3. Not work with Vista?
    By [email protected] in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 11-28-2007, 01:15 PM
  4. BC not working with Chrispee
    By frogtheman in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 10-17-2007, 07:50 PM
  5. Need help with putting Mpqs into Data folder, not working!!!
    By Korey16 in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 12-26-2006, 12:15 PM
All times are GMT -5. The time now is 05:25 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search