Intro So i felt the need for such a profile for relogger-purposes and couldn't find any. Why not write it myself? It's a very simple concept, it checks your current level and zone and decides which of kicks profiles is currently appropriate. Next to that it does what the 1-12 Auto-loader does for race specific stuff on low levels. The popup usually given is included as it seemed nice for newbies, it is ignored on any other level than level 1 though. My source used is the 1-12 Auto-loader included in Kicks profiles, i merely extended it. If this reaches any of the Kicks-profiles devs, feel free to include this. It is basically an advanced form of suggestion, i wouldn't call this work and thereby won't request any form of recognition How to install/use it Paste the files from the attachments into: Honorbuddy\Kicks Profiles\Questing Profile Pack (or a similar installation structure). Run the AutoLoader in the bot. (or make your relogger do so) See it quest as it should. Happy questing!
confused as to what this actually does....? Doesn't Kicks profiles automatically switch when we've reached a higher level? Is that what this does or...?
If left running, this profile won't be of any use at all. It's specifically for when the bot is being restarted. For example, you are now level 68 and in northrend. The relogger would normally reload profile 1-12 and end up going to BC to finish quests there. This profile would make the same toon go northrend. All this profile does is select the current most-useful questing profile on start-up. It does not change any functionality to the questing pack when running at all. I would have liked to make it re-check stuff on every level-up but i would have needed to write a plugin for that, which didn't seem to be worth it.
[Ref: "[H - Quest] Auto-Loader [Kick] ($Rev: 2966 $)" @line 57] [17:59:13.985 N] [LoadProfile-v1085(fatal)] Profile 'C:\Users\***\Documents\Honorbuddy\Default Profiles\Kick's Profiles\1-90 Questing Profile Pack\[H - Quest] 1-12 [Kick]\[H - Quest] Undead 1-5 [Kick].xml' does not exist. Download or unpack problem with profile? [17:59:13.986 Q] Bot stopping! Reason: Fatal error in quest behavior, or profile. Kick's Profiles\1-90 Questing Profile Pack\Classic\[H - Quest] 1-58 [Kick]\[H - Quest] 1-12 [Kick]\
Hello, TE! This helped me alot as the regular Kick Profiles left my char stuck at level 63 Keep up the good work Greetz Aspire
Yeah little bit, nice to see an old face on new stuff! This is probably related to copying the file into the wrong location, thus referring to a file that doesn't excist
I've also had problems where my toon was lvl 84 questing in Uldum and when the bot got restarted it would load the Deepholm profile and travel all the way to Deepholm and get stuck there. This could have been avoided if it would have loaded to correct profile.
why one for alliance and for horde? just ad the condition if horde/alliance here are some basic conditions Honorbuddy Profile Tag Attribute: Condition - Buddy Wiki
<If Condition="Me.Level < 58"> <CustomBehavior File="LoadProfile" ProfileName="Classic\[H - Quest] 1-58 [Kick]\[H - Quest] 12-58 K-EK [Kick]" RememberProfile="True" /> In your profile change the red lines!
Thank you will be "testing" this out this weekend as i go out of town. Got HBRelog set to good intervals hoping to come back to a decently leveld druid after 2 days vacay! will post if there's any notable results!
ye for me it worked like this i load the 12-58 and it just works out what level i was and went there =/
Did a complete revamp on how the profile handling works for Cata/MoP as well as i made the profile neutral thus usable by both factions without requiring a different version. Profile now considers the users current zone when picking a profile Profile now considers the units level into more detail when picking a zone Profile is now faction independent These changes will prevent a lot of backtracking mostly in Cataclysm zones (loading Hyjal while in Uldum or Deepholm etc). This possibly fixes a few stucks as well (the Deepholm roof). Also, it'll improve start-up performance greatly as it compiles far less sub-zones until it finds the correct level of progress. Keep in mind, this only changes handling for level 80-90. For the other levels the profile just isn't faction dependent anymore Credits for the Horde/Alliance in one profile option, this boolean made it a lot easier than i expected I silently hope you might reconsider that conclusion after this update Sorry for the extreme delay, i planned to do this a couple of months ago but just haven't gotten to it. Better late than never eh?