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

All tasks completed. Stopping bot - New profile

zarlia28

Member
Joined
Feb 3, 2011
Messages
292
Reaction score
0
Hi, So I made a new profile for myself to use but i can't seem to get it to work, I'm really unsure why. I added soul healer and vendering. But when I go to start the bot I get this.

Loading 24-30 Mathpsian Mill TEST
Successfully loaded mesh 'Mathosian Mill'
All tasks completed. Stopping bot.


Anyways to fix it?
 
"All tasks completed. Stopping bot."

looks like the bot have nothing more to do according the profile

upload your profile here
 
You need an <Infinite /> in there. Look at my profiles for examples.
 
Thanks guys, Ill try and fix it myself, it I can't Ill post it here :)
 
Sorry for the BUMP, just so you guys would see it again.

Now I'm getting the Error, that I need to load a profile. :S

Can I please email the profiles to one of you? I don't really want it the profile public for the time being. So any chance of of you could have a quick look at it, I'm sure I only have 1 line wrong or something.
 
Zarlia that is a fragment - you need hotspots.

Attach the whole profile please.
 
Condsider getting Visual C# 2010 Express for editting profiles. Its free from Microsoft. When I opened your's it immediately said "</GrindTo>" was omitted and of course that would mess up the profile.

I've added some SellGreen etc options which you may want to edit. I tend to keep whites (drinks, cloth and skin) and epics while I sell all grays, greens and blues.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Profile>
  <Tasks>
    <AddDefaultJobs />
    <LoadMesh Name="Mathosian Mill" />
    <AddJob>
      <MendSoul>
        <Healers>
          <!--Ash-->
          <Hotspot X="4326.819" Y="1104.891" Z="2367.768" />
        </Healers>
      </MendSoul>
    </AddJob>
    <AddJob>
      <Vendor SellWhites="False" SellGreens="True" SellBlues="True" SellPurples="False">
        <Vendors>
          <!--Noot-->
          <Hotspot X="4330.697" Y="1104.942" Z="2355.843" />
        </Vendors>
      </Vendor>
    </AddJob>
    <GrindTo Level="30">
      <GrindArea>
        <Mobs>
          <Mob>Blight Fang</Mob>
          <Mob>Shademarked Soulweaver</Mob>
          <Mob>Shademarked Foreman</Mob>
          <Mob>Shademarked Journeyman</Mob>
          <Mob>Shademarked Buccaneer</Mob>
        </Mobs>
        <Hotspots>
          <Hotspot X="4278.309" Y="1108.921" Z="2542.726" />
          <Hotspot X="4273.903" Y="1108.705" Z="2579.128" />
          <Hotspot X="4292.353" Y="1112.976" Z="2585.853" />
          <Hotspot X="4327.702" Y="1120.623" Z="2596.866" />
          <Hotspot X="4359.08" Y="1116.707" Z="2571.13" />
          <Hotspot X="4386.854" Y="1120.622" Z="2591.584" />
        </Hotspots>
      </GrindArea>
    </GrindTo>
    <Infinite />
  </Tasks>
</Profile>
 
Back
Top