Hi guys i have a little problem with this profil creation. I set all Waypoint and hotspots and the char run proprely but he dont gather anything. Can someone check my profil and explain me what i do wrong? Thats the error in RB: [13:04:38.547 D] System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto. in ....(GatheringItem ) in System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) in ...(String ) in System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext() in System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) in ..() in ..(Object ) in TreeSharp.Action.RunAction(Object context) in TreeSharp.Action.<Execute>d__0.MoveNext() in TreeSharp.Composite.Tick(Object context) in TreeSharp.Decorator.<Execute>d__0.MoveNext() in TreeSharp.Composite.Tick(Object context) in TreeSharp.PrioritySelector.<Execute>d__0.MoveNext() in TreeSharp.Composite.Tick(Object context) in TreeSharp.PrioritySelector.<Execute>d__0.MoveNext() in TreeSharp.Composite.Tick(Object context) in ff14bot.TreeRoot.() Thanks alot
There is no navigation added yet to the new zones. So there is no way your bot is going to travel let alone interact with it properly.
Navigation is working in the new zones. I'm able to self-test questing now that movement is working. There are some unmeshed areas, like bridges, though.
I've been creating some gathering profiles and did a couple trying to get it to work but I ran into the same issue on all. It will run and travel with no problems but once it gets to the node and opens it and does not recognize anything inside. this is new items only. So best guess is mastahg got old crafting working (which is why we are in beta) and he still needs to get a lot more updated.
Hmm. I keep getting a "no viable path can be created" when I try anything of the sort. Are you guys finding that the bot is not using gathering spells?
I'm not getting movement issues but I also am not adding in teleport or zone checks. I make them for the zone I'm in and move myself near to the spot and start it. Seems fine so far. Only issue has been once gathering window opens it basically says the error thrown above and in my other thread. New 50+ items only
Makes sense. I was having a new check in the zones with the new aetherytes. A shame because it was working too. Have you been having gathering spell problems in both the new world and old?
New world farming isn't working to my knowledge and my alt is just running with abandon and I've paid zero attention. But I don't think I have seen him use any. Edit: just tried a new profile to verify and he popped kings yield 2 so skills are working.
Looks like the newest update fixed it. Any idea why my grind profile won't travel in western coerthas? View attachment Test2.xml
If you have the Falcon's Nest Aetheryte, make this change: Code: <If Condition="IsOnMap(397)"> <Grind grindRef="Archaeornis_Skin" while="Core.Player.ClassLevel < 61" /> </If> Code: [B][COLOR="#FF0000"]<If Condition="not IsOnMap(397)"> <If Condition="Managers.WorldManager.HasAetheryteId(71)"> <TeleportTo Name="Falcon's Nest" AetheryteId="71" /> </If> </If>[/COLOR][/B] <If Condition="IsOnMap(397)"> <Grind grindRef="Archaeornis_Skin" while="Core.Player.ClassLevel < 61" /> </If>