• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Request|Help simple profile writing

    Discussion in 'General Discussion Forum' started by Teasta, Nov 13, 2011.

    1. Teasta

      Teasta New Member

      Joined:
      Sep 3, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      A little help please.. I?m just trying to create a simple/little profile where my toon will grind in a area for level 1 to 5 and then move to another area and grind 5-10 and I have been using quest profiles / and templates from wiki, but I just cant get it to work.

      Here is the profile i have been working on:
      <HBProfile>
      <Name>Human Grind-to-Level Profil 1-10</Name>
      <MinLevel>1</MinLevel>
      <MaxLevel>86</MaxLevel>
      <MinDurability>0.2</MinDurability>
      <MinFreeBagSlots>2</MinFreeBagSlots>
      <MailGrey>False</MailGrey>
      <MailWhite>True</MailWhite>
      <MailGreen>True</MailGreen>
      <MailBlue>True</MailBlue>
      <MailPurple>True</MailPurple>
      <SellGrey>True</SellGrey>
      <SellWhite>True</SellWhite>
      <SellGreen>True</SellGreen>
      <SellBlue>False</SellBlue>
      <SellPurple>False</SellPurple>
      <AvoidMobs>
      </AvoidMobs>
      <Blackspots>
      </Blackspots>
      <Mailboxes>
      </Mailboxes>
      <Vendors>
      </Vendors>


      <QuestOrder>
      <SetGrindArea>
      <GrindArea>
      <Factions>7 32</Factions>
      <Hotspots>
      <Hotspot X="-8782.871" Y="-107.3422" Z="83.35699" />
      <Hotspot X="-8720.972" Y="-88.16251" Z="90.40733" />
      <Hotspot X="-8724.425" Y="-137.0334" Z="86.89613" />
      <Hotspot X="-8736.088" Y="-199.7948" Z="87.86673" />
      <Hotspot X="-8771.962" Y="-259.924" Z="80.28711" />
      <Hotspot X="-8805.207" Y="-232.5131" Z="82.34293" />
      <Hotspot X="-8807.99" Y="-198.0297" Z="82.20427" />
      <Hotspot X="-8774.711" Y="-160.9021" Z="81.87766" />
      <Hotspot X="-8768.478" Y="-106.164" Z="85.97653" />
      </Hotspots>
      </GrindArea>
      </SetGrindArea>
      <Checkpoint Level="5" />
      <RunTo X="-9300.714" Y="-160.5957" Z="63.0759" />
      </QuestOrder>




      <QuestOrder>
      <SetGrindArea>
      <GrindArea>
      <Factions>7 32</Factions>
      <Hotspots>
      <Hotspot X="-9300.714" Y="-160.5957" Z="63.0759" />
      <Hotspot X="-9333.066" Y="-210.1816" Z="68.84186" />
      <Hotspot X="-9402.663" Y="-184.7596" Z="57.81833" />
      <Hotspot X="-9461.262" Y="-159.1283" Z="60.65774" />
      <Hotspot X="-9505.268" Y="-143.4255" Z="57.74826" />
      </Hotspots>
      </GrindArea>
      </SetGrindArea>
      <GrindTo Condition="Me.Level &lt;= 10" />
      <Checkpoint Level="10" />
      </QuestOrder>

      </HBProfile>


      Every time I start the bot (as qusting) it just pause for a while and stops the bot with the text "Nothing more to do"
      Any help is very welcome :)
      Thanks.
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      check the profile below and you will see how a grinding profile looks like
       

      Attached Files:

    3. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      thats because you dont have any quests.

      you need something more like this.

      Code:
      
                           <SetGrindArea> 
                              <GrindArea> 
                                  <Factions>7</Factions> <!-- [Humanoids] -->
                                  <Hotspots>      
                                      <Hotspot X="-8782.871" Y="-107.3422" Z="83.35699" />
                                      <Hotspot X="-8720.972" Y="-88.16251" Z="90.40733" />
                                      <Hotspot X="-8724.425" Y="-137.0334" Z="86.89613" />
                                      <Hotspot X="-8736.088" Y="-199.7948" Z="87.86673" />
                                      <Hotspot X="-8771.962" Y="-259.924" Z="80.28711" />
                                      <Hotspot X="-8805.207" Y="-232.5131" Z="82.34293" />
                                      <Hotspot X="-8807.99" Y="-198.0297" Z="82.20427" />
                                      <Hotspot X="-8774.711" Y="-160.9021" Z="81.87766" />
                                      <Hotspot X="-8768.478" Y="-106.164" Z="85.97653" />
                                  </Hotspots>
                              </GrindArea> 
                           </SetGrindArea> 
                      [B]<GrindTo Level="5" />[/B]
      
      thats from kicks profile notice the GrindTo Tag.
       
    4. Teasta

      Teasta New Member

      Joined:
      Sep 3, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      wow you guys are fast to reply :) .. thanks a lot and your information... now its moving.. grinding...

      Thanks again.
       

    Share This Page