• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: LazyRaider-- DO NOT DELETE

    Discussion in 'Archives' started by bobby53, Jul 4, 2011.

    1. brokenhips

      brokenhips New Member

      Joined:
      Jun 16, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      3

      Latest update has caused the same issue for me .. not working. Doesn't compile.

      Compiler Error: d:\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(20,12) : error CS0234:
      The type or namespace name 'Combat' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
      Compiler Error: d:\Honorbuddy\Bots\LazyRaider\LazyRaider.Targeting.cs(20,12) : error CS0234:
      The type or namespace name 'Combat' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
      Compiler Error: d:\Honorbuddy\Bots\LazyRaider\LazyRaider.Tank.cs(20,12) : error CS0234:
      The type or namespace name 'Combat' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
       
      Last edited: Sep 15, 2012
    2. suuzzee

      suuzzee New Member

      Joined:
      Sep 3, 2012
      Messages:
      81
      Likes Received:
      2
      Trophy Points:
      0
      latest release of HB .442 has broken Lazyraider :(
       

      Attached Files:

    3. codex

      codex Member Legendary

      Joined:
      Jan 15, 2010
      Messages:
      114
      Likes Received:
      0
      Trophy Points:
      16

      Just edit following files with notepad or another editor:
      .\Bots\LazyRaider\LazyRaider.cs
      .\Bots\LazyRaider\LazyRaider.Targeting.cs
      .\Bots\LazyRaider\LazyRaider.Tank.cs

      Remove the following line:
      using Styx.Combat.CombatRoutine;

      and it will work again.
       
      Last edited: Sep 15, 2012
    4. suuzzee

      suuzzee New Member

      Joined:
      Sep 3, 2012
      Messages:
      81
      Likes Received:
      2
      Trophy Points:
      0
      Great fix Codex :) ty
       
    5. Dream-0-

      Dream-0- New Member

      Joined:
      Sep 15, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Maybe i'm stupid, i'll blame it on being pretty new to this still..
      If i remove CombatRoutine for tank, will my tank know what to do?
       
    6. Madcatz

      Madcatz Member

      Joined:
      May 17, 2011
      Messages:
      752
      Likes Received:
      7
      Trophy Points:
      18
      So are we adding lines to the allrdy lines or just deleteing Styx.Combat.CombatRoutine; from them cuz i deleted them an it still dont work explain it abit more if u would plz but if not ill wait for bobby to update it
       
    7. PTankadin

      PTankadin New Member

      Joined:
      Feb 8, 2012
      Messages:
      157
      Likes Received:
      1
      Trophy Points:
      0
      Bowman has uploaded the fixed LazyRaider to his SVN bowmancc - Revision 21: /trunk/LazyRaider
       
    8. Madcatz

      Madcatz Member

      Joined:
      May 17, 2011
      Messages:
      752
      Likes Received:
      7
      Trophy Points:
      18
    9. Swizzie

      Swizzie New Member

      Joined:
      Feb 19, 2011
      Messages:
      915
      Likes Received:
      7
      Trophy Points:
      0
      He can't really explain it much better guys. You remove the one line from those folders. Cant really put it much plainer
       
    10. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      *NEW* LazyRaider 2.0.7 available for download!

      New version of LazyRaider available for download [CLICK HERE]

      - fix for another namespace rename in latest version of HonorBuddy
       
      wulf likes this.
    11. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Thanks Bobby.
       
    12. joeverton

      joeverton New Member

      Joined:
      Nov 27, 2011
      Messages:
      125
      Likes Received:
      1
      Trophy Points:
      0
      just downloaded this , it no longer recognises bowman , junglebook or any of the other updated cc's
       
    13. joeverton

      joeverton New Member

      Joined:
      Nov 27, 2011
      Messages:
      125
      Likes Received:
      1
      Trophy Points:
      0
      Update to LR

      just downloaded this , it no longer recognises bowman , junglebook or any of the other updated cc's only singular
       
    14. joeverton

      joeverton New Member

      Joined:
      Nov 27, 2011
      Messages:
      125
      Likes Received:
      1
      Trophy Points:
      0
      any one else having the same problem with 2.07 not recognising any profiles except singular ?
       
    15. SunnyD

      SunnyD New Member

      Joined:
      Aug 14, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Lazy raider works beautifully for me.
       
      Last edited: Sep 16, 2012
    16. suuzzee

      suuzzee New Member

      Joined:
      Sep 3, 2012
      Messages:
      81
      Likes Received:
      2
      Trophy Points:
      0
      HB .444 has broken Lazyraider again :(

      Compiler Error: d:\Testbox\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(31,7) : warning CS0105: The using directive for 'Styx.CommonBot.Routines' appeared previously in this namespace

      Compiler Error: d:\Testbox\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(52,94) : error CS1061: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'PartyMemberInfos' and no extension method 'PartyMemberInfos' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)

      Compiler Error: d:\Testbox\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(52,116) : error CS1061: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'RaidMemberInfos' and no extension method 'RaidMemberInfos' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)

      Compiler Error: d:\Testbox\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(711,41) : error CS1729: 'Styx.WoWInternals.WoWObjects.WoWPartyMember' does not contain a constructor that takes 2 arguments

      Compiler Error: d:\Testbox\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(31,7) : warning CS0105: The using directive for 'Styx.CommonBot.Routines' appeared previously in this namespace

      Compiler Error: d:\Testbox\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(52,94) : error CS1061: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'PartyMemberInfos' and no extension method 'PartyMemberInfos' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)

      Compiler Error: d:\Testbox\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(52,116) : error CS1061: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'RaidMemberInfos' and no extension method 'RaidMemberInfos' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)

      Compiler Error: d:\Testbox\Honorbuddy\Bots\LazyRaider\LazyRaider.cs(711,41) : error CS1729: 'Styx.WoWInternals.WoWObjects.WoWPartyMember' does not contain a constructor that takes 2 arguments
       
    17. joeverton

      joeverton New Member

      Joined:
      Nov 27, 2011
      Messages:
      125
      Likes Received:
      1
      Trophy Points:
      0
      Im getting sick of this crippled Bot its nearly 3 weeks now and still working like a one legged donkey
       
    18. Darklyte 420

      Darklyte 420 New Member

      Joined:
      Dec 5, 2011
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      It's not HB it's wow still updating for mop... Every time WOW does an update HB has to as well... Hard for them to fix HB while WoW has no idea where they want to go either...
       
    19. Starbrox

      Starbrox Member

      Joined:
      Mar 10, 2012
      Messages:
      413
      Likes Received:
      0
      Trophy Points:
      16
      and now hb did something so LR doesn't work anymore again :(
       
    20. suuzzee

      suuzzee New Member

      Joined:
      Sep 3, 2012
      Messages:
      81
      Likes Received:
      2
      Trophy Points:
      0
      I just want to go on the record, i'm not complaining, quite the reverse, this is a great bot, i'm just pointing out the problem, and keeping my fingers crossed it will be fixed soon.
       

    Share This Page