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!

[PAID] Akatosh Quester Profiless QuestBot 1 - 70, 90-96 Alliance

I have all the 1-90 quests finished and ready but just testing them all and fixing bugs on them before I release it.

The performance between the built in HB one and this one is a pretty major performance difference. The built in HB profiles have a lot of issues if you stop it while its doing anything, and if you ever do anything manually you pretty much screwed up the character until you level it to the next zone and start it again. Since my botbase is profiless it can think about everything its doing and act on it, so if you stop it and turn in all the quests it has and start it, it will then figure it out and continue questing from where you left off.

Another major bonus to the profileless is that the path it takes while questing is different every time, sometimes it does a questhub before another questhub giving it a lot of randomization and a nice human feel.

From what I gather it makes a profile from the database of quest and quest lines, so the bot has a profile but it is not a set pattern.

I have had good luck with Kicks profiles to 90 and the pace is reasonable with a few hangups. If you priced it a bit lower say half, I and possibly a few others would be more interested in it. I still have not DL it as I have little need for it, and therein lies the limited usefulness of such a bot.

I like the idea of being human. I will DL it after the latest HB patch goes online and the bot is compatible to see its capabilities. It does pique my interest.
 
From what I gather it makes a profile from the database of quest and quest lines, so the bot has a profile but it is not a set pattern.

I have had good luck with Kicks profiles to 90 and the pace is reasonable with a few hangups. If you priced it a bit lower say half, I and possibly a few others would be more interested in it. I still have not DL it as I have little need for it, and therein lies the limited usefulness of such a bot.

I like the idea of being human. I will DL it after the latest HB patch goes online and the bot is compatible to see its capabilities. It does pique my interest.


The bot knows about all the quests and has them in a database and all the questlines in the database, and then uses those to decide where to go and what to do. The part that makes it not have a profile is you can stop it in one zone and go to another zone and hit start and it just starts questing. It creates a path of quests that look like a profile but there are no internal profiles or anything. It does every quest on the fly so if an npc shows up in the middle of questing with a quest it will pick up that quest and start doing that quest in the calculations also. Or if you abandon a quest manually from the log it will calculate that and remove it from the quests its currently doing.
 
Akatosh Quester is on sale for 50% off for an expansion sale.
 
Akatosh Quester is on sale for 50% off for an expansion sale.
Natfoth, is there any sort of GUI as far as setting things to sell, or any other type of option? Or, is everything done via an xml file? Just wondering. I've just gotten the 2-day trial to check out the bot base, but I noticed when clicking on Bot Config there is no GUI, nor are there any options to configure, but it went straight to a vendor and sold practically everything in my bags, which is fine since I haven't played this toon in over 2 years.
 
Natfoth, is there any sort of GUI as far as setting things to sell, or any other type of option? Or, is everything done via an xml file? Just wondering. I've just gotten the 2-day trial to check out the bot base, but I noticed when clicking on Bot Config there is no GUI, nor are there any options to configure, but it went straight to a vendor and sold practically everything in my bags, which is fine since I haven't played this toon in over 2 years.

Right now there are no settings, I made sure to have it keep everything on the protected item list as to make sure to not sell anything important. I can add in some vendoring settings though to the GUI. Didnt really need any settings yet for the botbase which is why there wasnt one yet.
 
Right now there are no settings, I made sure to have it keep everything on the protected item list as to make sure to not sell anything important. I can add in some vendoring settings though to the GUI. Didnt really need any settings yet for the botbase which is why there wasnt one yet.
Well, as I said, it wasn't really anything important that was sold. I just noticed it sold some grey junk (which is fine) and some scrolls (recipes, patterns, etc). It was selling pretty quickly, so I missed out on all the stuff it sold. Some selling options would be nice, sort of like how the questing profiles have the tags for selling grey, white, green, blue, purple, etc? Maybe put in some settings like that so that it won't sell certain things since you're not using profiles? I don't know how much trouble that would be though.
 
Well, as I said, it wasn't really anything important that was sold. I just noticed it sold some grey junk (which is fine) and some scrolls (recipes, patterns, etc). It was selling pretty quickly, so I missed out on all the stuff it sold. Some selling options would be nice, sort of like how the questing profiles have the tags for selling grey, white, green, blue, purple, etc? Maybe put in some settings like that so that it won't sell certain things since you're not using profiles? I don't know how much trouble that would be though.

I will get it in for the next update and a zone selector override.
 
I will get it in for the next update and a zone selector override.
Natfoth --
I'm only guessing, but Akatosh works with AutoEquip2 right? You don't have it doing it's own quest reward choosing or anything? Just wondering because I'm leveling my Feral Druid with Akatosh and AE2, and the quest rewards that are being chosen make no sense. It's picking the ones that have the highest cost, or the lowest cost, or have +Int on them. It rarely chooses the right ones for my class and spec. It's kind of weird. Wasn't sure if your bot base had anything to do with it, or if it was the integrated plugin itself. I've already posted a report on the support forums for AE2. Just waiting for some sort of answer to it.

If your bot base has no impact on choices made, or if it doesn't even pulse the plugin or whatever, then just ignore this post, lol. It's just that I didn't know where to post the issue, so I posted there and here to cover my bases.
 

Attachments

Natfoth --
I'm only guessing, but Akatosh works with AutoEquip2 right? You don't have it doing it's own quest reward choosing or anything? Just wondering because I'm leveling my Feral Druid with Akatosh and AE2, and the quest rewards that are being chosen make no sense. It's picking the ones that have the highest cost, or the lowest cost, or have +Int on them. It rarely chooses the right ones for my class and spec. It's kind of weird. Wasn't sure if your bot base had anything to do with it, or if it was the integrated plugin itself. I've already posted a report on the support forums for AE2. Just waiting for some sort of answer to it.

If your bot base has no impact on choices made, or if it doesn't even pulse the plugin or whatever, then just ignore this post, lol. It's just that I didn't know where to post the issue, so I posted there and here to cover my bases.

The botbase uses CharacterManager.CurrentClassProfile.WeightSet.EvaluateItem which is AutoEquip2. So nothing I can really do about it without writting my own evalutation system which I will do at one point.
 
The botbase uses CharacterManager.CurrentClassProfile.WeightSet.EvaluateItem which is AutoEquip2. So nothing I can really do about it without writting my own evalutation system which I will do at one point.
I see. So essentially, it's HB that's not choosing the right items, and not your bot base? Good thing I posted here and in the support area. I already love this bot base. It seems to level so fast. I have no heirlooms or guild perks on this toon, so I leveled from 13 to 25 in just a few hours. It's moving right along and I haven't noticed it get stuck anywhere, really. Great job.
 
hey :)
one question.
when i buy now your packet does it including 1-90 when its released?
and horde of course...
 
hey :)
one question.
when i buy now your packet does it including 1-90 when its released?
and horde of course...

Hello,

1-90 will be included free of charge and not too long after the release.

The horde will be separate purchase though as questing is a massive bot.
 
ah.
so this is just for alliance?
and i must buy for horde twice?
damn...
then i will not buy this :(
 
ah.
so this is just for alliance?
and i must buy for horde twice?
damn...
then i will not buy this :(
I had the same idea. I like the price now, but I might level Horde as well in the near future so I'll just wait for a deal on the combo package 1-100 :)
 
The patch notes say that the 1-10 start area quests were changed. So once the servers are back up and HB is updated I will update the questbot ASAP in order to work with the new quest changes. ETA is probably within a day of HB release assuming the HB is stable enough to work with.
 
get a bug everytime when he wants to take a quest before a flight .^^
if i accept manualy it works.
 
Back
Top