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!

Recurring error and bot wont work

pwnjack

New Member
Joined
Nov 29, 2014
Messages
13
Any idea why any profile i try to load i get this error

thanks in advance for your help

Inner Exception: Buddy.Wildstar.BotCommon.Navigation.PathfindingException: Did not receive valid pathfind response in the last 5 seconds.
 
Any idea why any profile i try to load i get this error

thanks in advance for your help

Inner Exception: Buddy.Wildstar.BotCommon.Navigation.PathfindingException: Did not receive valid pathfind response in the last 5 seconds.


Please post a full log. Most likely you are loading a profile that is either outdated or wrong area/map id.
 
It's happening with the default profile Doiminion/22-29, Whitevale.xml

And my toon is in Whitevale.

Here's the full log:View attachment 180497

Thank you for your help

2015-06-07 22:12:00,679 [Pulsator Thread] ERROR Profile Bot - Exception during execution of profile tag <While Condition="not IsQuestObjectiveComplete(5452, 2)" /> (Line #16)

That profile is outdated and is getting caught on the current quest. You can either manually finish quest and restart profile to see if it works.

I would suggest you make a grind profile since no one has updated/finished all profiles for leveling. They were semi finished and the few people working on them are now no longer doing work on them currently.


Thanks
 
That profile is outdated and is getting caught on the current quest. You can either manually finish quest and restart profile to see if it works.

I would suggest you make a grind profile since no one has updated/finished all profiles for leveling. They were semi finished and the few people working on them are now no longer doing work on them currently.


Thanks

Ok, Im trying to setup a grinding profile like this:

Code:
<Profile Name="Grind" Author="pwnjack" Version="1"> 
    <Grind> 
        <CreatureIds></CreatureIds> 
        <GrindArea> 
            <Hotspot X="2489.36816" Y="-986.6488" Z="-548.55" Timeout="60" Range="240" Name="New Hotspot" />
            <Hotspot X="2525.916" Y="-1000.068" Z="-479.124084" Timeout="60" Range="240" Name="New Hotspot" />
            <Hotspot X="2611.42676" Y="-959.8797" Z="-453.10907" Timeout="60" Range="240" Name="New Hotspot" />
            <Hotspot X="2512.98169" Y="-995.489258" Z="-363.361" Timeout="60" Range="240" Name="New Hotspot" />
        </GrindArea> 
    </Grind> 
</Profile>

Still getting errors and the bot wont move at all.

Logs attached.
View attachment Wildbuddy 10464 2015-06-08-08.35.03.log.txt

Am i doing something wrong? Or at the current status, did I just pay for a completely useless bot?
 
Maybe this helps

Exception during execution of profile tag <Grind /> (Line #2)System.AggregateException:
 
Change:

<Grind>

to

<Grind Condition="1==1" >

Exception during execution of profile tag <Grind Condition="1==1" /> (Line #2)System.AggregateException: Si sono verificati uno o più errori. ---> Buddy.Wildstar.BotCommon.Navigation.PathfindingException: Did not receive valid pathfind response in the last 5 seconds.
in *
‎
‎*‬*​**‫‪‎‫‫‏‬​‏*‫‪**.r26!IPi!L885beL\\_Oj;Ju\*f.()
 
Sounds like the mesh in that area is bugged at the moment. I would try a different spot.
 
Back
Top