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

Profile Support - Very strange questing routines around level 20.

GDog

New Member
Joined
Jun 13, 2013
Messages
20
Reaction score
0
Hi there, I'm using auto-loader so I'm assuming this is with kick's alliance profile.

Nelf Druid at level 20 - was refusing to do the Foreman quest with the giant, instead it was just solo killing all the elites rather than trapping them and finishing the quest.

Also, after having completed that quest myself and properly restarted the bot, he just turned in all the Lakeshire quests and then WALKED in cat form to Stormwind. I have no idea why this is happening.

And when I was using the "mail" option, which I'm not doing now, instead of following the setup it was just going to the mail box whenever it got a green item (at level 15). This is inspite of the fact I told it to sell Greens and mail Blues/Purples.

Any suggestions / Do you need further information?

P.S - I'm really confused as to why the bot thought it necessary to walk to Stormwind instead of taking the flightpath.
 
This is kicks thread where this subject goes https://www.thebuddyforum.com/honor...s/131188-kicks-1-100-mega-profile-pack-4.html
I had the same issue and I changed one line. Last time I used it it worked.
Old code is:
HTML:
<While Condition="HasQuest(26520) &amp;&amp; !IsQuestCompleted(26520)">
				<!-- Aura 82558: Canyon Ettin Spawn Spell -->
				<CustomBehavior File="InteractWith" MobId="43094" MobState="Alive"
                                ProactiveCombatStrategy="ClearMobsTargetingUs" InteractByUsingItemId="58895"
                                TerminateWhen="Me.HasAura(82558)" >
					<HuntingGrounds>
						<Hotspot X="-9002.048" Y="-2133.902" Z="143.1395" />
						<Hotspot X="-9274.12" Y="-2288.6" Z="68.15446" />
					</HuntingGrounds>
				</CustomBehavior>
				<CustomBehavior File="InteractWith" QuestId="26520" MobId="43196"
                                ProactiveCombatStrategy="ClearMobsTargetingUs" InteractByUsingItemId="58895"
                                Range="15" WaitTime="40000" NonCompeteDistance="0"
                                TerminateWhen="!Me.HasAura(82558)"
                                X="-9274.12" Y="-2288.6" Z="68.15446" />
			</While>
My Code:
HTML:
<While Condition="HasQuest(26520) &amp;&amp; !IsQuestCompleted(26520)">
				<!-- Aura 82558: Canyon Ettin Spawn Spell -->
				<CustomBehavior File="InteractWith" MobId="43094" MobState="Alive" CollectionDistance="1000" 
					ProactiveCombatStrategy="ClearMobsTargetingUs" InteractByUsingItemId="58895"
                                	MobHpPercentLeft="70" Range="5" NonCompeteDistance="5" NumOfTimes="100" TerminateWhen="Me.HasAura(82558)" >
					<HuntingGrounds>
						<Hotspot X="-9002.048" Y="-2133.902" Z="143.1395" />
						<Hotspot X="-9274.12" Y="-2288.6" Z="68.15446" />
					</HuntingGrounds>
				</CustomBehavior>
				<CustomBehavior File="InteractWith" QuestId="26520" MobId="43196"
                                ProactiveCombatStrategy="ClearMobsTargetingUs" InteractByUsingItemId="58895"
                                Range="15" WaitTime="40000" NonCompeteDistance="0"
                                TerminateWhen="!Me.HasAura(82558)"
                                X="-9274.12" Y="-2288.6" Z="68.15446" />
			</While>

It's not pretty but it DID work about 2 months ago.
 
Last edited:
Hi, thanks very much for your help. Can I just ask what problem that is helping with? Just because I listed a couple and I'm not sure which one that fixes.
 
"Nelf Druid at level 20 - was refusing to do the Foreman quest with the giant, instead it was just solo killing all the elites rather than trapping them and finishing the quest."

This fixes killing the elite to using the orb on the elite. Only Kick can change their profile.
 
Back
Top