[Lbot] Bot source code for wow 3.0.9 menu

User Tag List

Page 5 of 13 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 182
  1. #61
    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 Omaster View Post
    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?
    Try searching for this comment: //Lad os se om vi kan finde et mål vi kan nakke
    change the line right after that to
    Code:
    if (GContext.getPvP)
    (just remove the !)
    there might be a few other things you need to change in addition to that though
    Last edited by inthisriver; 05-04-2009 at 08:18 AM.

    [Lbot] Bot source code for wow 3.0.9
  2. #62
    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
    Try searching for this comment: //Lad os se om vi kan finde et mål vi kan nakke
    change the line right after that to
    Code:
    if (GContext.getPvP)
    (just remove the !)
    there might be a few other things you need to change in addition to that though
    wow that really helped alot.

  3. #63
    Pexus's Avatar Member
    Reputation
    5
    Join Date
    Apr 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks really nice but I dont understand anything. :P
    I've got no idea how to change all that stuff.^^
    It would be so easy if some1 would share his finished vesion..

  4. #64
    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 Pexus View Post
    It would be so easy if some1 would share his finished vesion..
    Baww wheres the fun in that
    "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

  5. #65
    SuperRomu's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pexus View Post
    It would be so easy if some1 would share his finished vesion..
    ^^ yea !!!!!!!!!!!!!!!

  6. #66
    Pexus's Avatar Member
    Reputation
    5
    Join Date
    Apr 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    -removing double post-
    Last edited by Pexus; 05-04-2009 at 11:13 AM.

  7. #67
    Pexus's Avatar Member
    Reputation
    5
    Join Date
    Apr 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The problem is that i'm german and it's hard to get all that specified stuff. :P
    I would be so thankful if some1 could share it..please.^^
    My damn school english is not enough.

  8. #68
    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)
    So now that everything is up and running, I started writing my feral druid combat code but found I'm missing two important features Glider had. Those would be Me.ComboPoints and Me.HasBuff/Target.HasBuff.

    How much of a bitch would it be to add those? and where do I start looking as to how it is done?

  9. #69
    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 Omaster View Post
    So now that everything is up and running, I started writing my feral druid combat code but found I'm missing two important features Glider had. Those would be Me.ComboPoints and Me.HasBuff/Target.HasBuff.

    How much of a bitch would it be to add those? and where do I start looking as to how it is done?

    I included my own framework into the project and just jank the return value from the lua functions GetComboPoints() and UnitBuff("unit", index [,raidFilter]) :]

    If you don't know how to get the return value of lua functions you'll have to reverse that lua function and find the addresses for combopoints yourself (or go trail&error with CE/tSearch). I don't have them/use them because they are a bitch to update across patches.

    Edit: SQUUUUUUUU
    Last edited by Robske; 05-04-2009 at 12:05 PM.
    "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

  10. #70
    SKU's Avatar Contributor
    Reputation
    306
    Join Date
    May 2007
    Posts
    565
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BYTE yComboPoints = *(BYTE*)0x11CCFD9 or ComboPoints = ReaderClass.ReadByte(0x11CCFD9);

  11. #71
    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)
    Nice one SKU and Rob, thanks!

  12. #72
    Zordin's Avatar Banned
    Reputation
    21
    Join Date
    Jan 2007
    Posts
    163
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    god, wish i had the skills to update this myself o.o Really missed botting lately lol

  13. #73
    SuperRomu's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LBot kill's mob but don't run around Waypoints. He run always forward!
    What are now?

  14. #74
    Pexus's Avatar Member
    Reputation
    5
    Join Date
    Apr 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zordin View Post
    god, wish i had the skills to update this myself o.o
    Yeah...I think i gonna learn it...:P

  15. #75
    bouh2's Avatar Active Member
    Reputation
    28
    Join Date
    Mar 2008
    Posts
    83
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome post, thank's for this source

Page 5 of 13 FirstFirst 123456789 ... 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 10:19 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