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!

Bot not walking towards target (Cannot generate paths before the map is initialized)

hiprion

New Member
Joined
Oct 21, 2015
Messages
20
(Cannot generate paths before the map is initialized)

Bot not walking towards target (Cannot generate paths before the map is initialized)

error message
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
 
Last edited:
I think its a general issue that only the devs or one of the community devs can fix.

Navigation server still not working.
you can see it in the error the guy posted

Exception during execution of profile tag <Grind /> (Line #4)System.Exception: Could not connect to navigation server. Has your network gone down, or is the client banned?

unless you didnt initialize
I guess this would work
Code:
Buddy.Wildstar.BotCommon.Navigator.InitializeMap()

EDIT: or your banned ofc :P

EDIT2:
i guess this is also relevant
Code:
Buddy.Wildstar.BotCommon.Navigator.PlayerMover.MoveTowards(Vector3, Vector3); // ( yourPosition, targetPosition )
Moves you in a straight line without navigation
 
Last edited:
PHP:
Grind Tag is set to kill [29B1DB - NonPlayer | 27683] Griffelongue torine , Position: X:1489,634 Y:-779,141 Z:-2439,563, Facing: X:-0,8100415 Y:0 Z:0,5863726 W:0, Heading: 2,19737
Casting Tremor
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
Cannot generate paths before the map is initialized
Casting Stance: Onslaught
Casting Tremor
UNHANDLED TASK EXCEPTION
System.AggregateException: Aucune exception de tâche n'a été observée en attendant la tâche ou en accédant à sa propriété Exception. Par conséquent, l'exception non prise en charge a été à nouveau levée par le thread finaliseur. ---> System.Exception: Could not connect to navigation server. Has your network gone down, or is the client banned?
   à Buddy.Wildstar.BotCommon.Navigator..()
   --- Fin de la trace de la pile d'exception interne ---
---> (Exception interne #0) System.Exception: Could not connect to navigation server. Has your network gone down, or is the client banned?
   à Buddy.Wildstar.BotCommon.Navigator..()<---

Inner Exception: System.Exception: Could not connect to navigation server. Has your network gone down, or is the client banned?
   à Buddy.Wildstar.BotCommon.Navigator..()
 
i just thought i mention it, if someone reads this, who writes their own stuff and didnt know about it.

for profilebot and writing profiles, judging by the error message
the <Grind> tag movement causes the error. (or any tag that uses movement)
So i guess you cant do anything about that.

(you could write a diffrent tag and use the moveTowards in there and then replace it with the grind-tag in your profiles)
-just kidding


Navigation server should be up again in reasonable time.
 
Back
Top