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

If any 1 can expain me how to chanse profile via LVL.

ravenscar17

Member
Joined
Aug 27, 2012
Messages
107
Reaction score
0
Hello I did make some Grind profile. but I want the bot to change the profile automatic.

LVL:

1. for example i did make a profile 1-5 name: X
2. I got a profile for... 6-10 name: Y
3. a profile for 11-15 name: Z


so i want the bot.. to Change the profile automat.. not with Arelog or someting... for example he play with X and when get lvl 6 to chanse to Y and after finish lvl 10 to change to Z if you understand what i want to say:d no need noting more hearstone or someting... just to chanse the profile. THX verry much i will be glad if any 1 can give me a good reponse. THX and sorry for me english.
 
Hello I did make some Grind profile. but I want the bot to change the profile automatic.

LVL:

1. for example i did make a profile 1-5 name: X
2. I got a profile for... 6-10 name: Y
3. a profile for 11-15 name: Z


so i want the bot.. to Change the profile automat.. not with Arelog or someting... for example he play with X and when get lvl 6 to chanse to Y and after finish lvl 10 to change to Z if you understand what i want to say:d no need noting more hearstone or someting... just to chanse the profile. THX verry much i will be glad if any 1 can give me a good reponse. THX and sorry for me english.

Hi, Ravenscar17,

If you are writing profiles, questions like this belong in the Developer Forum.

As to your question...
To do what you want, you use the Questing bot to implement grinding profiles. The Questing bot profile grammer is a superset of the grinding grammar.

You start by picking up the Questing Starter template, and modifying it using this outline:

<QuestOrder IgnoreCheckpoints="false">
<!-- Grind area for 1-5 -->
<SetGrindArea>
<GrindArea>
<!-- grind area details -->​
</GrindArea>​
</SetGrindArea>
<GrindTo Level="5" />
<Checkpoint Level="5">

<!-- Grind area for 6-10 -->
<SetGrindArea>
<GrindArea>
<!-- grind area details -->​
</GrindArea>​
</SetGrindArea>
<GrindTo Level="10" />
<Checkpoint Level="10">

<!-- etc -->​
</QuestOrder>

You can find the complete list of XML element available for use here:


You might also find this resource helpful:

You should also know that Botanist has already solved this problem in his Pangaea profile pack (using questing profiles to grind. 100% AFKable). If you still would like to implement your own, his profile pack would be a fine study.

cheers,
chinajade
 
Hi, Ravenscar17,

If you are writing profiles, questions like this belong in the Developer Forum.

As to your question...
To do what you want, you use the Questing bot to implement grinding profiles. The Questing bot profile grammer is a superset of the grinding grammar.

You start by picking up the Questing Starter template, and modifying it using this outline:

<QuestOrder IgnoreCheckpoints="false">
<!-- Grind area for 1-5 -->
<SetGrindArea>
<GrindArea>
<!-- grind area details -->​
</GrindArea>​
</SetGrindArea>
<GrindTo Level="5" />
<Checkpoint Level="5">

<!-- Grind area for 6-10 -->
<SetGrindArea>
<GrindArea>
<!-- grind area details -->​
</GrindArea>​
</SetGrindArea>
<GrindTo Level="10" />
<Checkpoint Level="10">

<!-- etc -->​
</QuestOrder>

You can find the complete list of XML element available for use here:


You might also find this resource helpful:

You should also know that Botanist has already solved this problem in his Pangaea profile pack (using questing profiles to grind. 100% AFKable). If you still would like to implement your own, his profile pack would be a fine study.

cheers,
chinajade



THX verry much SIR !!!! i TEST now!!!.
 
Back
Top