[Lbot] Bot source code for wow 3.0.9 menu

User Tag List

Page 4 of 13 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 182
  1. #46
    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 kaliska View Post
    "httpz://vforums(.)mmoglider(.)com/showthread(.)php?t=207242"

    Just ignore him
    lol it is even the same username ^^

    I know the CustomClass NaaDruid. Maybe Thats him.

    Anyway I will do as you said. maybe some overview of WoW like Health Mana location etc.

    Thanks very much

    Azzie2k8

    [Lbot] Bot source code for wow 3.0.9
  2. #47
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think wow x offset is 0x10C

  3. #48
    miceiken's Avatar Contributor Authenticator enabled
    Reputation
    209
    Join Date
    Dec 2007
    Posts
    401
    Thanks G/R
    7/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    This is a copy/paste from the Glider Forums. With the same EXACT wording. I'm not sure that this guy is the creator.
    Sorry to disappoint you but it's the same guy.

  4. #49
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    //Load How Long
    XmlNodeList Long = doc.GetElementsByTagName("HowLong");
    HowLong = Convert.ToInt32(Long[0].ChildNodes[0].Value);

    im getting an error for this in the script and i dont know why? help?

  5. #50
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by miceiken View Post
    Sorry to disappoint you but it's the same guy.
    Not disappointing. I don't care one way or the other =P

    Normally people will copy/paste stuff like this and take credit... and I remembered i read this thread a while back so i told yall.

  6. #51
    Omaster's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mrbrightside View Post
    //Load How Long
    XmlNodeList Long = doc.GetElementsByTagName("HowLong");
    HowLong = Convert.ToInt32(Long[0].ChildNodes[0].Value);

    im getting an error for this in the script and i dont know why? help?
    Comment it out, sort the whole "." to "," switch and load a glider profile.

    After following the info graciously provided by Robske, I've managed to get this thing to work-ish. Right now its running around following the waypoints in the profile, but will not attack anything. I'll keep trying stuff out, but if anyone has any pointers they'd be appriciated.

    Also, I've noticed that it does detect dead mobs and the fact that they're lootable. However, it will try looting them from 30 ft away, and if started right next to the mob, will run the cursor over the screen trying to find loot position but will not find it even if it is available.

    EDIT: Upon further research, I think the reason it was running aimlessly was because once I chose non BG mode (AKA farming), the bot had no default classes it could use. I tried using one of the oober classes, but that crashed the bot as soon as it tried loading the AI. I'm pretty sure the OOber classes need some modifying to fit LBot. I'll try some more after a good night's sleep.
    Last edited by Omaster; 05-03-2009 at 07:38 PM.

  7. #52
    inthisriver's Avatar Member
    Reputation
    18
    Join Date
    Aug 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got the bot working, but having problems fixing the looting.
    Does the address need to be updated?

    Code:
            public int getType
            {
                get
                {
                    mem Memory = ObjectList.getMemory();
                    return Memory.ReadInt(0x0117B010);
                }
            }

  8. #53
    naa's Avatar Contributor
    Reputation
    100
    Join Date
    Oct 2006
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    This is a copy/paste from the Glider Forums. With the same EXACT wording. I'm not sure that this guy is the creator.
    I am the creator
    As fare as i know i am the only one using the name "naa" on forums. I own this and the "naa" account on mmoglider, and yes i am the creator of NaaDruid and NHealbot to.

  9. #54
    naa's Avatar Contributor
    Reputation
    100
    Join Date
    Oct 2006
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a note: yes the OOber files needs come work, look at the warlock class file in the AI folder, most of the functions is working in LBot but some like PetFeed et does not work and auto keys does not either.
    As the LBot does no know when global cooldown is ready all spell casts needs timers, this needs to be adjusted also.
    I never finished the integration between LBot and OOBerX so you may be better of making a C# class and hardcode the combat. Look at how the Healbot extends the GGameClass and heals instead of doing combat (repleace the healing with some combat code instead).
    This bot is not ready to go for pve but it should be decent for pvp healing. I made the pvp system first and then i never finished the pve system.
    I made the core system of the bot (movement, profiles, objects detection etc) and then it is up to you to make the combat.
    And yes the mouse type need to be updated, else it won't detect when moving the mouse over a object that can be looted.
    This is as fare as i am helping, going to continue work on my poker bot now
    Have fun.

  10. #55
    inthisriver's Avatar Member
    Reputation
    18
    Join Date
    Aug 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by naa View Post
    I never finished the integration between LBot and OOBerX so you may be better of making a C# class and hardcode the combat. Look at how the Healbot extends the GGameClass and heals instead of doing combat (repleace the healing with some combat code instead).
    Wow thats eerie... I was just editing my post up there, planning on asking for tips on how to remove the ooberwarlock stuff and replace it with a hardcoded combat routine.

    I edited the loot code to simply approach the corpse, move the mouse to the center of the screen, send a RMB click and then continue on the patrol.
    It gets the job done.

    So I guess my next move is to replace the healbot code with a combat routine, thanks alot naa!

  11. #56
    Omaster's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Before I start working on hardcoding combat in place of the healbot code, I tried porting a simple version of your warlock.xml so that it would use my druid spells. For some reason, I can see the log saying it tries casting stuff, but nothing actually happens in WoW. It might be worth mentioning that the bot moves around the patrol and approaches the mob as it should. It seems just the actual casting is messed up.

    What am I missing?

  12. #57
    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 inthisriver View Post
    Got the bot working, but having problems fixing the looting.
    Does the address need to be updated?

    Code:
            public int getType
            {
                get
                {
                    mem Memory = ObjectList.getMemory();
                    return Memory.ReadInt(0x0117B010);
                }
            }
    0x113AAE0 MouseType

  13. #58
    inthisriver's Avatar Member
    Reputation
    18
    Join Date
    Aug 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Azzie2k8 View Post
    0x113AAE0 MouseType
    thanks, would you mind telling me how you found that?
    I can find most addresses in tsearch myself, but that one has me stumped.

  14. #59
    Jokke23's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you. Are there any .pdf files explaining this kind of programs/source. How did you guys get started?

  15. #60
    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 inthisriver View Post
    thanks, would you mind telling me how you found that?
    I can find most addresses in tsearch myself, but that one has me stumped.
    Cheatengine. I am still to stupid to get this by another way. Hopefully I will be able to learn this.

    just hover with the mouse over a trainer or the loot and search for unknown value. change the position of the mouse and search for a changed value. then search for a value smaller then 100. and so on.

    I had about 14 left but only only made sense so I tested it and it was the right one.

    I will read up if there are other ways to get the offsets.

    Azzie2k8

Page 4 of 13 FirstFirst 12345678 ... LastLast

Similar Threads

  1. [Hack] / [Bot] 1.12.1 WoW Bot Source Code
    By Corthezz in forum WoW Memory Editing
    Replies: 51
    Last Post: 02-04-2017, 01:12 PM
  2. want to buy a source code for ESO bot written with C++ , not script .
    By cute_star in forum Elder Scrolls Online General
    Replies: 0
    Last Post: 04-21-2014, 09:25 AM
  3. [Selling] 2 Honorbuddy Sessions (2 seperate bot codes) for WoW Gold
    By iPwnedUDude in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 05-24-2013, 01:44 AM
  4. [Bot:Source] Acidic Bot Source Code
    By =sinister= in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 07-03-2006, 05:38 PM
All times are GMT -5. The time now is 04:01 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