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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Mining][Botany][OrderBot] Unspoiled Nodes Farming

question ??
is it normal to warp to COERTHAS (( chng to miner ))
and one second later warp somewhere else
then one second later warp back to COERTHAS ?

i'm only asking cuz, its wasting lots of money on warps :)
 
Tried about 4-5 hours on the 'No Mor Dhona" profile, all working well except sometimes it'll head to some part in East shroud, changes between MIN/BTH about 10 times then stands there .. When the time's up it'll tele and resume as per normal. Not a big deal actually just letting u know.
 
question ??
is it normal to warp to COERTHAS (( chng to miner ))
and one second later warp somewhere else
then one second later warp back to COERTHAS ?

i'm only asking cuz, its wasting lots of money on warps :)

Same thing happened to me (first time using this profile.) It kept teleporting from wineport to coerthas, then ran for a while and then teleported back to wineport.
 
Tried about 4-5 hours on the 'No Mor Dhona" profile, all working well except sometimes it'll head to some part in East shroud, changes between MIN/BTH about 10 times then stands there .. When the time's up it'll tele and resume as per normal. Not a big deal actually just letting u know.

Same thing for me also.
 
After getting the thavnarian mistletoe (5 pm, I think), it gets weird and the log keeps saying the next spawn is at the same location/time of the mistletoe it just farmed. It'll then teleport back, run again to the same spot, and then teleport back.
 
These profiles have been updated to no longer need Classy

Look at the OP and follow the directions. They require a few moments of set up to work for your character now, but after that they should work a lot better. This method seems to fix a lot of the issues. Give it a try!
 
I have been trying to modify the nodes, but after delete some lines It does not work again, can u help me to remove some nodes?

05:00 AM East Shroud - Trillium (useless mat)
05:00 AM Eastern La Noscea - Honey Lemon (seeds are good ,but lemon worstless)
09:00 AM Eastern La Noscea - Prickly Pineapple (seeds are good ,Pineapple worstless)

05:00 AM Eastern Thanalan - Gold Sand (useless mat)
== if u add Shroud tea leaves and Ferberite will be awesome.

PS. Great piece of wrok ,thank u~
 
Code:
	<!-- Botany: East Shroud - Trillium -->
	<If Condition="IsTimeBetween(5,7)">
		<If Condition="Core.Me.CurrentJob != ClassJobType.Botanist">
			<RunCode Name="BTN"/>
			<WaitTimer WaitTime="3"/>
		</If>
		<If Condition="not IsOnMap(152)">
			<TeleportTo Name="Hawthorne Hut" AetheryteId="4" />
		</If>
		<Gather Loops="1">
			<GatherObject>Unspoiled Lush Vegetation Patch</GatherObject>
			<HotSpots>
				<Hotspot Z="-78.26028" Y="37.02473" X="-202.5394" Radius="500"/>
			</HotSpots>
			<Slot>0</Slot> <!-- Trillium -->
			<GatheringSkillOrder>
				<GatheringSkill SpellName="Leaf Turn II" TimesToCast="1" />
			</GatheringSkillOrder>
		</Gather>
		<TeleportTo Name="Horizon" AetheryteId="17" />
	</If>

To remove nodes, just delete this portion. Go from on <if> to the closing </if> That will remove the node.
 
I'm trying as well to add 2 & 3 stars to that profile by myself, but everytime I got that kind of error :

System.Xml.XmlException: The 'If' start tag on line 133 position 3 does not match the end tag of 'While'. Line 534, position 4

And i can't find where the error comes from, everything seems fine.

If someone is willing to sale some profile with 2 & 3 stars, i'm gonna buy it with pleasure !
 
I'm trying as well to add 2 & 3 stars to that profile by myself, but everytime I got that kind of error :

System.Xml.XmlException: The 'If' start tag on line 133 position 3 does not match the end tag of 'While'. Line 534, position 4

And i can't find where the error comes from, everything seems fine.

If someone is willing to sale some profile with 2 & 3 stars, i'm gonna buy it with pleasure !

Use a program like NotePad++. Which will show you the Line Number. That error is basically telling you that you haven't closed the <If> tag, which will occur if you failed to add the </If> to the end of whichever statement you added.
 
Use a program like NotePad++. Which will show you the Line Number. That error is basically telling you that you haven't closed the <If> tag, which will occur if you failed to add the </If> to the end of whichever statement you added.

also when editing it you bump an </If> a space out of vertical line it will error also.
 
anyone having trouble with umbral rock? i dont know if its old or what but everywhere i've looked its apparently in slot 7, but on the profile its listed as 6?
 
anyone having trouble with umbral rock? i dont know if its old or what but everywhere i've looked its apparently in slot 7, but on the profile its listed as 6?

That's because the bot sees slots as 0-7. There is no 8th slot. When looking at the gathering window a human would count the first slot as slot 1, then 2, then continue on to 8. That's why all the websites have it listed as slot 7, it's the second from last slot. To the bot though the second to last slot is slot 6.

TL:DR slot 6==7
 
Thanks for clearing that up mate :D i had a funny feeling it was like that but i didn't have time to check and it was no where near 6AM In game
 
Back
Top