What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Custer Farm profile / Gold ore?

I guess I can do clusters now, I got gathering to the level needed for those nodes with melds... But how would I take out the Feberite and star 2 nodes? Also I see where to put the While True, but it's in your file you have uploaded already and it doesn't loop more than once. Do I need to adjust the 1 in loops to a higher number, or can I take it out?
 
you can delete the sections out or comment them out and adjust the waitwhile sections.

Edit the section where it teleports from drybone to horizon then back to drybone
 

Attachments

Last edited:
For some reason I keep doing the script your way. It works, but gives errors that lines are mismatched.
 
Like it's just sitting there after gold ore. Doesn't move on to clusters for your original file between 12,18ish for wind cluster.
 
That means your tags aren't nested properly. Make sure all your tags match in your profile and load it up again.

Got it to work, but after leaving it be for about an hour or two, come back and it says reached maximum amount of loops and is just sitting where it last mined. Hrrmmmmm... And the log says the same thing every 30 seconds or so... Maximum amount of loops reached, it says that for a good hour worth of logs.
 
Got it to work, but after leaving it be for about an hour or two, come back and it says reached maximum amount of loops and is just sitting where it last mined. Hrrmmmmm... And the log says the same thing every 30 seconds or so... Maximum amount of loops reached, it says that for a good hour worth of logs.

Instead of using loops use a while condition.
 
Also, shouldn't deep vigor be cast 5 times, since it's on chain 4? If you do cast one, it doesn't use it... at least while I am watching it... Hrmmm.
 
So I should just be able to take out the loops by deleting them and enter <While Conditions = True> near the top under order, right?
 
Replace <Gather Loops="X"> with <Gather While="PutConditionHere">. If you want to gather forever, use <Gather While="True">.
 
Gotcha. Make sense now, NOTEPAD++ makes finding lines to fix so much simpler... Haven't really touched programming since high school... hahhahah.
 
And anything in a script that I don't want to collect I can just put a --! before the </If> making the statement ignored, iirc.
 
Last edited:
And anything in a script that I don't want to collect I can just put a ! before the </If> making the statement ignored, iirc.

Google is a good asset, as you're writing code in XML. Comments in XML are like this: <!-- Comment -->
 
Alrighty, I got the whole programming thing down and mark what I want but for whatever reason when you run the clusters profile on page one it will not go to any of the clusters but fire when I just load it in. It shouldn't need any editing if I just run it an exclude the 2 stars, right?
 
Are there any good threads on the forums for making gathering order up profiles rather than just randomly googling stuff? I wanna make sure I have everything in correct positions, etc. Some profiles it looks like people don't have to use tabs and spaces, others have multiple... Just kinda getting confused.

I changed all of the loops like recommended and it's still giving me a maximum amount of loops reached, with using the new profile... Someone take a look and see what I am messing up? I just took out all two stars and for whatever reason it just will not farm the clusters in the profile. It will farm the Darksteel, Gold Ore, and Gold Sand, and Water Cluster and Fire Cluster, but that's it... The other clusters it won't have anything to do with. Thanks in advanced for any support... Really trying my best to figure all this stuff out.
 

Attachments

Last edited:
Trying to make for Cluster and then use it as a base if I just want to mine specific nodes. I tried but failed horribly.
If someone would make a guide on making a detailed guide for mining/botany for order bot i would appreciate it.
Is it also possible to switch classes on order
 
Are there any good threads on the forums for making gathering order up profiles rather than just randomly googling stuff? I wanna make sure I have everything in correct positions, etc. Some profiles it looks like people don't have to use tabs and spaces, others have multiple... Just kinda getting confused.

I changed all of the loops like recommended and it's still giving me a maximum amount of loops reached, with using the new profile... Someone take a look and see what I am messing up? I just took out all two stars and for whatever reason it just will not farm the clusters in the profile. It will farm the Darksteel, Gold Ore, and Gold Sand, and Water Cluster and Fire Cluster, but that's it... The other clusters it won't have anything to do with. Thanks in advanced for any support... Really trying my best to figure all this stuff out.


the commented out sections are not the whole <If> statement you still have the gatheringskills sections and below not commented out.

start with just removing the sections you do not want to farm then modify the waitwhile to fit the new time.
 
Well, with leaving it set up the way you have it Grimmjow it's not farming the cluster portion for me. It's really strange. It won't even zone in to Revenant's Toll... I've tried taking out certain !--'s and changing all of the loops to <While Condition = True> but nothing seems to make the clusters work. The other stuff does, but no the clusters.
 
View attachment Unspoiled v1_4.xml

I've been tinkering around with Grimmjow's unspoiled, and got it to where everything will physically gather; however it's having issues when trying to actually close out the gather tag (I'm assuming) as the screen shows it shifting between gather/idle nonstop and it won't switch between the areas manually. I had to stop and restart the bot between finishing the node harvest, and the port to the next area for it to work. It would teleport if I did it that way and go on to the new area, but something is hanging it up from doing it on it's own. Any insight from those who have been doing this longer than me?


EDIT:
The new version will continue looping throughout the entire script. However, it still won't gather darksteel ore. It's successfully doing umbral rock, gold ore, and 4 of the cluster types in a row, looping back at the start of the day.
 
Last edited:
Back
Top