• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [O][MIN][BTN] Blue & Red Scripts | Unspoiled & Legendary Materials Farm

    Discussion in 'Mining-Botany Profiles' started by entrax, Sep 10, 2015.

    1. savvy444

      savvy444 New Member

      Joined:
      Oct 23, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      For some reason the profile doesn't gather collectibles. I set the entity to 1 for the item and collectible option but it just seems to ignore it. Perhaps I am missing something required?
       
    2. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Post a log
       
    3. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      add the attribute defaultGatherSpotType="StealthGatherSpot" to the exgather tag.
       
    4. savvy444

      savvy444 New Member

      Joined:
      Oct 23, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Nevermind! It works fine, it was just that I didn't have the required tome for the 1-star nodes. Thanks for the quick response!
       
    5. sleepynamja

      sleepynamja New Member

      Joined:
      Feb 22, 2013
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Is there anything I can change in this code to make it not use a gathering rotation or any cordial and just go straight for the node and harvest?

      <ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="&Cordial_Type_50_60;" CordialTime="&Cordial_Time_50_60;" DiscoverUnknowns="true" GatherIncrease="&GatherIncrease_50_60;">

      I've tried messing around with it but no luck as I am trying to make it go from harvesting Wattle Bark to Volcanic Rock Salt. It'll harvest the Wattle Bark and then go to the waiting area for Volcanic Rock Salt but it just times out as it does not have enough GP and cannot use a cordial.
       
    6. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      <ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="none" DiscoverUnknowns="true">

      maybe
       
    7. sleepynamja

      sleepynamja New Member

      Joined:
      Feb 22, 2013
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      I tried but that didn't work. Maybe changing the waitwhile condition to a lower gp amount in conjunction with that will do the trick.
       
    8. sleepynamja

      sleepynamja New Member

      Joined:
      Feb 22, 2013
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Yes, lowering the waitwhile GP value to something like 10 fixed my problems. Could probably edit other sections to do the same thing although the only reason I chose Volcanic Rock Salt is because you get 5 by default per hit.
       
    9. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Please submit a log, I am super curious how it doesn't do anything. The only reason it would miss a node altogether should be a windows time sync issue. All of the rotations i can think of that you would use here are compatible with 0 GP.

      Edit: I wasn't aware there were waitwhile for GP in the profile. I don't find the need for them personally, but there are some situations where you might want to wait until 7pm for rock salt or something like that. The ExGather tag will try to finish harvesting by the end of the hour that it gets to the node, so if it gets there at 6:58, it will just start harvesting immediately.
       
      Last edited: Oct 28, 2015
    10. flamepyro

      flamepyro New Member

      Joined:
      Oct 23, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      Hi im trying to run the profile and i keep getting this:
      Code:
      [20:46:22.181 D] Exception during scheduling Pulse: System.NullReferenceException: Object reference not set to an instance of an object.
         at ExBuddy.OrderBotTags.Gather.ExGatherTag.OnStart() in c:\Users\*\OneDrive\Rebornbuddy\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 322
         at ff14bot.NeoProfiles.ProfileBehavior.Start()
         at ..()
         at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
         at ff14bot.BotBases.OrderBot.(Object , EventArgs )
         at ff14bot.Behavior.BrainBehavior.()
      
      Didnt know if immissing something.
       
    11. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Provide more of the log (might need the profile too but not sure yet).
       
    12. flamepyro

      flamepyro New Member

      Joined:
      Oct 23, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
    13. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Getting to that line of code...where it can throw that error...is actually impossible...that just should not happen... Unless something is actually missing or modified in ExBuddy, there are no code paths i can find to cause that error.

      I feel like there is an extra file somewhere, most likely Collectable.cs . That could theoretically cause the collectable to be null, which would be the only way to get this error.
       
    14. thanman

      thanman Member

      Joined:
      Jun 11, 2011
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      16
      Hi, I am having an issue with the bot not harvesting the selected nodes. It goes to the area at the correct time but does not mine the node. After that it teleports back to a AFK spot.
      Steps I did to try and resolve.
      -Clean Install of Rebornbuddy.
      -Clean Install of ExBuddy and nothing else.
       

      Attached Files:

    15. flamepyro

      flamepyro New Member

      Joined:
      Oct 23, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      Just to be sure ExBuddy should be installed under plugins -> Exbuddy and not plugins -> orderbottags -> ExBuddy. Correct?
       
    16. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      I feel like this is an issue with the Cuprite hotspots.... While they are large enough to cover the area where they would spawn....the node is still out of range of the game object search. This can happen when the eastmost node spawns with the hotspots in this profile.

      Suggestion: Make new hotspots. I have 2 hotspots in my personal profile, one that covers eastmost and middle, and the other covers middle and southwest node. The radius is also lower than 120, which seems to be the cutoff point for finding the node quite often.
       
    17. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      That shouldn't matter, the preferred location is directly under plugins though.
       
    18. thanman

      thanman Member

      Joined:
      Jun 11, 2011
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      16
      ExMatt, I think i figured out what the issue was. Truth of the Mountain wasn't on. So when the unspoiled nodes would spawn it didn't see them. I turned it on and its mining them again.
       
    19. flamepyro

      flamepyro New Member

      Joined:
      Oct 23, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      reinstalled Exbuddy and still getting the same error guess no cuprite for me.
       
    20. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Yea, if you are already miner, and you start it up and then don't put on truth, most the profiles only check to see if you are already a miner but dont' check for aura. The tag doesn't force you to land to cast the aura so likely that was the issue.
       

    Share This Page