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!

Magitek - All In One - Still going strong!

Status
Not open for further replies.
So i've been having this issue with RB and it mainly happens in Fatebot Using Magitek. it will path to where the fate is at and then target the mob and give the following error and then not do anything else. Sometimes it won't error but wont do anything until i cast the first spell then it takes over. Not sure why but The error is below as well as a log.



Code:
[00:58:27.253 D] System.NullReferenceException: Object reference not set to an instance of an object.
   at Magitek.Helpers.PartyHelper.<>c__DisplayClass44.<PeopleNeedingHealsAroundTarget>b__43(PartyMember u) in c:\Users\nesarthin\Downloads\Bots\RebornBuddy Files\Rebornbuddy 1.0.181.0\Routines\Magitek\Helpers\PartyHelper.cs:line 233
   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)
   at Magitek.Helpers.PartyHelper.PeopleNeedingHealsAroundTarget(Int32 hp, BattleCharacter target) in c:\Users\nesarthin\Downloads\Bots\RebornBuddy Files\Rebornbuddy 1.0.181.0\Routines\Magitek\Helpers\PartyHelper.cs:line 233
   at Magitek.Helpers.Combat.<DoPVPHealing>b__32(Object r) in c:\Users\nesarthin\Downloads\Bots\RebornBuddy Files\Rebornbuddy 1.0.181.0\Routines\Magitek\Helpers\Combat.cs:line 110
   at Magitek.Helpers.Casting.<>c__DisplayClass3.<Cast>b__0(Object ret) in c:\Users\nesarthin\Downloads\Bots\RebornBuddy Files\Rebornbuddy 1.0.181.0\Routines\Magitek\Helpers\Casting.cs:line 23
   at TreeSharp.Decorator.CanRun(Object context)
   at TreeSharp.Decorator.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.Behavior.HookExecutor.Run(Object context)
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.()
 

Attachments

I haven't been able to reproduce this. Try turning off Enable PVP Abilities in the PVP Abilities job settings tab. If it happens again, take a screenshot of the game as soon as it happens and PM it to me or something. Maybe this is an issue with RB not returning some value correctly. Looks like this profile needs a good amount of work like scholar.
 
I haven't been able to reproduce this. Try turning off Enable PVP Abilities in the PVP Abilities job settings tab. If it happens again, take a screenshot of the game as soon as it happens and PM it to me or something. Maybe this is an issue with RB not returning some value correctly. Looks like this profile needs a good amount of work like scholar.


i took off the PVP abilities and it seems to have resolved the issues. Thank you
 
Have you thought about putting a changelog on the first post? I just thought it would be easier for people to see what has been done/is been worked on etc.
 
Dragoon still pulls with Piercing Talon even if its unchecked. It also seldom if at all uses other abilities like Jump, even if a level cap doesn't restrict it or AOE mode is on/off. Or is it that it has to reach a certain point in the rotation to use it?
 

Attachments

I still seem to be having issues in lower level fates with BLM routine. It targets the mobs fine but it casts blizzard until umbral ice II and then sits there. Sometimes it will pull mob with fire I then just sit there. Only happens on lower level fates. Any fate where I have fire III and Blizz III it usually works perfectly.
 
I still seem to be having issues in lower level fates with BLM routine. It targets the mobs fine but it casts blizzard until umbral ice II and then sits there. Sometimes it will pull mob with fire I then just sit there. Only happens on lower level fates. Any fate where I have fire III and Blizz III it usually works perfectly.

Looking at the code I may have forgot to compensate for lower levels with my Fire code. Try this .cs file and see if it fixes it for you (I haven't had the chance to test it myself so no promises, just let me know). :cool:
 

Attachments

Updated with your changes, Endus. I've been meaning to work on some stuff but I've been real busy this week. Sorry, I'm not ignoring anyone.
 
Endus,

I've been testing for about an hour. Looks much better. Rotation isn't perfect but it get's the job done. Thank you for your time and effort on this. Makes atma farming much nicer.
 
I am levelling archer and i have noticed it does not seem to use straight shot when the straigher shot buff is up. Using the allbasicclasses routine
EDIT: It turns out by adding
Code:
Casting.Cast(r => "Straight Shot", r => Core.Player.HasAura("Straighter Shot"), r => Core.Player.CurrentTarget, r => 3, r => false),
it seems to work.
 
Last edited:
I'm no expert, but i had the problem of only attacking mobs that are really close to me. What i did is change the combat range to 1 (since you are melee dps) and it seemed to work.) Should be in combat settings.
 
if you look at the error's you're getting in the log......

[14:34:01.611 N] [Magitek] Casting Full Thrust
[14:34:01.611 D] DoAction Spell 84 0x400044C8
[14:34:03.030 V] [Poi.Clear] Reason: Targeted unit is dead, clearing Poi and carrying on!
[14:34:03.046 D] [POI Set] Type: Kill
[14:34:03.073 D] Requesting path on 147 from <-219.5004, 84.46852, -268.8434> to <-224.9333, 84.50218, -253.5897>
[14:34:03.187 D] Generated path to <-224.9333, 84.50218, -253.5897> in 00:00:00.1140915 ms
[14:36:02.273 V] [Poi.Clear] Reason: Targeted unit is dead, clearing Poi and carrying on!
[14:36:02.285 D] Requesting path on 156 from <41.03738, 20.29463, -676.0222> to <-230.5359, 79.67252, -216.3912>
[14:36:02.396 D] No viable path from <41.03738, 20.29463, -676.0222> to <-230.5359, 79.67252, -216.3912> in 00:00:00.1102346 ms
[14:36:02.417 D] System.NullReferenceException: Object reference not set to an instance of an object.
at ff14bot.Navigation.GaiaNavigator.(String )
at ff14bot.Navigation.GaiaNavigator.MoveTo(Vector3 target, String destination)
at ff14bot.Navigation.Navigator.MoveTo(Vector3 location, String destination)
at ff14bot.Behavior.CommonBehaviors..(Object )
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.Behavior.HookExecutor.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.Behavior.HookExecutor.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.Behavior.HookExecutor.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.TreeRoot.()

You'll see that you're having a navigation issue...this error repeats until the process gets out of sync...probably because FF14 froze or crashed or something. Post the issue in the navigation thread.
 
if you look at the error's you're getting in the log......



You'll see that you're having a navigation issue...this error repeats until the process gets out of sync...probably because FF14 froze or crashed or something. Post the issue in the navigation thread.

In my experience that specific error is when the bot is requesting a path to a coordinate that isn't within the bounds of the map you're on. Not sure how it happened in this case, but if you run a MoveTo tag meant for one map on another map, there's a high likelihood you'll see that error.
 
I assure you that everything is related to this map. I was instructed to post the issue here. I'll post in navigation if the issue can't be resolved here. Thank you for the input. I hope this can be resolved soon.
 
I assure you that everything is related to this map. I was instructed to post the issue here. I'll post in navigation if the issue can't be resolved here. Thank you for the input. I hope this can be resolved soon.

It's still possible to happen on one map if coordinates not on the map are requested for some reason. I'm not sure of the reason in this case, but for example if you requested coordinates to an NPC who is behind a counter that you can't get behind, this error would most likely appear. I'm just giving the diagnosis, not the cause.
 
Thinking about coming back to FF:ARR, but had a question about the CR. Can this be used like a lazyraider/Enyo for a healing white mage? I control the movement and everything, while the bot just does the targeting and healing rotation? Got spoiled with HB/WoW using paid healing CR's.

If so, how is the performance in end game, for dungeons and raiding?
 
Thinking about coming back to FF:ARR, but had a question about the CR. Can this be used like a lazyraider/Enyo for a healing white mage? I control the movement and everything, while the bot just does the targeting and healing rotation? Got spoiled with HB/WoW using paid healing CR's.

If so, how is the performance in end game, for dungeons and raiding?

It sure can! I have used this bot as 15-50 with dungeons on both healing classes, and it works just fine. Tweak the settings if necessary and it should be even better. I did eventually move back to a dps class though since i don't think it's very smart on fights where you have to be assigned to heal a certain person. Correct me if i'm wrong though.
 
I'm leveling Thaumaturge and it just seems to spam fire a lot then getting rid of umbral fire by casting blizzard. Wouldn't it be better to occasionally switch to umbral ice for mana regen? I've been having a lot of downtime because of it.
 
anyone know why my summoner lvl 31 wont summon the ifrit while its doing fate bot? prior to becoming a summoner when i was a arcainist it would summon which ever pet i set it to but now it wont.
i have useifrit"true" in my settings and have my pet selected as ifrit under the combat settings but it doesn't use it. anyone know why or how to change it?
 
Status
Not open for further replies.
Back
Top