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!

Grind Tag issues

forcewalker

New Member
Joined
Aug 22, 2014
Messages
29
I'am having 2 issues when using a basic grind profile. First is repair/vendor does not seem to be recognized. Second is that bot ends up going after everything in sight no matter what creature Ids I put in the profile. The first issue isn't too bad but the second one totally kills the bot for me since it will end up going after strong mobs and spam dying or going after other mobs that are away from the area I want to farm in. Are these known issues? Any idea when they will be fixed? Without the second issue the bot would work great.
 
I just fixed the repair/vendor issues last night.

Here is an example profile to get you started:

HTML:
<Profile Name="Badlands Augmentors" Author="Walter" Version="1.0">
  <Grind>
    <Repair>
      <RepairNPCs>
        <RepairNPC Name="Chef Cecilia" CreatureId="33912" X="-5067.397" Y="-944.4843" Z="-1611.11" MapId="22" />
      </RepairNPCs>
    </Repair>
    <Vendor>
      <VendorNPCs>
        <VendorNPC Name="Chef Cecilia" CreatureId="33912" X="-5067.397" Y="-944.4843" Z="-1611.11" MapId="22" />
      </VendorNPCs>
    </Vendor>
    <GrindArea>
      <Hotspot X="-5049.87549" Y="-945.6149" Z="-1619.675" Timeout="60" Range="40" Name="New Hotspot" />
      <Hotspot X="-5049.87549" Y="-945.6149" Z="-1679.675" Timeout="60" Range="40" Name="New Hotspot" />
      <Hotspot X="-5049.87549" Y="-945.6149" Z="-1609.675" Timeout="60" Range="40" Name="New Hotspot" />
      <Hotspot X="-5049.87549" Y="-945.6149" Z="-1639.675" Timeout="60" Range="40" Name="New Hotspot" />
      <Hotspot X="-5049.87549" Y="-945.6149" Z="-1699.675" Timeout="60" Range="40" Name="New Hotspot" />
    </GrindArea>
  </Grind>
</Profile>

This was my testing profile to fix the repair/vendor issues. (I'd suggest you not actually use that profile, as it doesn't really *do* anything)

I'll talk to walter about fixing the 2nd issue there, it should be fairly simple.
 
Back
Top