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

Quest problem with Kicks Ally Outland questing pack! (LOG attached)

justlikeme

New Member
Joined
Jan 25, 2012
Messages
84
Reaction score
0
Hello friends.

I have a problem when it comes to the Quest with Kicks outlands ally fly questing pack. When I start the bot, it does Quest and all that stuff, BUT when Im stop it and then run it again it clears all the Quests in its log.... why?

FYI, I changed the Checkpoint Level= to -1 level per zone. so the bot would start in nagrand, and dont go back to zangramash.
 

Attachments

Last edited:
Hello friends.

I have a problem when it comes to the Quest with Kicks outlands ally fly questing pack. When I start the bot, it does Quest and all that stuff, BUT when Im stop it and then run it again it clears all the Quests in its log.... why?

FYI, I changed the Checkpoint Level= to -1 level per zone. so the bot would start in nagrand, and dont go back to zangramash.
It does that because its programmed to do that. Kick's profiles have a custom behavior that empties your quest log when it determines you are ready to move to another area. If you meet the next checkpoint criteria before the script reaches the next checkpoint check but quit the bot before you finish the section, then the next time you start the bot the profile starts at the beginning, hops over the section you were doing before because you no longer meet that checkpoint which means it skips the turn in steps and when it starts the new area the first step executes the code to nuke your quest log. (yes that was a long ass run on sentence.)

I figured this out because it kept dumping my Grisly Trophy quest during Darkmoon Fair. If you knew enough to find and change a checkpoint then you probably can find each line and comment them out. Here's what it looks like.

Code:
<CustomBehavior File="RunMacro" Macro="/run for i=1,GetNumQuestLogEntries() do SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); end" />

If you have trouble, holler.

Edit: Make sure you save the edited profile in another location because if you later update from the SVN it will overwrite your work.
 
Last edited:
Back
Top