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

User Tag List

Page 128 of 292 FirstFirst ... 2878124125126127128129130131132178228 ... LastLast
Results 1,906 to 1,920 of 4379
  1. #1906
    Deminish's Avatar Member
    Reputation
    2
    Join Date
    Apr 2006
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jumperu View Post
    Take the feral one from 1st post, i just updated it, you have one for balance too, whichever suits you best, not many bot with bear so it's not worth the hassle.
    link doesnt work :/ it says "Invalid or Deleted File."

    Could i use the file with guardian spec (in bear form) ?

    LAZYBOT support thread, Q&A, requests and updates
  2. #1907
    nebmyers's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure where I should be adding the profiles and behaviours, there are no folders to put them in

  3. #1908
    Kalasapa's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting Key: moveforward potentially bound incorrectly, should be: up when I try starting my bot.
    Anyone that got any tip?
    And I cant seem to load a behaviour, when I open the behaviour window I can only choose paladin or dk. And I cant seem to find where to load another behaviour,
    Thanks in advance

  4. #1909
    Henka44's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nebmyers View Post
    Not sure where I should be adding the profiles and behaviours, there are no folders to put them in
    You can put them anywere you want to, there is no required folder path.

    Originally Posted by Kalasapa
    I keep getting Key: moveforward potentially bound incorrectly, should be: up when I try starting my bot.
    Anyone that got any tip?
    And I cant seem to load a behaviour, when I open the behaviour window I can only choose paladin or dk. And I cant seem to find where to load another behaviour,
    Thanks in advance
    Well, try binding "move foward" in wow to 'w' AND 'up arrow' to be sure.
    Last edited by Henka44; 12-08-2012 at 08:38 AM.

  5. #1910
    Kalasapa's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    didn't work =/

  6. #1911
    Henka44's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kalasapa View Post
    And I cant seem to load a behaviour, when I open the behaviour window I can only choose paladin or dk. And I cant seem to find where to load another behaviour,
    Thanks in advance
    If you put desired behavior in the same folder as the Paladin and DeathKnight behaviors it should work. Be sure that you didn't remove the file ending or something from the bahavior, it should be "Name.xml" as an example -> "Mage.xml"

  7. #1912
    romb0t's Avatar Member
    Reputation
    79
    Join Date
    Dec 2011
    Posts
    212
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @nebmyers, kalasapa
    For the profile files, you can choose what ever directory on your disk, each time you will try to open a profile, you will be asked where to find it.

    For the behaviors, there is a mandatory folder which is Behaviors in the LB directory. If you don't have this folder, then you have to create it and then put the behavior files in this folder. After this, when you run LB, click on Combat Settings. In the drop down (2nd line) you should see the name of the behaviors that you have copied into the Behaviors folder.

  8. #1913
    Henka44's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    [16:05:57] Exception when loading profile: System.IO.FileNotFoundException: Could not find file 'C:\Users\Henka\Desktop\Lazy Evolution\Profiles\grinding\85-90\88-90 - Dread Wasteland - Sunset Brewgarden.xml.path'.File name: 'C:\Users\Henka\Desktop\Lazy Evolution\Profiles\grinding\85-90\88-90 - Dread Wasteland - Sunset Brewgarden.xml.path'
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at LazyEvo.LGrindEngine.QuickGraph.LoadGraph(String file)
       at LazyEvo.LGrindEngine.PathProfile.LoadPath(String profileToLoad, XmlDocument doc)
       at LazyEvo.LGrindEngine.PathProfile.LoadNoDialog(String profileToLoad)
    I get this when loading the Dread Wastes 88-90 profile.

    And i also get this in the same profile between every mob he kills pretty much.

    Code:
    [16:08:23] Could not create path: System.ArgumentNullException: Value cannot be null.Parameter name: key
       at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at QuickGraph.Algorithms.ShortestPath.DijkstraShortestPathAlgorithm`2.ComputeFromRoot(TVertex rootVertex)
       at QuickGraph.Algorithms.ShortestPath.DijkstraShortestPathAlgorithm`2.InternalCompute()
       at QuickGraph.Algorithms.AlgorithmBase`1.Compute()
       at QuickGraph.Algorithms.AlgorithmExtensions.ShortestPathsDijkstra[TVertex,TEdge](IVertexAndEdgeListGraph`2 visitedGraph, Func`2 edgeWeights, TVertex source)
       at LazyEvo.LGrindEngine.QuickGraph.FindPath(Location sourced, Location targetd)
    Last edited by Henka44; 12-08-2012 at 10:15 AM.

  9. #1914
    romb0t's Avatar Member
    Reputation
    79
    Join Date
    Dec 2011
    Posts
    212
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Henka44
    The error message is quite explicit ! The file with name: "88-90 - Dread Wasteland - Sunset Brewgarden.xml.path" does not exist...

    We should remind that grinding profiles need 2 files:
    <name>.xml this is for the description of each sub-profile (what mob to kill, where ...),
    <name>.xml.path is for the path finding in the zone.

  10. #1915
    Henka44's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, i have both "88-90 - Dread Wasteland - Sunset Brewgarden.path" and "88-90 - Dread Wasteland - Sunset Brewgarden.xml", and they obviously excist since im running the profile atm and it works, i just wanna know what it means and if the bot skipps something in the profile cause of that error.

    Edit: I didn't know the path file had to have .xml in its name also, fixed now thanks.

  11. #1916
    jumperu's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    322
    Join Date
    Oct 2010
    Posts
    1,412
    Thanks G/R
    5/45
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deminish View Post
    link doesnt work :/ it says "Invalid or Deleted File."

    Could i use the file with guardian spec (in bear form) ?
    Sry about that, i updated a few behaviors lately and i missed linking the new path for the feral one.
    Here it is: Feral Druid MOP - by jumperu.xml ....i also updated it in the first post.

    You can't really use a different spec for drood as it needs to cast certain feral spells. For instace when it pulls it's set like...go prowl, wild charge, pounce/ravage..depending on positioning, then the normal combat sequence..mangle, maim, swipe, rake...etc..they are all feral spells.

    If you switch to feral, here are the talents/glyphs i used: Mists of Pandaria - Talent Calculator - World of Warcraft

    Also, please remove all the spells from bar 1, then put them again on any bar except bar 1...any bar 2-6...keys 1-0

    I keep getting Key: moveforward potentially bound incorrectly, should be: up when I try starting my bot.
    Anyone that got any tip?
    If bot is moving forward..ignore this


    @EUROBOT

    I don't want rep m8, i just like to help other ppl out ...i just gave some to you so..don't worry so much, be happy
    Some feedback on the behaviors i make would be great, especially the negative ones so i can improve my work.
    Last edited by jumperu; 12-08-2012 at 02:10 PM.
    :gusta:wow:gusta:

  12. #1917
    gero321's Avatar Contributor Authenticator enabled
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    56
    Thanks G/R
    3/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there still an archaeology engine for this? If so, I'd love a link and how to install/use it. <3

  13. #1918
    jumperu's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    322
    Join Date
    Oct 2010
    Posts
    1,412
    Thanks G/R
    5/45
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gero321 View Post
    Is there still an archaeology engine for this? If so, I'd love a link and how to install/use it. <3
    No. Flying gathering, grinding, fishing.
    :gusta:wow:gusta:

  14. #1919
    gero321's Avatar Contributor Authenticator enabled
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    56
    Thanks G/R
    3/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn that was fast jumperu. +Rep for quick response lol thanks.

  15. #1920
    nikosraptopoulos's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello guys, somehow my LB doesnt steel my mouse when looting, (only when fishing) and i didnt enable mouse hook or the memory writing, How can this be happening?
    it happened just now, before it was steeling my mouse as i expected to do! any clues?
    TY

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 06:54 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