• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Repairing problem: Can not go for a repair run without having a vendor specified in t

    Discussion in 'Wildbuddy Developers' started by gf779sgf9sfugsgf9sgg, Jan 27, 2015.

    1. gf779sgf9sfugsgf9sgg

      gf779sgf9sfugsgf9sgg New Member

      Joined:
      Jan 25, 2015
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      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?
       
    2. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      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)
       

    Share This Page