What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
How do i make this gather for me? I don't see a file to edit or anything like that after looking at all the files i got from the svn.
 
You're looking for

\Gathering\Scrips\Botanist-Miner\[O][BTN][MIN][FSH] GatheringManager
 
Are you in the wrong thread, or the right thread? if you're in the right thread, read the first post =)

Maybe i am but maybe you can help me? I got Exbuddy downloaded and stuff but I don't understand what i'm supposed to edit to make it gather for me
 
Thank you for clearning this up, as I just downloaded all the files and had the same question :)

I figured it out by googling the gatheringmanager.xml but how do i make it farm Highland wheat instead of fire crystals when i have it set to farm cyclops onions (when they aren't available)
 
I figured it out by googling the gatheringmanager.xml but how do i make it farm Highland wheat instead of fire crystals when i have it set to farm cyclops onions (when they aren't available)

I'm still trying to figure that bit out. I have snorlax enabled, and the item I want to gather, I set the quantity. It teleports me to my set aetherite, runs to the splendors vendor, and ends the thread.
 
I'm still trying to figure that bit out. I have snorlax enabled, and the item I want to gather, I set the quantity. It teleports me to my set aetherite, runs to the splendors vendor, and ends the thread.

I think it's probably easier if you guys join the RB discord server, quite a few ppl hang out there, both for faster help, and it'll be easier to get through all the questions =)
https://www.thebuddyforum.com/rebornbuddy-forum/244166-rebornbuddy-discord-server.html
 
Weird bot keeps randomly stopping only when i do mining never when i do botanist

put a log up let me know if im doing something wrong here
 

Attachments

Weird bot keeps randomly stopping only when i do mining never when i do botanist

put a log up let me know if im doing something wrong here
One of your settings is missing (0 or 1) and it has an empty string instead.
 
I just updated entrax's svn and I noticed that after my character gathers adamantite, it rides my chocobo and ride to a specific spot for porting. It always pick the chocobo and not the mount I chose at the global setting. Is this something that was added into the profile? If so, what is the purpose of doing it?
 
So you're saying no one is running the bot, but everyone is following the same route? Maybe you should lay off whatever it is you smoke XD

tishat, I think he means that's how he can tell nobody is running it, because he doesn't see that anymore. Right GlassMark?
Bot works fine for me as well, although whenever I go AFK for even 5 minutes something happens that makes me look like a bot, so I always have to babysit it.
usually it's related to pathing issues (it will just run into something and just keep running against it or like getting out of Anyx Trine I become like a bird trapped in cage), or like during fates when no fate mobs are there it will run back and forth in one spot. But works pretty good for gathering/crafting and combat assist, although in some of the flying zones it can have problems landing.
 
Hello, I have ExMatts latest version as "ExBuddy" with the file tree structure specified by your instructions yet I still have issues with Desynth tag. I don't see Desynth in any of ExMatts OrderBotTag subdirectories in the latest version (in case this is relevant). Attached is the full log file. Any ideas? Thanks very much for your help in advance.

View attachment 10452 2016-07-08 19.48.txt
 
edit*

- Im guessing its an error within my ExBuddy folder?? It Has no problem porting and flying around to the location to wait for the node to spawn. But as soon as it does it encounters the error and closes.




[06:05:20.845 N] [ExBuddy] Adding Random Direction. from <-684.4165, 130.6978, -600.1041> to <-691.3823, 138.1213, -595.7551>
[06:05:21.539 V] [Poi.Clear] Reason: Current behavior changed to WaitWhileTag: Condition: Condition.IsTimeBetween(8,9.1) or Condition.IsTimeBetween(20,21.1), Conditional: System.Func`1[System.Boolean], IsDone: False, HighPriority: False, LineNumber: 2962, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[06:05:21.539 D] Replaced hook [ProfileOrderBehavior_Hook] 20f93992-8cdc-4d6a-96fd-08ec48831135
[06:06:33.222 D] Traceback (most recent call last):
File "<string>", line 4, in Execute
Exception: Error while reading memory! Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 1418AC7CE, Size: 4
[06:06:33.223 N] Stopping the bot.
[06:06:33.230 D] Exception during scheduling Pulse: ReadWriteMemoryException: Error while reading memory! Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 1418AC7CE, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at ExBuddy.Helpers.Memory.Scrips.get_WeeklyRedGatherer() in C:\Users\Blake\Desktop\MSN REBORN FOR SCRIPTS FARM\Plugins\ExBuddy\Helpers\Memory.cs:line 75
at Microsoft.Scripting.Interpreter.FuncCallInstruction`1.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run3[T0,T1,T2,TRet](T0 arg0, T1 arg1, T2 arg2)
at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
at Microsoft.Scripting.Interpreter.FuncCallInstruction`5.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run3[T0,T1,T2,TRet](T0 arg0, T1 arg1, T2 arg2)
at IronPython.Runtime.Types.BuiltinFunction.Call0(CodeContext context, SiteLocalStorage`1 storage, Object instance)
at IronPython.Runtime.Types.ReflectedProperty.CallGetter(CodeContext context, PythonType owner, SiteLocalStorage`1 storage, Object instance)
at IronPython.Runtime.Types.ReflectedProperty.TryGetValue(CodeContext context, Object instance, PythonType owner, Object& value)
at IronPython.Runtime.Binding.MetaPythonType.FastGetBinderHelper.SlotAccessDelegate.Target(CodeContext context, Object self, Object& result)
at IronPython.Runtime.Types.TypeGetBase.RunDelegates(Object self, CodeContext context)
at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
at Microsoft.Scripting.Interpreter.DynamicInstruction`3.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
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.IfTag.<>c.(ProfileBehavior )
at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
at ff14bot.NeoProfiles.IfTag.get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
at ff14bot.NeoProfiles.IfTag.<>c.(ProfileBehavior )
at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
at ff14bot.NeoProfiles.IfTag.get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
at ff14bot.NeoProfiles.IfTag.<>c.(ProfileBehavior )
at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
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.()
[06:06:33.230 D] CurrentBot.Stop()
[06:06:33.232 D] TreeHooks.Instance.ClearAll()
[06:06:33.232 N] Clearing all hooks.
[06:06:33.232 D] Added new hook [TreeStart] 1b507631-8385-4b8d-878b-bf319769466e
[06:06:33.232 D] Added new hook [PoiAction] 799d892a-fb37-4528-9b12-a15558cd59d9
[06:06:33.232 D] Replaced hook [PreCombatBuff] 01c28e85-bf0c-44d3-8c0c-920c8ff4346d
[06:06:33.232 D] Replaced hook [Heal] 341e3e21-a0c1-481d-bb79-b723a80312c0
[06:06:33.232 D] Replaced hook [Pull] 2de059dc-4ce1-41d1-8228-724ed26e06c6
[06:06:33.232 D] Replaced hook [CombatBuff] 80482a1a-75bd-4264-a609-b6a9ac25f342
[06:06:33.232 D] Replaced hook [Combat] b95b6dd8-adc0-4e40-87cd-9f91313ca9d3
[06:06:33.232 D] Replaced hook [Rest] b903ba46-b904-4713-bdb3-eae8a1ce7c10
[06:06:33.232 D] Navigator.Clear()
[06:06:33.232 D] OnStop event
[06:06:33.232 D] OnStop Event Invoking
[06:06:33.233 N] [EnableFlight] Stopped Flight Navigator.
[06:06:33.233 V] [FlightNav] Putting original Navigator back!
[06:06:33.234 N] [EnableFlight] Disposing the GaiaNavigator
[06:06:33.242 N] Connection closed! 192.99.148.87:31215
 
Last edited:
Edit again, It seems to work with other nodes. Im making a list of ones its working with and ones it is giving the error and closing connection on when the node pops.

Chysal Greens- Above error
Adamantine Ore- Above error
Cloud Banana- works
Lemon/Aaba Mistletoe- works
Gold Ore- Works
Cuprite- Works
Vanilla Beans- Above error


This is on the x64 bit client.
 
Last edited:
Hello, I have ExMatts latest version as "ExBuddy" with the file tree structure specified by your instructions yet I still have issues with Desynth tag. I don't see Desynth in any of ExMatts OrderBotTag subdirectories in the latest version (in case this is relevant). Attached is the full log file. Any ideas? Thanks very much for your help in advance.

View attachment 204430

I don't have a tag called Desynth. I do have a tag called ExSalvage. It must be someone else's.

https://github.com/MGramolini/ExBuddy/blob/master/ExBuddy/OrderBotTags/Behaviors/ExSalvageTag.cs
 
Edit again, It seems to work with other nodes. Im making a list of ones its working with and ones it is giving the error and closing connection on when the node pops.

Chysal Greens- Above error
Adamantine Ore- Above error
Cloud Banana- works
Lemon/Aaba Mistletoe- works
Gold Ore- Works
Cuprite- Works
Vanilla Beans- Above error


This is on the x64 bit client.

X64 is not guaranteed supported on ExBuddy. But that being said...

If you would like to try fixing it yourself...

https://github.com/MGramolini/ExBuddy/blob/master/ExBuddy/Helpers/Memory.cs

You can modify that file like.

line 43 becomes:
#if RB_X64

copy the original code, replacing 'int' with 'long'

#else

put original code in this block from Lines 43-76

#endif


if none of that works, see if you can get any of the community devs to help out, or I would report to Mastahg in the support forum, it is possible that the size of the object is 8 (long) instead of 4(int) for the scrips when in 64bit mode.
 
Back
Top