• Visit Rebornbuddy
  • [H / A] NobleGardner - Ultimate Egg Hunter

    Discussion in 'Archives' started by Phelon, Apr 7, 2015.

    1. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Delete me.
       
      Last edited: Feb 14, 2016
      Opply likes this.
    2. Alienware83

      Alienware83 New Member

      Joined:
      Feb 2, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      0
      Like I said Well done running it atm
      So far it runs great but also misses eggs sometimes because it starts looting them and then moves to the next egg while the prev looting isnt done.

      This is the old version
      Eggs Looted: 657
      Eggs Per Hour: 765.657470703125

      New Version 1.1

      Eggs Looted: 86
      Eggs Per Hour: 1059.85400390625
       
      Last edited: Apr 7, 2015
    3. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Should be fixed in 1.1
       
    4. Alienware83

      Alienware83 New Member

      Joined:
      Feb 2, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      0
      Found another bug when the baggs are full it goes crazy left right left right it wants to go to mail box but also wants to grab eggs
       
    5. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Code:
                  if (StyxWoW.Me.BagItems.FirstOrDefault(x => x.Entry == 72145) != null || StyxWoW.Me.FreeBagSlots < 3)
                  {
                      Mail();
      [B]                    return;[/B]
                  }
      
      Change this code. Or I will update it and you can download that. I am US so my wow is down and can't test =(

      Edit: Release I just posted has that change.
       
    6. Alienware83

      Alienware83 New Member

      Joined:
      Feb 2, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      0
      Will do thanks alot :)
       
    7. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Get me the bunny buff so I can add aura cancellation.
       
    8. Alienware83

      Alienware83 New Member

      Joined:
      Feb 2, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      0
    9. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Now I need the ID of the chocolate in your bags. I am writing in code to buy mounts. But I need some help from others.

      From other people... I need to know the ENTRY for the vendor who sells the noblegarden items. Give me the vendor and their location (tauren starting area / gnome starting area / etc)
       
    10. Alienware83

      Alienware83 New Member

      Joined:
      Feb 2, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      0
      Cholcolate spell id =44791

      Orc starting zone
      noblegarden egg= 44818
      Blossoming Branch = 44792
      Spring Flowers = 45073
      Spring robes = 44800
      White tux shirt =6833
      black tux pants =6835
      Elegant dress = 19028
      Spring circlet = 44803
      spring rabbit foot = 44794
      mystical spring bouqet = 116258
      Swift Springstrider = 72145
      Black spring circlet = 74282
      pink spring circlet = 74283
      Poorly-painted egg = 116357
      Intricately-painted egg = 116358
      Magnificently-painted egg = 116359
       
      Last edited: Apr 7, 2015
    11. Alienware83

      Alienware83 New Member

      Joined:
      Feb 2, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      0
      Hope that helps.
       
    12. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      I am updating it again. It will now buy mounts and send them to your alt to sell. It is 100% automated now.
       
    13. Jerk

      Jerk Member

      Joined:
      Dec 4, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      Amazing plug-in. Could you make it use the egg basket ID: 45067 on cooldown? It would help a lot thanks man.
       
    14. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Just add this to the pulse:
      Code:
                  
                  var basket = StyxWoW.Me.BagItems.FirstOrDefault(x => x.Entry == 45067);
                  if (basket != null && basket.CooldownTimeLeft <= new TimeSpan(0,0,0,0))
                      basket.Use();
      
       
    15. Lauchstyle

      Lauchstyle New Member

      Joined:
      Apr 6, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Amazing Plugin!
      One Question: i dont know my login name/pw for the buddy store and so i cant download the do nothing botbase and routine :/
      can i download it anywhere else? :D cause im running around looting everything and this seems a bit bottish :D hope u can help me <3
       
    16. knaw

      knaw New Member

      Joined:
      Sep 7, 2010
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      1
      This is great man, is there any way to make it stay in bunny form?
      It draws a lot less attention with the movement.
       
    17. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Remove this:
      Code:
                  var bunnyAura = StyxWoW.Me.ActiveAuras.FirstOrDefault(x => x.Value.SpellId == 61734).Value;
                  if (bunnyAura != null)
                      bunnyAura.TryCancelAura();
      
       
    18. knaw

      knaw New Member

      Joined:
      Sep 7, 2010
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      1
      dope. thanks chief. good shit.
       
    19. Jerk

      Jerk Member

      Joined:
      Dec 4, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      Thanks bro!

      EDIT: After trying to put it in the code it would spam "you must equip that item to use it" when not equipped, however when it is equipped it doesn't seem to do anything, :(

      EDIT2: figured it out:

      Code:
                      if (StyxWoW.Me.Inventory.Equipped.OffHand != null && ((StyxWoW.Me.Inventory.Equipped.OffHand.ItemInfo.Id == 45067) && StyxWoW.Me.Inventory.Equipped.OffHand.Cooldown <= 0))
                      {
                          StyxWoW.Me.Inventory.Equipped.OffHand.Use();
                      }
      
      Awesome plug-in Phelon!
       
      Last edited: Apr 8, 2015
    20. Lauchstyle

      Lauchstyle New Member

      Joined:
      Apr 6, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0

      Fucking nice <3 *_*
       

    Share This Page