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!

i have a problem with the last rev of your script

when he change job he dont put Truth Of Forests/Truth Of Mountains

so i just put the old 2line for the job gearset in your last script rev for replace the new one and it work again
 
With the latest rebornbuddy update, the profile doesn't gather Chysal and Adamantite. It waits for the 9 AM/PM and 11 AM/PM spawns and right when it strikes the time, it teleports away. Not sure how to fix it.
 
1 - How can I turn off the usage of GP for Yolofarm items?

2 - It doesnt do any of the collectibles Ive set. It goes to the node fine.. and then just sits there doing nothing. Why?

3 - The churning Mists node has the chocobo miss the small island and it proceeds to go all the way to the bottom of the map where it can no longer get any lower -_-. Why?

So its been working haphazardly now. Sometimes.. it will just sit at a HW node and do nothing. But what has been happening everytime is when it tele's to Iddylshire.. it will go berzerk near the aetherythe constantly going back and forth on the spot.

The iddylshire and occasional not doing anything at a node are the only issues Ive been having so far. Otherwise its pretty good.
 
Thanks for the great profile, its been working great except for the BTN Ephemeral Nodes in Coerthas Western Highlands. After initially hitting the ephemeral node it will get stuck in a weird jumping animation which does not stop until i restart the bot. Then it will occasionally get stuck auto running towards one of the walls on the west nodes as it trys to "touch and go". Is there a fix for this or a way to remove farming sands for that time and zone?
 
Thanks for the great profile, its been working great except for the BTN Ephemeral Nodes in Coerthas Western Highlands. After initially hitting the ephemeral node it will get stuck in a weird jumping animation which does not stop until i restart the bot. Then it will occasionally get stuck auto running towards one of the walls on the west nodes as it trys to "touch and go". Is there a fix for this or a way to remove farming sands for that time and zone?

Same problem for the jumping at Coerthas.. (happens too with "Ephemeral_Nodes_v1.2.xml" script).

(Merci Entrax ;D)
 
Entrax , what should my settings be if i'm trying to farm dawnborne aethersands?

It seems to farm a lot of duskbornes :/

<!-- EphemeralFarm Settings -->
<!ENTITY Farm_Sand_Collect_Rate "460">
<!ENTITY EphemeralFarm_Furrymint "1">
<!ENTITY EphemeralFarm_BlackSoil "0">
<!ENTITY CordialType_Ephemeral "Cordial">
<!ENTITY CordialTime_Ephemeral "None">
<!-- Node Settings -->
<!ENTITY BTN_4_8 "1">
<!ENTITY MIN_8_12 "1">
<!ENTITY BTN_16_20 "1">
<!ENTITY MIN_20_24 "1">

Same, it just gets up to 380 max, the only diference is I have the Node Settings to 0

Do I need more perception? GP stays at 600 all the time
 
So i downloaded a clean copy, wanted to try to get this to do the EphemeralFarm
<!ENTITY YoloFarm "0">
<!ENTITY EphemeralFarm "1">
<!ENTITY TinyScripsFarm "0">
<!-- EphemeralFarm Settings -->
<!ENTITY Farm_Sand_Collect_Rate "346">
<!ENTITY EphemeralFarm_Furrymint "1">
<!ENTITY EphemeralFarm_BlackSoil "0">
<!ENTITY CordialType_Ephemeral "Cordial">
<!ENTITY CordialTime_Ephemeral "None">
<!-- Node Settings -->
<!ENTITY BTN_4_8 "1">
<!ENTITY MIN_8_12 "1">
<!ENTITY BTN_16_20 "1">
<!ENTITY MIN_20_24 "1">

When i try to run code with this after changing the gearset changes to my gear sets it just teleports to ildyshire and freaks out after trying the aetheryte?
 
So i downloaded a clean copy, wanted to try to get this to do the EphemeralFarm
<!ENTITY YoloFarm "0">
<!ENTITY EphemeralFarm "1">
<!ENTITY TinyScripsFarm "0">
<!-- EphemeralFarm Settings -->
<!ENTITY Farm_Sand_Collect_Rate "346">
<!ENTITY EphemeralFarm_Furrymint "1">
<!ENTITY EphemeralFarm_BlackSoil "0">
<!ENTITY CordialType_Ephemeral "Cordial">
<!ENTITY CordialTime_Ephemeral "None">
<!-- Node Settings -->
<!ENTITY BTN_4_8 "1">
<!ENTITY MIN_8_12 "1">
<!ENTITY BTN_16_20 "1">
<!ENTITY MIN_20_24 "1">

When i try to run code with this after changing the gearset changes to my gear sets it just teleports to ildyshire and freaks out after trying the aetheryte?
Idylshire fix on SVN, i'll post an update here when i'm done with adding new stuff
 
getting stuck

my home is Idyllshire and when I try to farm nodes the bot gets stuck at the aetheryte.

View attachment 4924 2016-01-14 20.08.txt

nvm seems all the other profiles are still trying to use the npc in idyllshire to teleport in the hinterlands. so they are not working either.
 
Last edited:
Hi,

The profile is amazing. Thank you so much.

Only one problem, When I farm adam ore, if someone others use same profile, we two characters will wait in the same point...:) u know it's a little weird if other ppl see that. Any solutions? thx
 
i had same prob before. But after I unlock all Aetheryte in Idyllshire(one small on the north), it would work well....
 
Thanks you.

Hello,

First thanks for this great profile been working like a charm :)

I have a few code tweak i made because i got stuck from time to time feel free to include them if you like them in your next SVN commit :)

I modded your Idyllshire Aetherite code chunk to be able to select the gate i want so that i could shave off flight time.

Code:
<!-- Idyllshire Aetherite click teleport to Eastern Hinterland-->
                <CodeChunk Name="useAethernetWH">
                <![CDATA[  ff14bot.Managers.GameObjectManager.GetObjectByNPCId(75).Interact(); await Buddy.Coroutines.Coroutine.Sleep(2000);  if (ff14bot.RemoteWindows.SelectString.IsOpen) ff14bot.RemoteWindows.SelectString.ClickSlot(0); await Buddy.Coroutines.Coroutine.Sleep(2000); if (ff14bot.RemoteWindows.SelectString.IsOpen) ff14bot.RemoteWindows.SelectString.ClickSlot(1); await Buddy.Coroutines.Coroutine.Sleep(3000); ]]>
		</CodeChunk>

<!-- Idyllshire Aetherite click teleport to Western Hinterland-->
		<CodeChunk Name="useAethernetWH">
		<![CDATA[  ff14bot.Managers.GameObjectManager.GetObjectByNPCId(75).Interact(); await Buddy.Coroutines.Coroutine.Sleep(2000);  if (ff14bot.RemoteWindows.SelectString.IsOpen) ff14bot.RemoteWindows.SelectString.ClickSlot(0); await Buddy.Coroutines.Coroutine.Sleep(2000); if (ff14bot.RemoteWindows.SelectString.IsOpen) ff14bot.RemoteWindows.SelectString.ClickSlot(2); await Buddy.Coroutines.Coroutine.Sleep(3000); ]]>
		</CodeChunk>

I noticed in your last SVN you removed the use of Aetherythe in Idyllshire, i guessed it was for people that didn't unlocked those teleport. Make you a bit conspicuous in Idyllshire (unatural movement) so i brought them back again ^^, im working on the side on a solution like being able to enumerate the available teleport or maybe if the unlocking quest were done so that the best method is selected.

The next one avoid you being stuck when going for this particular spot (i got stuck several times with previous code), the "moveforward" call could be removed i think

Code:
        <ExLog Color="#FFFF00" Name="GatherManager &Version;" Message="[BTN] EphemeralFarm [4:8] ~ Destination ----&gt; The Answering Quarter"/>
	<TeleportTo Force="True" Name="Idyllshire" AetheryteId="75"/>
	<RunCode Name="BTN"/>
	<ExPurify/>
	<ExMoveTo XYZ="71.70625, 209, -18.7505455" Distance="10"/>
	<RunCode Name="useAethernetEH"/>
	<RunCode Name="MoveForward"/>
         <!-- Walking movement after teleport to pass through the gate so that your flying chocobo don't get stuck sometimes -->
	<ExMoveTo XYZ="-530, 150, -471" Distance="5"/>
	<ExFlyTo XYZ="-470.2735, 167.3033, -139.4283" Radius="3.0"/>

Next just a bit of tweak to make going for cuprite or light kidney ore a bit faster.

Code:
          <ExLog Color="#FFFF00" Name="GatherManager &Version;" Message="[MIN] Cuprite or Light Kidney Ore"/>
	  <TeleportTo Force="True" Name="Idyllshire" AetheryteId="75"/>
	  <!--<RunCode Name="MIN"/>-->
	  <ExMoveTo XYZ="71.70625, 209, -18.7505455" Distance="10"/>
	  <RunCode Name="useAethernetWH"/>
	  <!-- Walking movement after teleport to pass through the gate so that your flying chocobo don't get stuck sometimes -->
	  <ExMoveTo XYZ="-216, 103, -584" Distance="5"/>
	  <ExFlyTo Radius="3.0" XYZ="665.7573, 216.7327, 331.6227"/>

I'll be happy to help if you have testings to do, and i'll report in the same post other tweaks if i happen to do them.

Keep up the good work you rock :cool:

Cheers.
 
Last edited:
Is there a way to add the 600GP rotation for 8/8 on ephemeral or does the 550 one do it?

Also, can you make it use the 550 rotation on any rare item, not just the level 60 ones?
 
Last edited:
Hi, sorry if it's in the 100+ pages, but does this profile have a way of switching between miner/botanist? I primarily do botanist for ephemeral nodes, but 12-4pm only the mining one is available. When it teleports to that zone all it does is fly back and forth. I have to manually switch to Miner for it to understand.
 
Read the first post and look at the section regarding ephemeral nodes, it is explained how to choose between min/bot for a certain timeslot. I would have thinked reading at least the first post before asking a question would be mandatory...
 
I read the 0 and 1 for going to a certain zone, but it doesn't change the job itself. Is there something else I am missing? Example is:

<!-- Node Settings -->
<!ENTITY BTN_4_8 "1">
<!ENTITY MIN_8_12 "0">
<!ENTITY BTN_16_20 "1">
<!ENTITY MIN_20_24 "0">

From 12_4 though only MIN is available, but it's not going to switch to miner on its own. At least for me... If that is the case is there a way for it skip that timeslot? Thanks
 
No 0 or 1 make you switch between BTN and miner.

"BTN_4_8 / MIN_8_12 / BTN_16_20 / MIN_20_24 : Enable(1) or Disable(0), if it's disabled the bot will go for the ephemeral with the other job."

it's pretty much self explanatory.

so for example

<!ENTITY MIN_20_24 "0"> will you make go as a botanist for 20-24 timeslot

<!ENTITY MIN_20_24 "1"> will make you go as a miner for 20-24 timeslot

for the slot MIN_12_20, as you stated there is no setting because it's miner only.

So my conclusion is, if it doesn't switch, it's because you didn't modified your gear settings in the script. You have to change the chat command sent accordingly to your gear sets and the food you want to use.

Look in the XML for this.

Code:
		<CodeChunk Name="MIN">
			<![CDATA[	ff14bot.Managers.ChatManager.SendChat("[B][SIZE=3][COLOR="#FF0000"]/gs change 13[/COLOR][/SIZE][/B]");	 ............
		</CodeChunk>
		<CodeChunk Name="BTN">
			<![CDATA[	ff14bot.Managers.ChatManager.SendChat("[B][SIZE=3][COLOR="#FF0000"]/gs change 14[/COLOR][/SIZE][/B]"); ..........
		</CodeChunk>
		<CodeChunk Name="FSH">
			<![CDATA[ff14bot.Managers.ChatManager.SendChat("[B][SIZE=3][COLOR="#FF0000"]/gs change 5"[/COLOR][/SIZE][/B]);]]> ...........
		</CodeChunk>
		<CodeChunk name="FOOD">
			.............  if (item.EnglishName == [B][SIZE=3][COLOR="#FF0000"]"Trapper's Quiche"[/COLOR][/SIZE][/B] )	..............
		</CodeChunk>

Change the numbers corresponding to your gear sets ingame (you have that number either in the gear set interface or at the bottom right of the icon if you made it as a bar icon) and put your food too
 
Last edited:
Back
Top