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

Edit bgbuddy profiles

xandor

New Member
Joined
Jun 8, 2012
Messages
102
Reaction score
0
I want to edit the bgbuddy profiles.

Mainly 2 things:
Prevent the bot from running forward and then turning around and running back again.

Modify the paths so I dont run at the exact same path as the others.

With those 2 changes it wouldnt look so much like a bot.

But how do I do it?

Warsong Gulch.xml
Code:
<?xml version="1.0" encoding="utf-8"?>

<PvpProfile>
  <Name>Warsong Gulch</Name>

  <StartLocation X="943.4707" Y="1424.74" Z="345.4574" Side="Horde" />
  <StartLocation X="1511.525" Y="1490.999" Z="352.0117" Side="Alliance" />

  <Blackspots>
    <!-- Lamp post near Silverwing base -->
    <Blackspot X="1401.266" Y="1415.457" Z="344.8266" Radius="2" />
    <!--Strange spot in Warsong Flag Room -->
    <Blackspot X="945.6219" Y="1453.789" Z="344.457" Radius="4" />
  </Blackspots>
</PvpProfile>

In that profile it only state where start positions and positions to avoid is.
It doesnt say anything about hotspots or anything else.

Read this post:
http://www.thebuddyforum.com/honorbuddy-forum/44913-does-bgbuddy-use-profiles.html#post512868

Think the way he described work for some bgs like AV:
Code:
    <Box Name="FrostwolfReliefHut">
      <TopLeft X="-1416.457" Y="-323.1943" Z="89.00099" />
      <Center X="-1402.618" Y="-306.1053" Z="89.5062" />
      <BottomRight X="-1393.822" Y="-295.2166" Z="85.82154" />
    </Box>

    <Box Name="FrostwolfKeep">
      <TopLeft X="-1382.175" Y="-211.3506" Z="99.37146" />
      <Center X="-1371.212" Y="-220.1107" Z="98.42708" />
      <BottomRight X="-1349.586" Y="-226.7053" Z="99.37136" />
    </Box>

But I still think the pathing would be bad when moving toward those zones. (as I understand it is only saying "for this area, stand at this position")
 
Back
Top