What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Repairing problem: Can not go for a repair run without having a vendor specified in t

Joined
Jan 25, 2015
Messages
12
Reaction score
0
Hi.
I tried making an own profile but repairing/vendoring does not work.
This is my profile:
Code:
<Profile Name="11-12, Ellevar, Mistymurk Camp" Author="User" Version="1"> 
    <Grind> 
        <Repair PreferClosest="true" > 
            <RepairNPCs> 
                <RepairDefinition Name="Mistymurk General Goods Vendor" CreatureId="33252" X="-2505.976" Y="-763.1991" Z="-2957.79" MapId="22" ExileFaction="false" /> 
            </RepairNPCs> 
        </Repair> 
        <Vendor> 
            <Vendors> 
                <VendorDefinition Name="Mistymurk General Goods Vendor" CreatureId="33252" X="-2505.976" Y="-763.1991" Z="-2957.79" MapId="22" ExileFaction="false" /> 
            </Vendors> 
        </Vendor>
        <GrindArea>
          <Hotspot X="-2404.48755" Y="-757.6636" Z="-2987.784" Timeout="60" Range="40" Name="3x Webwood Skitter 9-10" />

        </GrindArea> 
    </Grind> 
</Profile>

On start I get the following messages:
Code:
Can not go for a repair run without having a vendor specified in the profile.
Attempting to repair without any valid repair NPCs defined in profile!

Whats wrong with my vendor/repairnpc definition?
How are the hotspots processed? Are they visited in the order of appearance or does the bot calculate the nearest spot to my position?
 
Hi.
I tried making an own profile but repairing/vendoring does not work.
This is my profile:
Code:
<Profile Name="11-12, Ellevar, Mistymurk Camp" Author="User" Version="1"> 
    <Grind> 
        <Repair PreferClosest="true" > 
            <RepairNPCs> 
                <RepairDefinition Name="Mistymurk General Goods Vendor" CreatureId="33252" X="-2505.976" Y="-763.1991" Z="-2957.79" MapId="22" ExileFaction="false" /> 
            </RepairNPCs> 
        </Repair> 
        <Vendor> 
            <Vendors> 
                <VendorDefinition Name="Mistymurk General Goods Vendor" CreatureId="33252" X="-2505.976" Y="-763.1991" Z="-2957.79" MapId="22" ExileFaction="false" /> 
            </Vendors> 
        </Vendor>
        <GrindArea>
          <Hotspot X="-2404.48755" Y="-757.6636" Z="-2987.784" Timeout="60" Range="40" Name="3x Webwood Skitter 9-10" />

        </GrindArea> 
    </Grind> 
</Profile>

On start I get the following messages:
Code:
Can not go for a repair run without having a vendor specified in the profile.
Attempting to repair without any valid repair NPCs defined in profile!

Whats wrong with my vendor/repairnpc definition?
How are the hotspots processed? Are they visited in the order of appearance or does the bot calculate the nearest spot to my position?

I'm actually in the middle of fixing the bug related to repair/vendor in grind tags, right now.

As for hotspots, they are taken randomly from the list of hotspots you provide. I will add a new attribute to force the bot to also "go in order" if it's requested. (Currently, I see no real need for it, as most grinding areas aren't huge, and having a steady route is never a good thing)
 
Back
Top