• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • only farm the good stuff

    Discussion in 'General Discussion Forum' started by l3ta, Sep 20, 2010.

    1. l3ta

      l3ta New Member

      Joined:
      Sep 1, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      in GB is there a way to blacklist everything except certain herbs/ores? lets say i dont want it to farm any clover. would i need to add every clover in the zone to badnodes?
       
    2. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      i don't think that would work the way you want it to, but sure try it and see.
       
    3. jawn

      jawn Member

      Joined:
      Jan 15, 2010
      Messages:
      698
      Likes Received:
      4
      Trophy Points:
      18
      why are you wanting this? for bag space to allow longer runs? If so, get lootfilter and have it set to delete it whenever it gets it. Otherwise, just take it and sell it to vendor if you don't want it. gold clover is used for high end flasks so its still pretty profitable if you do it right on the AH.
       
    4. likwid818

      likwid818 Member

      Joined:
      Jan 15, 2010
      Messages:
      927
      Likes Received:
      5
      Trophy Points:
      18
      i've been asking about this same exact feature since gatherbuddy was released.
       
    5. Joker76

      Joker76 Member

      Joined:
      Feb 8, 2010
      Messages:
      835
      Likes Received:
      9
      Trophy Points:
      18
      Just get the Lootfilter add on and have it delete anything you don't want.
       
    6. ZoOoOoM

      ZoOoOoM Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,213
      Likes Received:
      14
      Trophy Points:
      38
      Nope, not possible.
      The badnodes.xml works using the coordinations of the nodes and not their names.
      And GB doesn't allow you to change what nodes to pick and not pick. It's hardcoded in the bot itself.

      And to the people who ere telling him to use "Lootfilter",
      It will only delete the collected "herbs". so that's time wasted going down to pick a node, fly up , return to path while "lootfilter" deletes the herbs that you acquired from the node you didn't want to go near on the first place.

      What he wants is more of "controlling" what the bot picks.
       
    7. jawn

      jawn Member

      Joined:
      Jan 15, 2010
      Messages:
      698
      Likes Received:
      4
      Trophy Points:
      18
      And you'll get the same exact answer since gatherbuddy was released... use Lootfilter (or similar addon for WoW that you prefer) LOL
       
    8. l3ta

      l3ta New Member

      Joined:
      Sep 1, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      this is what im doing to create a Adder's Tongue only badnodes.xml file. Not elegant, but will work. VBS woot !

      Set fso = CreateObject("Scripting.FileSystemObject")
      Set inFile = fso_OpenTextFile("Debug.html", 1, False)
      Set outFile = fso_OpenTextFile("badNodes_auto.txt", 2, true)
      Do While inFile.atEndOfStream = False
      thisLine = inFile.readLine

      If instr(thisLine, "Maneuvering towards Goldclover:") Then
      strItem = "<bad_location><name>Goldclover</name><waypoint>" & getWaypoint(thisLine) & "</waypoint><comment>" & "Added from debug.html" & "</comment></bad_location>"
      strOut = strOut & strItem & vbNewLine
      ElseIf instr(thisLine, "Maneuvering towards Tiger Lily:") Then
      strItem = "<bad_location><name>Tiger Lily</name><waypoint>" & getWaypoint(thisLine) & "</waypoint><comment>" & "Added from debug.html" & "</comment></bad_location>"
      strOut = strOut & strItem & vbNewLine
      End If
      Loop
      outFile.Write strOut
      Function getWaypoint(thisLine)
      intA = InStr(thisLine, "(") + 2

      strCoords = Mid(thisLine, intA, len(thisLine))
      strCoords = left(strCoords, len(strCoords) - 6)

      getWaypoint = replace(strCoords, ",","")
      End Function
       
    9. likwid818

      likwid818 Member

      Joined:
      Jan 15, 2010
      Messages:
      927
      Likes Received:
      5
      Trophy Points:
      18
      LOL.
      Read the post right before yours. Using lootfilter still wastes the time of collecting the herb. Try reading a thread before you reply.
       
    10. ZoOoOoM

      ZoOoOoM Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,213
      Likes Received:
      14
      Trophy Points:
      38
      Excuse me... but my "coding" experience is pretty much close to none.
      How do you use that?
       
    11. l3ta

      l3ta New Member

      Joined:
      Sep 1, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      save as filename.vbs, Windows only. Execute it in the same folder as debug.html and it will create a new file named badnodes_auto.txt copy the contents and paste into your existing badnodes.xml make sure the <badnodes> and </badnodes> are at the top and bottom
       
    12. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      we know that lootfilter wastes time if used for this, we aren't stupid, but aside from coding something new (wow you did, good job) there isn't any other way of not keeping the "other" herbs.
       
    13. l3ta

      l3ta New Member

      Joined:
      Sep 1, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Ill post a badnodes in a couple days as well as a new SB profile.
       
      Last edited: Sep 21, 2010
    14. l3ta

      l3ta New Member

      Joined:
      Sep 1, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      no more clover !

      thanks Tony for your SAFE badnodes.xml i have included those nodes.
       

      Attached Files:

    15. l3ta

      l3ta New Member

      Joined:
      Sep 1, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      how to use the above file.
      1. rename your existing badnodes.xml - if you want to keep it.
      2. download the above attachment into the same folder as Gatherbuddy
      3. Star Botting.

      This badnodes.xml file will prevent the bot from gathereing the nodes listed within the file. I have made sure Clover and Lilly are listed so it should only gather Adder's. My suggestion is to make a new profile so that you can avoid areas rich in Clover/Lilly and focus on areas rich on Adders. But it probably wont matter too much as SB is very small.

      I personally use Tony's Safe profile, it bots SB, IC and SP. and all herb gathered provides 50% Icy Pigment.
       
      Last edited: Sep 24, 2010

    Share This Page