LAZYBOT support thread, Q&A, requests and updates menu

User Tag List

Page 279 of 292 FirstFirst ... 179229275276277278279280281282283 ... LastLast
Results 4,171 to 4,185 of 4377
  1. #4171
    speedlives's Avatar Member
    Reputation
    1
    Join Date
    Mar 2016
    Posts
    1
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi i was using lazybot like always and i found this today Screenshot by Lightshot i cant attach and im runing as 32 bit can anyone help me?

    LAZYBOT support thread, Q&A, requests and updates
  2. #4172
    tylen's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2012
    Posts
    210
    Thanks G/R
    17/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by speedlives View Post
    hi i was using lazybot like always and i found this today Screenshot by Lightshot i cant attach and im runing as 32 bit can anyone help me?
    6.2.4 patch hit yesterday so new offsets and stuff need to be updated by those who have latest source code

  3. Thanks speedlives (1 members gave Thanks to tylen for this useful post)
  4. #4173
    warheart209's Avatar Member
    Reputation
    13
    Join Date
    Mar 2012
    Posts
    214
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does the Flying Gathering work on Lordaeron 3.3.5 Priv server?. I run 3.3.5 lazybot and the grinder works fine. But the flying gathering seems to just ignore the veins and fly right by them. I turn on radar and the mine nodes don't even show why?. I made a collect folder with the mine / herb eng still nothing on radar and continues to fly right by the veins. The vein names are all spelled correctly as in game with capitals spacing and english language.
    Last edited by warheart209; 03-25-2016 at 12:26 AM.

  5. #4174
    Serializer's Avatar Member
    Reputation
    9
    Join Date
    Jan 2010
    Posts
    22
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by warheart209 View Post
    Does the Flying Gathering work on Lordaeron 3.3.5 Priv server?. I run 3.3.5 lazybot and the grinder works fine. But the flying gathering seems to just ignore the veins and fly right by them. I turn on radar and the mine nodes don't even show why?. I made a collect folder with the mine / herb eng still nothing on radar and continues to fly right by the veins. The vein names are all spelled correctly as in game with capitals spacing and english language.
    Make sure you have ticked the option to mine in the flying setup >.<

  6. #4175
    warheart209's Avatar Member
    Reputation
    13
    Join Date
    Mar 2012
    Posts
    214
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Serializer View Post
    Make sure you have ticked the option to mine in the flying setup >.<
    Yes that was a given i had already checked off flying settings mining. Still the waypoints/enemies show on the radar but the mining veins don't and im flying above them and can see on the in game minimap. Wondering if its just this server or?.

  7. #4176
    Serializer's Avatar Member
    Reputation
    9
    Join Date
    Jan 2010
    Posts
    22
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by warheart209 View Post
    I made a collect folder with the mine / herb eng still nothing on radar and continues to fly right by the veins. The vein names are all spelled correctly as in game with capitals spacing and english language.
    Does this mean your herb and mine xml files are not in the bots root folder by any chance =)?

  8. #4177
    warheart209's Avatar Member
    Reputation
    13
    Join Date
    Mar 2012
    Posts
    214
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Serializer View Post
    Does this mean your herb and mine xml files are not in the bots root folder by any chance =)?
    yea guess that fixed it thanks and +rep =)

  9. #4178
    thiisme's Avatar Member
    Reputation
    1
    Join Date
    Mar 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ive used this bot many times over the years im back to playing again but the bot isn't working as soon I open the file after its extracted and everything my lazy.exe the start bot button disappears ive downloaded both links but no luck?

  10. #4179
    Adamantiz's Avatar Private
    Reputation
    14
    Join Date
    Jan 2016
    Posts
    6
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys.

    I guess the bot is not working again since the patch...
    I still do not have time to work on the bot myself. So I put a suggestion to you guys.

    Bind the Pointers to a configuration file.
    (Pointers are the variables used to attach to & read from the game client)

    # Download Microsoft Visual Studio 2015 Community Free from: https://www.visualstudio.com/downloa...sual-studio-vs

    # Once you have it installed, download the LazyEvo source code from the link given in first post of this thread.
    # Open the source in VS and add an Application Configuration file, or use the one which is already in the project.
    # In this file, add key value pairs to store the values which are used for the pointers. (found in LazyLib Pointers.cs)
    # Add a method to get the values from the configuration file, and then call that method to use the values for the pointers.

    # Finally: Set the properties of the configuration file, to always push to build file...
    The application configuration file will then be shipped out, along with the other files when you build, and it can be edited in notepad.

    What would this achieve:
    Everyone will be able to update the pointers in the configuration file when WoW has an update (using notepad),
    and people can share the updates for the configuration file here.
    The bot will only need 1 current version, which could be used for both Blizzard Servers and Private Servers.
    For private servers, you would just need to update the pointers in the config file (using notepad) to work with your server.
    Users would be able to contribute to updates, (without needing the source code or programming skills),
    rather than the whole community waiting for 1 person to give an update.

    Problem to face:
    In the Pointers.cs of LazyLib, the pointers' values are enum type, which means they are compiled into the LazyLib (hard coded)...
    This is why a new method must be constructed to get the values from the config file at runtime, rather than embedding them at compile time.

    Note: If you make the modifications to the bot which I have suggested here, you must name the version LazyEvolution.OP
    (OP standing for Open Pointers & Over Powered)
    Thanks.

    Extra: You could also remove the obfuscation code, and may need to at least disable it in the Pointers.cs - to avoid errors when retrieving variables from the configuration file.

    You can find plenty of tutorials and oodles of info on youtube, stackoverflow and msdn to get you all started,
    just paste error messages into google to find the answers.

    Adam.
    Last edited by Adamantiz; 04-05-2016 at 12:27 PM.

  11. Thanks tylen, Krack3n, Sklug (3 members gave Thanks to Adamantiz for this useful post)
  12. #4180
    tylen's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2012
    Posts
    210
    Thanks G/R
    17/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im not that programming guy, the maximum that i achieved once is changed pointers (i found those in last wow patch dump thread here) in last working source code, compiled it and woah! it worked (i was surprised, realy) ; so i hope there is a skilled one who will implement this
    but generally the suggestion is huge

  13. Thanks Adamantiz, Krack3n (2 members gave Thanks to tylen for this useful post)
  14. #4181
    ShurOgeig's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a version of LazyBot for 2.4.3 servers? I can't find it

  15. #4182
    tylen's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2012
    Posts
    210
    Thanks G/R
    17/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ShurOgeig View Post
    Is there a version of LazyBot for 2.4.3 servers? I can't find it
    No there's not
    as of i know the earliest version is Cataclysm, and you're asking for Burning Crusade one
    Last edited by tylen; 04-16-2016 at 05:03 AM.

  16. #4183
    jeremie_bs's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    63
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tylen View Post
    No there's not
    as of i know the earliest version is Cataclysm, and you're asking for Burning Crusade one
    Sorry, but I have to disagree there.

    The earliest version would've been in Wrath. I remember botting using LazyBot in Wrath.

  17. #4184
    tylen's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2012
    Posts
    210
    Thanks G/R
    17/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh Let it be the WoTLK then, not TBC anyway

  18. #4185
    charles420's Avatar Contributor
    Reputation
    315
    Join Date
    Jun 2009
    Posts
    329
    Thanks G/R
    25/119
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    latest LB Source [LB] [6.2.4 21463]

    Donations much appreciative Working On buying a new pc rather then hey mistering one all the time lol ill get around to updating offsets next chunk of free time and when i get a pc again from one of my friends

    Should work with current patch cant test offsets so http://www.mediafire.com/download/2r...lun/Release.7z

    https://www.paypal.me/Charles642
    Last edited by charles420; 04-18-2016 at 07:09 PM.

  19. Thanks tylen, vorpox (2 members gave Thanks to charles420 for this useful post)

Similar Threads

  1. [TripZ•ne's Request Thread] Program Requests and Suggestions.
    By TripZ•ne in forum WoW Bots Questions & Requests
    Replies: 22
    Last Post: 06-02-2010, 03:56 AM
  2. [Release] [TripZ•ne's Request Thread] Program Requests and Suggestions.
    By TripZ•ne in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 05-29-2010, 04:03 PM
  3. Easy Request and needed ASAP!
    By kalish in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-22-2006, 12:32 AM
  4. A request and 2 questions
    By Osmose in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 10-14-2006, 12:10 PM
  5. Request and exchange
    By Spown in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-12-2006, 11:15 AM
All times are GMT -5. The time now is 11:27 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