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!

Can I quest by hand and still questing bot when AFK?

Erdmann

New Member
Joined
Jan 4, 2012
Messages
7
At the moment I just got my warlock to 70 by purely botting, never did a single quest by hand. But one of my friends did and it messed up his questing profile and made it so he had to restart his character to continue bot-leveling. My question: Did he do something wrong? Or is it fine to level up and do quests while I am home, and just turn on the bot when I'm afk, I don't want to mess up and have to restart this far into the leveling process.
 
sometimes if you complete a quest manually Hb might bug
 
So it's just random then, because I dont really want to risk it, because I know I could level up faster by hand, but I'd like to get more levels by botting while AFK.
 
You should be Be just fine doing that.
If you're using Kicks profiles the only quests that could give you any problems are BreadCrumb quests.

Those are the "go to the next zone/town" quests.


Just do it anyway.
 
as long as the script is made like:

PHP:
<if Condition="!HasQuest(ID) && !IsQuestCompleted(ID)">
<PickUpDaAwesomeQuest />
</if>
<if Condition="HasQuest(ID) && !IsQuestCompleted(ID)">
<DoDaAwesomeQuest'sObjective />
</if>
<If Condition="HasQuest(ID) && IsQuestCompleted(ID)">
<TurnInDaAwesomeQuest />
</If>

Then it should be fine, as long as you don't do a quest that over-rights a different quest as stops you from being able to get it, which, I don't believe there's such quest in WoW.
 
as long as the script is made like:

PHP:
<if Condition="!HasQuest(ID) && !IsQuestCompleted(ID)">
<PickUpDaAwesomeQuest />
</if>
<if Condition="HasQuest(ID) && !IsQuestCompleted(ID)">
<DoDaAwesomeQuest'sObjective />
</if>
<If Condition="HasQuest(ID) && IsQuestCompleted(ID)">
<TurnInDaAwesomeQuest />
</If>

Then it should be fine, as long as you don't do a quest that over-rights a different quest as stops you from being able to get it, which, I don't believe there's such quest in WoW.

Not every single quest has been coded like that in any profile though.
 
Back
Top