• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Mythrite Ore Gathering - Help

    Discussion in 'Rebornbuddy Forum' started by Abel1884, Jun 27, 2015.

    1. Abel1884

      Abel1884 New Member

      Joined:
      Jan 3, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Hi guys i have a little problem with this profil creation.:p
      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?:confused:

      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
       

      Attached Files:

      • Test.Xml
        File size:
        13.6 KB
        Views:
        216
    2. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Do you have 321+ Perception?

      If you do, it may be that the new nodes aren't supported yet.
       
    3. Abel1884

      Abel1884 New Member

      Joined:
      Jan 3, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      I have 483 G+P
       
    4. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Then it's likely the new nodes aren't supported yet. *shrug*
       
    5. hkme

      hkme Member

      Joined:
      May 12, 2014
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      16
      Same when I gather Mythrite Sand.
      I think it does not support new items yet.
       
    6. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    7. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      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.
       
    8. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      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.
       
    9. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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?
       
    10. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      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
       
    11. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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?
       
    12. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      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.
       
      Last edited: Jun 27, 2015
    13. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      Looks like the newest update fixed it. Any idea why my grind profile won't travel in western coerthas?

      View attachment Test2.xml
       
    14. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      If you have the Falcon's Nest Aetheryte, make this change:

      Code:
      		<If Condition="IsOnMap(397)">		
      			<Grind grindRef="Archaeornis_Skin" while="Core.Player.ClassLevel &lt; 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 &lt; 61" />
      		</If>
       

    Share This Page