I stand next to the quest giver, he takes the quest but does not continue. He attempts to generate a path which fails.
View attachment Wildbuddy 4560 2015-04-02-11.34.55.txt
View attachment Wildbuddy 4560 2015-04-02-11.34.55.txt
Is the bot working for anyone?
[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
dont even sure why they selling keys for this, nothing really works.
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.
<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