• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin / Ach] Noble Gardener

    Discussion in 'Archives' started by BarryDurex, Apr 24, 2011.

    1. TommyGrule

      TommyGrule New Member

      Joined:
      Aug 30, 2011
      Messages:
      53
      Likes Received:
      0
      Trophy Points:
      0
      Thank you!
       
    2. Bedwyr

      Bedwyr Member

      Joined:
      Mar 8, 2012
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      Im not getting this to work.
      [Noble Gardener - Shake Your Bunny Maker]: [Chocolate Lover] (0 / 25) uncomplete!
      [Noble Gardener - Shake Your Bunny Maker]: [Chocoholic] (0 / 100) uncomplete!
      [Noble Gardener - Shake Your Bunny Maker]: [Shake Your Bunny-Maker] (0 / 10) uncomplete!

      Thats the only thing i get when i start HB

      [16:43:24:615]
      [16:43:24:674] % Effective Cleanse Priority: Low
      [16:43:24:674] % Effective Purge Priority: Low
      [16:43:25:464] Activity: [Noble Gardener - Shake Your Bunny Maker]: search for Player..

      I just want it to collect eggs. but something is wrong. can someone help me?
       

      Attached Files:

      Last edited: Apr 11, 2012
    3. Gatherit

      Gatherit New Member Buddy Store Developer

      Joined:
      Aug 28, 2010
      Messages:
      2,331
      Likes Received:
      68
      Trophy Points:
      0
      Gets stuck in Razor hill but always unstucks itself. Not recommended to AFK but amazing to watch how fast this bad boy works when you have the basket to use =D
       
    4. tomcruise

      tomcruise Banned

      Joined:
      Jan 15, 2011
      Messages:
      345
      Likes Received:
      2
      Trophy Points:
      18
      why do you randomise the best node list? it should be ordered by distance, it keeps running past eggs that are right in front of me which looks incredibly bot like

      I changed:

      PHP:
      if (bestNodes.Count 1)
                      {
                          
      Random random = new Random();
                          
      int index random.Next(0, (bestNodes.Count 1)); // bestNodes.Count for List<WoWGameObject> 
                          
      bestNode bestNodes[index];
                      }
      to:

      PHP:
      if (bestNodes.Count 1)
                      {
                          
      int index bestNodes.Count 1// bestNodes.Count for List<WoWGameObject> 
                          
      bestNode bestNodes[index];
                      }
      Seems much more efficient like this
       
      Last edited: Apr 11, 2012
    5. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      I gussied it up to look like this (plus more fixes), and when two or more toons ran it, they ran perfectly together, always going for the same egg, obviously bottish.
       
    6. Ulbjorn

      Ulbjorn New Member

      Joined:
      Feb 15, 2012
      Messages:
      130
      Likes Received:
      0
      Trophy Points:
      0
      Thank you, I didn't see "DoNothing" in list, but works fine anyway.
       
    7. lama

      lama New Member

      Joined:
      Mar 31, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0

      Thank you for that. Seems better this way to me too.
       
    8. dazdnconfusd3356

      dazdnconfusd3356 New Member

      Joined:
      Nov 18, 2011
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      0
      Anyone getting "you're in the wrong zone" even though you're not?
       
    9. lama

      lama New Member

      Joined:
      Mar 31, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      it broke =|


      Code:
      [12:52:07 AM:640] Activity: [Noble Gardener]: search for Player..
      [12:52:07 AM:778] Activity: [Noble Gardener]: search for best node
      [12:52:08 AM:071] Activity: [Noble Gardener]: Move to Brightly Colored Egg Distance: 14yards
      [12:52:08 AM:083] Activity: Loading Tile/s
      [12:52:08 AM:435] Activity: [Noble Gardener]: Move to Brightly Colored Egg Distance: 14yards
      [12:52:08 AM:670] Activity: [Noble Gardener]: Move to Brightly Colored Egg Distance: 13yards
      [12:52:08 AM:836] Activity: [Noble Gardener]: Move to Brightly Colored Egg Distance: 11yards
      [12:52:09 AM:003] Activity: [Noble Gardener]: Move to Brightly Colored Egg Distance: 10yards
      [12:52:09 AM:172] Activity: [Noble Gardener]: Move to Brightly Colored Egg Distance: 8yards
      [12:52:09 AM:343] Activity: [Noble Gardener]: Move to Brightly Colored Egg Distance: 7yards
      [12:52:09 AM:507] Activity: [Noble Gardener]: Move to Brightly Colored Egg Distance: 6yards
      [12:52:09 AM:742] Activity: [Noble Gardener]: Interact..
      [12:52:09 AM:743] InteractDebug:666118376
      [12:52:09 AM:777] Interact Done:666118376
      [12:52:11 AM:813] InteractDebug:666118376
      [12:52:11 AM:846] Interact Done:666118376
      [12:52:12 AM:826] Activity: [Noble Gardener]: search for Player..
      [12:52:12 AM:827] Plugin [Noble Gardener] threw an exception in 'Pulse'! Exception:
      [12:52:12 AM:830] System.NullReferenceException: Object reference not set to an instance of an object.
         at NobleGardenerAchievement.NobleGardenerAchievement.Pulse() in e:\Honorbuddy\Plugins\NobleGardener_1.1.8_beta.cs:line 107
         at Styx.Plugins.PluginWrapper.Pulse()
      [12:52:12 AM:936] System.ApplicationException: Cannot run Tick before running Start first!
         at TreeSharp.Composite.Tick(Object context)
         at Styx.Logic.BehaviorTree.TreeRoot.Tick()
      [12:52:12 AM:936] Cleared POI - Reason Exception in Root.Tick()
      [12:52:12 AM:936] Cleared POI
      [12:52:13 AM:755] Plugin [Noble Gardener] threw an exception in 'Pulse'! Exception:
      [12:52:13 AM:756] System.NullReferenceException: Object reference not set to an instance of an object.
         at NobleGardenerAchievement.NobleGardenerAchievement.Pulse() in e:\Honorbuddy\Plugins\NobleGardener_1.1.8_beta.cs:line 107
         at Styx.Plugins.PluginWrapper.Pulse()
      [12:52:13 AM:796] Activity: Loading Tile/s
      [12:52:13 AM:939] Updating repair cost for current equipped items. New value: [0g24s90c]

      now it's working again o.0 /scratches head... Even though i've done nothing rather than just start it again =| even though before I had stopped and started, even exited game and bot and started both up and none of that worked... so now it's just randomly working again =|
       
      Last edited: Apr 12, 2012
    10. iggi66

      iggi66 New Member

      Joined:
      Jan 15, 2010
      Messages:
      389
      Likes Received:
      24
      Trophy Points:
      0
      I did some small improvements to stuck detection because I had some trouble while running it in Silvermoon. The bot kept walking into the inn and didn't leave it any more.

      Be aware of the changes tomcruise posted here. If more then one bot is running in your area, they may detect you because of walking to the same "bestNode".. Last year some botters got banned because of being reported by others.
       

      Attached Files:

    11. 1jonathan

      1jonathan New Member

      Joined:
      Apr 7, 2012
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      I dont understand, i start it then it bot's for about 20-30 min and then it craches.. then i have to set it up again-.- Have you found a fix to that? :))
       
    12. Redhood

      Redhood Member

      Joined:
      May 12, 2011
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      6
      This is working like a charm! Kudo's!
       
    13. jamminjud

      jamminjud New Member

      Joined:
      Sep 2, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Wanted to provide an update to this plugin.


      • I've added a UI to allow for selecting what you want to do so there is no need for separate plugins
      • Doesn't try to get eggs up high
      • Selects the closest egg instead of randomly picking a node

      By default it just searches for eggs and opens them. Also fixed the problems that occur when you don't have anything equiped in mainhand. Props to original author.
       

      Attached Files:

    14. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Is there a minimum level ?
      Because as far as I know there isn't but if there is maybe I don't have to pause my leveling progress ;)

      Also: is it worth to do the noblegarden, I don't see the point of it...
       
    15. madman

      madman New Member

      Joined:
      Jan 15, 2010
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      0
      This works great, a few ideas for improvements:
      - Add better stuck detection, this can get completely stuck, Iggi has added a fix for this on the page before, if you ask him maybe he'll help you out.
      - Another thing iggy pointed out, the "find closest egg" instead of random can be great, but it can also be a pain of more than one runs the same plugin as you, add an option to choose between the two? :)

      The plugin works great as it is, just some thoughts :) thanks alot to everyone that has in some way or another updated this plugin to help the community :)
       
    16. flickeringobscenity

      flickeringobscenity New Member

      Joined:
      Feb 24, 2012
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
    17. n00beta

      n00beta New Member

      Joined:
      Jul 26, 2011
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Razor Hill - didn't try
      Bloodhoof Village - good pathing, AFKable but runs out to the far huts and cant find an egg in range until one respawns
      Falconwing Square - Pretty good but lots of other botters here since real players dont go here
      Brill** - would be perfect, I dont think there were any other botters, but the eggs on the crate and the one up a bit on a building, the bot can't get to at all. Even on a druid it got annoying to monitor real fast

      edit: also gets stuck in the inn in falconwing
       
    18. white_boy8869

      white_boy8869 Member

      Joined:
      Feb 27, 2012
      Messages:
      255
      Likes Received:
      3
      Trophy Points:
      18
      Any idea why this is not working for this toon? Log attached.

      It starts up, equips the basket runs to one egg and picks it, but then stops. The Red text ingame is spamming You are in the wrong zone.
       

      Attached Files:

    Share This Page