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!

Yes, if there is nothing to do then it will just stand there and wait in Limsa.

first you need to put a 1 in one of these:

<!-- Do you want to do something instead of waiting -->
<!-- previous YoloFarm -->
<!ENTITY Snorlax "0">
<!-- previous BTN/MIN Ephemeral -->
<!ENTITY Lileep "0">
<!-- FSH Ephemeral - Blue Scrip -->
<!ENTITY Magikarp "0">
<!-- previous TinyScripFarm -->
<!ENTITY Ditto "0">
<!-- Enable Big Fish -->
<!ENTITY Psyduck "0">
<!-- Leveling MIN -->
<!ENTITY Leveling_MIN "0">
<!-- Leveling BTN -->
<!ENTITY Leveling_BTN "0">
<!-- Leveling FSH -->
<!ENTITY Leveling_FSH "0">

then further down enter a quantity of whatever item you want to gather.
for example:
<!-- Hinterlands -->
<!ENTITY HardsilverOre "99">

for the unspoiled nodes you either enter a 1 or 0, not a quantity.

Hey Jetblast,

So which one do I put in 1 for the script farming? I tink it's Ditto but I'm not so sure.
Thank you.
 
for scrip farming you have to enable the nodes for the scrip turn ins, for example you'd put a 1 by cuprite and a 1 on the next line indicating you want to collect rather than gather. Or enable magickarp to do blue scrips if you have fishing leveled up.
<!ENTITY Cuprite "1">
<!ENTITY Collect_Cuprite "1">
check the Rowena reset timers to see which btn/min items you can turn in for scrips. As far as the leveling entities go, I'm not sure what that really does. Looking at the code it doesn't really seem to do anything. It says if leveling is enabled and and lileep and psyduck are disabled and no unspoiled nodes are available then do nothing, unless i'm reading it wrong. How that differs from just enabling those on their own I don't know. Maybe that's a work in progress.
<!-- Leveling_MIN -->
<If Condition="&Leveling_MIN; != 0 and (&LileepWaitCondition; or &Lileep; == 0) and (&PsyduckWaitCondition; or &Psyduck; == 0) and &UnspoiledWaitCondition;">
<ExLog Color="&Color;" Name="GatherManager &Version;" Message="Leveling Miner Not available for now, i'll just wait then !"/>
<TeleportTo Name="Waiting Aetheryte" AetheryteId="&Waiting_AetheryteId;"/>
<WaitWhile Condition="(&LileepWaitCondition; or &Lileep; == 0) and (&PsyduckWaitCondition; or &Psyduck; == 0) and &UnspoiledWaitCondition;"/>
<If Condition="&Use_Food; != 0">
<While Condition="not Core.Player.HasAura(48)">
<RunCode Name="FOOD"/>
</While>
</If>
</If>
 
Last edited:
I can't seem to find the issue here, I even reverted back to the orginal profile and can't get reborn to run correctly >.<

Code:
[21:39:54.789 D] Loading last profile
[21:39:56.380 N] Loaded profile GatheringManager
[21:39:56.380 N] Bot Thread Started.
[21:39:56.535 N] Clearing all hooks.
[21:39:56.535 D] Replaced hook [PreCombatBuff] 50770edf-0bc5-4fda-a735-309b081ea60f
[21:39:56.535 D] Replaced hook [Heal] c99aa7d5-8ec6-4d31-9298-2a371d2ef64c
[21:39:56.535 D] Replaced hook [Pull] 18f4961f-6a68-4f5b-99f1-1584f48b31e3
[21:39:56.535 D] Replaced hook [CombatBuff] 0a2908e6-06f7-40a2-af5e-ee204bf062b4
[21:39:56.535 D] Replaced hook [Combat] 17a8e87b-1f44-4fd9-b460-d6602baa816a
[21:39:56.535 D] Replaced hook [Rest] 6daa50c0-2c66-4a35-b8a4-d95ba8748046
[21:39:56.535 D] Added new hook [RoutineCombat] b50f267a-13d5-45d0-8ab1-dc38e12a7c33
[21:39:56.535 D] Added new hook [HotspotPoi] 87612d37-b619-4bb9-b726-3ba3988841d1
[21:39:56.535 D] Added new hook [SetDeathPoi] 1dbde57a-e9fe-4fb1-993c-89edfebc78dc
[21:39:56.535 D] Added new hook [SetCombatPoi] 51234825-8dd7-46f4-85d9-705906edcb9f
[21:39:56.535 D] Added new hook [SetHotspotPoi] bebf56a9-058a-4186-be25-bd4e5e759aaf
[21:39:56.535 D] Added new hook [SelectPoiType] 579fac9b-f3d1-46d5-b5a3-6cd168b53672
[21:39:56.535 D] Replaced hook [SelectPoiType] b3247204-e938-4545-bfdc-453ee83b0350
[21:39:56.535 D] Inserted new hook [TreeStart @0] a903e6ca-670e-4e06-b809-7cb6d38c1bc4
[21:39:56.535 N] Connection to 192.99.148.87:31215 established.
[21:39:56.540 N] [ExEnablePlugins v3.2.2.1603180] Enabling Plugins: Skywatcher,EnableFlight
[21:39:56.540 N] [ExEnablePlugins v3.2.2.1603180] Enabling Plugin EnableFlight
[21:39:56.540 D] Added new hook [TreeStart] 819806b2-5c2c-40c0-afe2-50966dd91098
[21:39:56.540 D] Added new hook [PoiAction] 51a504e5-da48-4eb3-8ab3-9a19de1bff2f
[21:39:56.540 N] [ExEnablePlugins v3.2.2.1603180] Enabling Plugin Skywatcher
[21:39:56.541 V] [Poi.Clear] Reason: Current behavior changed to ExEnablePluginsTag: { Names: Skywatcher,EnableFlight, IsDone: True, LineNumber: 534, IsDoneCache: True }.
[21:39:56.541 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
[21:39:56.541 D] Replaced hook [ProfileOrderBehavior_Hook] dbe67d96-542d-489d-9d42-90a49b4bf727
[21:39:56.541 V] [FlightNav] Replacing Navigator with Flight Navigator.
[21:39:56.541 N] [EnableFlight] Started Flight Navigator.
[21:39:56.558 N] Plugin EnableFlight has been enabled.
[21:39:56.562 N] [ExEnablePlugins v3.2.2.1603180] Enabling Plugins: Skywatcher,EnableFlight
[21:39:56.562 N] [ExEnablePlugins v3.2.2.1603180] Plugin EnableFlight already enabled.
[21:39:56.562 N] [ExEnablePlugins v3.2.2.1603180] Plugin Skywatcher already enabled.
[21:39:56.562 V] [Poi.Clear] Reason: Current behavior changed to ExEnablePluginsTag: { Names: Skywatcher,EnableFlight, IsDone: True, LineNumber: 539, IsDoneCache: True }.
[21:39:56.562 D] Replaced hook [ProfileOrderBehavior_Hook] 083b5832-e20a-4012-8937-634baa839914
[21:39:56.577 N] Plugin Skywatcher has been enabled.
[21:39:56.597 D] Exception generated from line 3894
[21:39:56.597 D] Traceback (most recent call last):
  File "<string>", line 4, in Execute
TypeError: Value cannot be null.
Parameter name: source

[21:39:56.597 N] Stopping the bot.
[21:39:56.597 D] Exception during scheduling Pulse: System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
   at ExBuddy.Plugins.Skywatcher.FF14AnglerWeatherProvider.get_CurrentWeatherData() in c:\Users\MrFish\Desktop\RebornBuddy\Plugins\ExBuddy\Plugins\Skywatcher\FF14AnglerWeatherProvider.cs:line 76
   at ExBuddy.Helpers.SkywatcherPlugin.IsWeatherInZone(Int32 zoneId, Byte[] weatherIds) in c:\Users\MrFish\Desktop\RebornBuddy\Plugins\ExBuddy\Helpers\SkywatcherPlugin.cs:line 66
   at Microsoft.Scripting.Interpreter.FuncCallInstruction`3.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run7[T0,T1,T2,T3,T4,T5,T6,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute6[T0,T1,T2,T3,T4,T5,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
   at Microsoft.Scripting.Interpreter.DynamicInstruction`7.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
   at IronPython.Compiler.PythonCallTargets.OriginalCallTarget0(PythonFunction function)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
   at _Scripting_(Object[] )
   at ff14bot.NeoProfiles.IfTag.GetConditionExec()
   at ff14bot.NeoProfiles.IfTag.get_IsDone()
   at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
   at ff14bot.NeoProfiles.TreeNode`1.()
   at ff14bot.NeoProfiles.TreeNode`1.()
   at ff14bot.NeoProfiles.TreeNode`1.Find()
   at ..()
   at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
   at ff14bot.BotBases.OrderBot.(Object , EventArgs )
   at ff14bot.Behavior.BrainBehavior.()
[21:39:56.598 D] CurrentBot.Stop()
[21:39:56.598 D] TreeHooks.Instance.ClearAll()
[21:39:56.598 N] Clearing all hooks.
[21:39:56.598 D] Replaced hook [PreCombatBuff] ca996414-8501-435f-9b4e-1ec2a34e22cd
[21:39:56.598 D] Replaced hook [Heal] 912be609-d9d0-4a1c-8c2e-e08ce9b43f8a
[21:39:56.598 D] Replaced hook [Pull] 5f0a36c4-504b-46a0-8442-4c386c86027f
[21:39:56.598 D] Replaced hook [CombatBuff] c61eb4d4-65d5-4514-b801-b515a2754e5d
[21:39:56.598 D] Replaced hook [Combat] 144e0836-3ae8-4cb0-bb5e-6b4901feed7b
[21:39:56.598 D] Replaced hook [Rest] afa00125-7630-4aed-be48-45f837c92dca
[21:39:56.598 D] Added new hook [TreeStart] 819806b2-5c2c-40c0-afe2-50966dd91098
[21:39:56.598 D] Added new hook [PoiAction] 51a504e5-da48-4eb3-8ab3-9a19de1bff2f
[21:39:56.598 D] Navigator.Clear()
[21:39:56.631 V] [Poi.Clear] Reason: Bot stopped
[21:39:56.631 D] OnStop event
[21:39:56.631 D] OnStop Event Invoking
[21:39:56.631 D] ProfileOrderManager.OnBotStop. Resetting caches.
[21:39:56.631 N] [EnableFlight] Stopped Flight Navigator.
[21:39:56.631 V] [FlightNav] Putting original Navigator back!
[21:39:56.631 N] [EnableFlight] Disposing the GaiaNavigator
[21:39:56.632 N] Connection closed! 192.99.148.87:31215
[21:39:56.632 N] Bot Thread Ended.
[21:40:17.767 N] [ExBuddy] One or more errors occurred.
 
Indeed FF14Angler is down for now so i updated my SVN with a version without any weather stuff (Removing Psyduck/Magikarp mode)
 
Haven't been able to find anything in the log about it yet. It's like it doesn't even try. I will run it for a good bit today and search again.

You may have put the retainer turn-in hour at 0, meaning it will overlap with the lumythrite timer.
 
I have ran into this problem also. I notice old-growth camphorwood log is set at 3 am but the problem is that it actually spawns at 3 pm. How would we fix this?
 
<!-- 12.00 AM & PM - 12.55 AM & PM -->
<!ENTITY Porcini "0">
<!ENTITY Collect_Porcini "0">
<!-- -->
<!ENTITY DravanianMistletoe "0">
<!ENTITY Collect_DravanianMistletoe "0">
<!-- -->
<!ENTITY CloudBanana "0">
<!ENTITY Collect_CloudBanana "0">
<!-- -->
<!ENTITY Morel "0">
<!ENTITY Collect_Morel "0">
<!-- -->
<!ENTITY AbalathianRockSalt "0">
<!ENTITY Collect_AbalathianRockSalt "0">
<!-- -->
<!ENTITY RedQuartz "0">
<!ENTITY Collect_RedQuartz "0">

Anything I put a 1 next to In the 12.00AM & PM slot, the Bot will fly to the node, and bounce off, and fly away? This happens at another node, as well.
 
I placed all the files included into their respectable folders/locations and setup per instructions in xml file but after loading the profile I get this error:

[07:43:20.331 N] Failed to load profile: Element Gardenner is not supported. Please check your XML and try again. (<Gardenner AlwaysWater="False" />) Line 3880
[07:43:20.331 D] System.Exception: Element Gardenner is not supported. Please check your XML and try again. (<Gardenner AlwaysWater="False" />) Line 3880
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
 
I placed all the files included into their respectable folders/locations and setup per instructions in xml file but after loading the profile I get this error:

[07:43:20.331 N] Failed to load profile: Element Gardenner is not supported. Please check your XML and try again. (<Gardenner AlwaysWater="False" />) Line 3880
[07:43:20.331 D] System.Exception: Element Gardenner is not supported. Please check your XML and try again. (<Gardenner AlwaysWater="False" />) Line 3880
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)

did you restarted the bot after moving the files ?
 
<!-- 12.00 AM & PM - 12.55 AM & PM -->
<!ENTITY Porcini "0">
<!ENTITY Collect_Porcini "0">
<!-- -->
<!ENTITY DravanianMistletoe "0">
<!ENTITY Collect_DravanianMistletoe "0">
<!-- -->
<!ENTITY CloudBanana "0">
<!ENTITY Collect_CloudBanana "0">
<!-- -->
<!ENTITY Morel "0">
<!ENTITY Collect_Morel "0">
<!-- -->
<!ENTITY AbalathianRockSalt "0">
<!ENTITY Collect_AbalathianRockSalt "0">
<!-- -->
<!ENTITY RedQuartz "0">
<!ENTITY Collect_RedQuartz "0">

Anything I put a 1 next to In the 12.00AM & PM slot, the Bot will fly to the node, and bounce off, and fly away? This happens at another node, as well.

I don't have this problem, work well with me, be sure you have set it up correctly, using the last svn too, also attach here your profile and log.
 
seriously?!!!! that's friggin awesome! btw, when you update SVNs does it automatically overwrite the old stuff or do you have to delete the old stuff first? The reason I ask is because even after doing an update i still see the red ! on some of my folders.
 
Last edited:
did you restarted the bot after moving the files ?

I moved all the files before I even started the game and restarted my computer when it didn't work and tried again.


Got it working!
 
Last edited:
Haven't really updated my script since you added the SVN but since I did so I come up with this error.
[20:17:36.614 N] Failed to load profile: Element Desynth is not supported. Please check your XML and try again. (<Desynth DesynthTimeout="1" ItemIds="12721" />) Line 6447
[20:17:36.619 D] System.Exception: Element Desynth is not supported. Please check your XML and try again. (<Desynth DesynthTimeout="1" ItemIds="12721" />) Line 6447
Not really sure what it is but cannot get the script to load. Thanks in advance if you can solve my problem.
 
Back
Top