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

User Tag List

Page 262 of 292 FirstFirst ... 162212258259260261262263264265266 ... LastLast
Results 3,916 to 3,930 of 4379
  1. #3916
    trendkilla254's Avatar Knight-Lieutenant
    Reputation
    34
    Join Date
    Feb 2012
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone good with macros? I want a macro that uses lures and bait. Checks if lures are in inventory highest skill to lowest. Then applies bait. Since the bot only applies lures every ten minutes and no option for bait I figured make 5 macros for the different types of bait. Just swap it out depending on the fish I need. I just want It to pick the best lures. Is this possible?

    LAZYBOT support thread, Q&A, requests and updates
  2. #3917
    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)
    Gyazo - f761573883713578a0c9d840871e513b.png

    there is an option for lure, maybe you are not using lazybot!!!


    for the best lure check, reaplly and different lures....use the behavior
    @buffs tab add conditions for the lures like...
    -add rule
    1. - buff detection - if player does not have buff by id (id of lure buff u want) - then cast - (pretty sure name or lure doesn't work, so use here send key)...
    2. - ticker - 10mins (600000)

    maybe add another lure at ticker 20min...so it casts 1st lure twice, 2nd lure once...idk...not sure what u wanna acomplish
    Last edited by jumperu; 12-23-2014 at 11:10 AM.
    :gusta:wow:gusta:

  3. #3918
    trendkilla254's Avatar Knight-Lieutenant
    Reputation
    34
    Join Date
    Feb 2012
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jumperu View Post
    Gyazo - f761573883713578a0c9d840871e513b.png

    there is an option for lure, maybe you are not using lazybot!!!


    for the best lure check, reaplly and different lures....use the behavior
    @buffs tab add conditions for the lures like...
    -add rule
    1. - buff detection - if player does not have buff by id (id of lure buff u want) - then cast - (pretty sure name or lure doesn't work, so use here send key)...
    2. - ticker - 10mins (600000)

    maybe add another lure at ticker 20min...so it casts 1st lure twice, 2nd lure once...idk...not sure what u wanna acomplish
    Boy you sure are condescending... Did you even read my post? I know there is a lure option... Do you even fish? There is BOTH lures and bait that BOTH have to be used AT the SAME TIME. lazy bot only has an option for one. So to use BOTH ITEMS I would need a MACRO to put in the LURES button spot.

    I don't think you fish. When you fish you get many different type of lures randomly. Depending on what is in my bag would determine what is the best at the moment. You cannot buy +200 skill lures. I do know how to use the bugs by Id. I made a guardian druid routine using it and lazy macros that works great. The problem is the many types of lures you can fish up and finding a easy to automate applying the best one that had dropped.

    In programming it would look something like:

    If lure A in bag then /use A
    Elseif B in bag then /use B
    Elseif C in bag then /use C
    /use bait
    Last edited by trendkilla254; 12-23-2014 at 01:44 PM.

  4. #3919
    dawawe's Avatar Member
    Reputation
    3
    Join Date
    Jun 2009
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trendkilla254 View Post
    Boy you sure are condescending... Did you even read my post? I know there is a lure option... Do you even fish? There is BOTH lures and bait that BOTH have to be used AT the SAME TIME. lazy bot only has an option for one. So to use BOTH ITEMS I would need a MACRO to put in the LURES button spot.

    I don't think you fish. When you fish you get many different type of lures randomly. Depending on what is in my bag would determine what is the best at the moment. You cannot buy +200 skill lures. I do know how to use the bugs by Id. I made a guardian druid routine using it and lazy macros that works great. The problem is the many types of lures you can fish up and finding a easy to automate applying the best one that had dropped.

    In programming it would look something like:

    If lure A in bag then /use A
    Elseif B in bag then /use B
    Elseif C in bag then /use C
    /use bait
    i use Rebot for Fishing made macros in that for each lure and select one if im in the zone. If i fish in my garrison i have a castrandom macro. Can do the same thing in lazybot probably. just add it in your combat rotation as a buff and change the condition for the bait you want to use. Could probably make a script to check the zone your in and use a specific bait on that. In the Future they will probably add check boxes for it. But if you want to do it without scripts go to your combat profile and make conditions for each bait and all the IDs in each for "Does not have buff" and use bait. Just move the bait you want to use to the top of the list.

    Something like Fishing Baits ONLY
    Just move the bait you want to use to the top of the list

    Fire Ammonite Bait = 158036
    Blind Lake Sturgeon Bait = 158035
    Sea Scorpion Bait = 158037
    Jawless Skulker Bait = 158031
    Abyssal Gulper Eel Bait = 158038
    Fat Sleeper Bait = 158034
    Black Water Whiptail Bait = 158039

    (158036,158035,158037,158031,158038,158034,158039) for the buffs check


    You will have to do the same for lures. i dont have those IDs and dont want to look them up, the only reason to use lures if for lunkers which i already have all the lunker rewards.



    Edit: On skinning. works(ish) skins fine but some of the time it will move before it gets the leather.
    Last edited by dawawe; 12-26-2014 at 02:19 AM.

  5. #3920
    trendkilla254's Avatar Knight-Lieutenant
    Reputation
    34
    Join Date
    Feb 2012
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lazybot.doesn't use combat rotation when you do the standing fishing from my experience.

  6. #3921
    dawawe's Avatar Member
    Reputation
    3
    Join Date
    Jun 2009
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trendkilla254 View Post
    Lazybot.doesn't use combat rotation when you do the standing fishing from my experience.
    It does. /10char

  7. #3922
    trendkilla254's Avatar Knight-Lieutenant
    Reputation
    34
    Join Date
    Feb 2012
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dawawe View Post
    It does. /10char
    Hmm.. My grinding profiles work perfect. I been grinding riverbeasts for hours. My fishing works perfect for standing still. Got nat pagle already with it and been getting lunkers. But if something attacks me while using the fishing engine and I make sure to use my combat profile from the grinding engine it doesn't use it Just auto attacks.

  8. #3923
    dawawe's Avatar Member
    Reputation
    3
    Join Date
    Jun 2009
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trendkilla254 View Post
    Hmm.. My grinding profiles work perfect. I been grinding riverbeasts for hours. My fishing works perfect for standing still. Got nat pagle already with it and been getting lunkers. But if something attacks me while using the fishing engine and I make sure to use my combat profile from the grinding engine it doesn't use it Just auto attacks.
    if youre a melee class and using a fishing pole it will only auto-attack due to the pole not being a melee weapon which all most of you abilities use. If i get attacked on my lock it works fine.

  9. #3924
    trendkilla254's Avatar Knight-Lieutenant
    Reputation
    34
    Join Date
    Feb 2012
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can use all my abilities with a pole. It doesn't do the spell I'd checks either.
    Which it does perfectly on grinding profile

  10. #3925
    pinny's Avatar Active Member
    Reputation
    29
    Join Date
    Jan 2010
    Posts
    211
    Thanks G/R
    7/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to fix this error I get after attaching to my process?

    Code:
    Message: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
    Inner exception: 
    Source: LazyLib
    Stack trace:    at LazyLib.Helpers.Vendor.ItemDatabase.Open()
       at LazyEvo.Forms.Helpers.DoLoad.LoadNow() in c:\Users\Public\Documents\Release\Lazy Evolution\Forms\Helpers\DoLoad.cs:line 75
       at LazyEvo.Forms.Helpers.DoLoad.LoadTheShit() in c:\Users\Public\Documents\Release\Lazy Evolution\Forms\Helpers\DoLoad.cs:line 53
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
    Target site: Void Open()
    Data: System.Collections.ListDictionaryInternal
    Link:

  11. #3926
    trendkilla254's Avatar Knight-Lieutenant
    Reputation
    34
    Join Date
    Feb 2012
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pinny View Post
    Anyone know how to fix this error I get after attaching to my process?

    Code:
    Message: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
    Inner exception: 
    Source: LazyLib
    Stack trace:    at LazyLib.Helpers.Vendor.ItemDatabase.Open()
       at LazyEvo.Forms.Helpers.DoLoad.LoadNow() in c:\Users\Public\Documents\Release\Lazy Evolution\Forms\Helpers\DoLoad.cs:line 75
       at LazyEvo.Forms.Helpers.DoLoad.LoadTheShit() in c:\Users\Public\Documents\Release\Lazy Evolution\Forms\Helpers\DoLoad.cs:line 53
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
    Target site: Void Open()
    Data: System.Collections.ListDictionaryInternal
    Link:
    Do you have every version of .net installed?

  12. #3927
    pinny's Avatar Active Member
    Reputation
    29
    Join Date
    Jan 2010
    Posts
    211
    Thanks G/R
    7/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trendkilla254 View Post
    Do you have every version of .net installed?
    I have Microsoft .Net Framework v4.5 / v4 / v3.5 / v3.0 / v2.0.50727 installed according to what I gathered from Control Panel / Registry

  13. #3928
    trendkilla254's Avatar Knight-Lieutenant
    Reputation
    34
    Join Date
    Feb 2012
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pinny View Post
    I have Microsoft .Net Framework v4.5 / v4 / v3.5 / v3.0 / v2.0.50727 installed according to what I gathered from Control Panel / Registry
    And you are running in win xp compatibility mode as administrator

  14. #3929
    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)
    What are u trying to do?, usually only plugins give those errors.
    :gusta:wow:gusta:

  15. #3930
    pinny's Avatar Active Member
    Reputation
    29
    Join Date
    Jan 2010
    Posts
    211
    Thanks G/R
    7/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trendkilla254 View Post
    And you are running in win xp compatibility mode as administrator
    I wasn't before, but I just tried this and still got the same error.
    Originally Posted by jumperu View Post
    What are u trying to do?, usually only plugins give those errors.
    I am sorry for wasting your guys' time and I really appreciate you helping me. The issue was I renamed Lazy Evolution.exe, and that was causing the crash. Thank you again so much for your time!

    +3Rep/25CC for both of you 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:15 PM. 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