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!

[Orderbot]Many farming/harvesting/fishing profiles combined

I see cloud mica on there how could i make it harvest the hardsilver sand instead?
 
Update: The presence of the NoCombatMoveTo seems to be the cause of the FlightPathTo tag only executing once. No idea why, but removing that tag fixes the issue.

Well, I found a problem I haven't been able to fix already, but it doesn't seem to be related to my code. It looks like the new tag I authored only gets executed during the first loop of a profile... Example profile I'm using:

Code:
<Profile>
    <Name>Mining 51+</Name>
    <KillRadius>50</KillRadius>
    <Order>
	<While Condition="True">
		<RunCode Name="EnableMount" />
		<FlightPathTo XYZ="400.7303, -32.20192, -208.9906" Radius="3.0" Smoothing="0.2" MountId="45" NavHeight="200" DismountAtDestination="True" />
		<RunCode Name="DisableMount" />
		<RunCode Name="UseStealth" />
	    <Gather Loops="1">
			<GatherObject>Mineral Deposit</GatherObject>
         	<HotSpots>
				<HotSpot Radius="300" XYZ="353.8235, -41.83347, -252.9794" />	
			</HotSpots>
            <ItemNames>
				<ItemName>Titanium Ore</ItemName>
				<ItemName>Raw Star Sapphire</ItemName>
			</ItemNames>
			<GatheringSkillOrder>
				<GatheringSkill SpellName="Unearth II" TimesToCast="1" />
				<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
			</GatheringSkillOrder>
      	</Gather>
		<NoCombatMoveTo XYZ="403.3499, -49.13615, -211.8344" />
		<RunCode Name="EnableMount" />
		<FlightPathTo XYZ="299.032, -93.40841, 391.0688" Radius="3.0" Smoothing="0.2" MountId="45" NavHeight="200" DismountAtDestination="True" />
		<RunCode Name="DisableMount" />
		<RunCode Name="UseStealth" />
		<Gather Loops="1">
			<GatherObject>Mineral Deposit</GatherObject>
         	<HotSpots>
				<HotSpot Radius="300" XYZ="291.0605, -111.6924, 429.7914" />
			</HotSpots>
            <ItemNames>
				<ItemName>Titanium Ore</ItemName>
				<ItemName>Raw Star Sapphire</ItemName>
			</ItemNames>
			<GatheringSkillOrder>
				<GatheringSkill SpellName="Unearth II" TimesToCast="1" />
				<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
			</GatheringSkillOrder>
      	</Gather>
	</While>
    </Order>
	
	<CodeChunks>
		<CodeChunk Name="UseStealth">
      <=!=[=C=D=A=T=A=[
				SpellData data;
				if (!Core.Me.HasAura("Stealth") && Actionmanager.CurrentActions.TryGetValue("Stealth", out data) && Actionmanager.CanCast(data, Core.Me))
				{
					Actionmanager.DoAction("Stealth", Core.Me);
					await Buddy.Coroutines.Coroutine.Sleep(500);
				}
			]=]=>
		</CodeChunk>
		<CodeChunk Name="UnStealth">
      <=!=[=C=D=A=T=A=[
				SpellData data;
				if (Core.Me.HasAura("Stealth") && Actionmanager.CurrentActions.TryGetValue("Stealth", out data) && Actionmanager.CanCast(data, Core.Me))
				{
					Actionmanager.DoAction("Stealth", Core.Me);
					await Buddy.Coroutines.Coroutine.Sleep(500);
				}
			]=]=>
		</CodeChunk>
		<CodeChunk Name="DisableMount">
      <=!=[=C=D=A=T=A=[
				ff14bot.Settings.CharacterSettings.Instance.UseMount = false;
				ff14bot.Managers.Actionmanager.Dismount();
			]=]=>
    </CodeChunk>
    <CodeChunk Name="EnableMount">
      <=!=[=C=D=A=T=A=[
				ff14bot.Settings.CharacterSettings.Instance.UseMount = true;
			]=]=>
    </CodeChunk>
	</CodeChunks>
</Profile>


i believe you need this.

Code:
protected override void OnResetCachedDone()
{
    _done = false;
}
 
The Dark Chestnut area won't stop kicking my butt... I've yet to find a script that works flawlessly :/

Anyway you can be my hero?

The Dark Chestnut area has been nothing but a pain. I have got it to harvest without dying but only getting 1 node of each set so trying to find a way to get more.
 
Anyone know what i can do to fix for FlightPathTo

[15:37:38.835 N] Moving to waypoint: <-685.499, 118.5932, -601.7986>
[15:37:38.835 N] Moving to waypoint: <-603.6074, 172.8115, -563.5629>
[15:37:44.217 N] Moving to waypoint: <-672.4095, 99.7216, -595.6871>

near the Chysahl Greens in CWH.....

My settings are NavHeight="5.0" Smoothing="0.2" Radius="3.0" trying to figure out why I am moving up 40-50 to go back down.
 
Anyone know what i can do to fix for FlightPathTo

[15:37:38.835 N] Moving to waypoint: <-685.499, 118.5932, -601.7986>
[15:37:38.835 N] Moving to waypoint: <-603.6074, 172.8115, -563.5629>
[15:37:44.217 N] Moving to waypoint: <-672.4095, 99.7216, -595.6871>

near the Chysahl Greens in CWH.....

My settings are NavHeight="5.0" Smoothing="0.2" Radius="3.0" trying to figure out why I am moving up 40-50 to go back down.

Have you tried negative numbered NavHeights? I had to do that when I was messing with that stuff so it didn't fly up like 80 to go straight down again.
 
Have you tried negative numbered NavHeights? I had to do that when I was messing with that stuff so it didn't fly up like 80 to go straight down again.
I guess I will have to do that....I had been trying to actually understand why the math is creating such a large value.
 
Maybe it works now, I put a value in it, saved it, and then changed to 0 again and then saved and now it's going for hardsilver sand instead. Can we also add aurum regis sand and ores for hardsilver and mythrite? Also adamantite would be swell to have too. Awesome profile by the way.
 
Just to let everyone know I have taken a full time job and also school is in full swing. For the next few weeks my time on the game is going to be extremely limited until I can get a routine worked out.

I have added all requests to my to do list.
 
Last edited:
Emerald Beans would be awesome whenever you get time

its the hidden thing on the level 60 nodes in churning mist
 
Also is there a way to make it harvest something till the hidden item shows up and when it does harvest that instead? sorry for asking for so much i read the thread and didn't see anything related to it so i thought i'd ask
 
Yes I've tried all different types of items.
The log you posted was just of the fishing profile, do you have the proper bait in your inventory for the items you are trying to get? With that fishing profile in particular you probably have to set your bait as well or it will just sit there and fish with whatever bait you had previously selected.
 
Yes, I had the proper bait as well equipped. All it wants to do is teleport me to town and then the bot just stops. As if it's finished with the profile. Regardless of what I set to gather, that's all it's been doing for me. It does the same thing and I've tried all the profiles and tried to gather different things with all the gathering classes.
 
Back
Top