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!

Problem with Navigation

Is the bot working for anyone?

Howdy! I just threw a query to the nav server:

[896c87d2-10f9-48c7-a848-6296d9a3efec] Now beginning to receive data.
Attempting to generate path to X:4108.57 Y:-667.073 Z:-5169.692 from X:4110.71 Y:-658.6249 Z:-5145.48
Successfully generated path to X:4108.57 Y:-667.073 Z:-5169.692

So it looks like something else is amiss!
 
I guess you are not in the levelrange 6-14. There it wont work (nav-wise), but if I put my char next to the quest giver it accepts the quest (and ofc is stuck afterwards)
 
You are having profile issues not Nav server issues. Those profiles are outdated since carbine changed lots of quests and rewards.
 
dont even sure why they selling keys for this, nothing really works.

Profiles do work and grinding works fine. I have written profiles for many parts of the game it can be done working perfectly. I was not the one who took on the profiles for this game and its quite a bit of work. Its extremely time investing due to the large amount of testing that is needed for each one to be "perfect".


Wildbuddy is the most advance bot on theBuddyforums. We also have one of the smallest communities due to how new we are and how new of an IP wildstar is.


If you can post some feedback here of what you would like to see in GUI and whats the biggest grip you have so they can be address.


Thanks
 
where is a griding profile, or how do i set that up? bought another trial key figure ill give it one last shot.
 
Doesnt really explain how or where to get a grinding profile or make your own.
 
didnt really help, went to an npc put in the name and the xyz cords then made few how spots saved it as a .xml tried to run it and nothing but errors.
 
didnt really help, went to an npc put in the name and the xyz cords then made few how spots saved it as a .xml tried to run it and nothing but errors.

Well, next step would be to look at the pre-made examples you can find in the Profile section, and try to adapt them into yours? :D
 
That template is outdated, try making your profile look like this one and it will work.

Code:
<Profile Name="Grind Template" Author="You" Version="1"> 
    <Grind Condition="1==1" > 
        <CreatureIds>00000, 00000, 00000</CreatureIds> 
        <Repair PreferClosest="true" > 
            <RepairNPCs> 
                <RepairNPC Name="Repair guy" CreatureId="00000" X="0000.021" Y="000.8419" Z="0000.533" MapId="0000"/>
            </RepairNPCs> 
        </Repair> 
        <Vendor> 
            <VendorNPCs> 
                <VendorNPC Name="Vendor guy" CreatureId="00000" X="0000.021" Y="000.8419" Z="0000.533" MapId="0000"/>
            </VendorNPCs> 
        </Vendor>
        <GrindArea> 
		<Hotspot X="000.0000" Y="000.0000" Z="000.000"  Timeout="60" Range="200"/>
        </GrindArea> 
    </Grind> 
</Profile>
 
That template is outdated, try making your profile look like this one and it will work.

Code:
<Profile Name="Grind Template" Author="You" Version="1"> 
    <Grind Condition="1==1" > 
        <CreatureIds>00000, 00000, 00000</CreatureIds> 
        <Repair PreferClosest="true" > 
            <RepairNPCs> 
                <RepairNPC Name="Repair guy" CreatureId="00000" X="0000.021" Y="000.8419" Z="0000.533" MapId="0000"/>
            </RepairNPCs> 
        </Repair> 
        <Vendor> 
            <VendorNPCs> 
                <VendorNPC Name="Vendor guy" CreatureId="00000" X="0000.021" Y="000.8419" Z="0000.533" MapId="0000"/>
            </VendorNPCs> 
        </Vendor>
        <GrindArea> 
		<Hotspot X="000.0000" Y="000.0000" Z="000.000"  Timeout="60" Range="200"/>
        </GrindArea> 
    </Grind> 
</Profile>

How do you figure out the map id or creature id for setting those values
 
How do you figure out the map id or creature id for setting those values



You click on a target and make a hotspot or dump the creature. Just have Wildbuddy open then CTRL ALT H when selecting a target or yourself.
 
Back
Top