Gnome (warlock) [A - Quest] Gnome 1-5 [Kick] ($Rev: 3525 $) had some issues...
FIRST:
Code:
<Quest Name="Pinned Down" Id="27670" >
<Objective Type="KillMob" MobId="46363" MobName="Crazed Leper Gnome" KillCount="6">
There are two mobids that work, the 46363 and 46391. Both are in the Avoid list. When I ran through this section (on a couple toons) he always looked strange running around the same 3 hotspots (less than 30 sec a loop I think), running by several of the "Crazed Leper Gnome" before stopping and attacking one.
View attachment 148990 at about [00:57:29.356 N] I think.
SECOND:
Code:
<CustomBehavior File="InteractWith" QuestId="27635" MobId="46185" X="-5175.427" Y="745.7177" Z="287.397" />
<!-- wrong mobid <CustomBehavior File="InteractWith" QuestId="27635" MobId="42185" X="-5175.427" Y="745.7177" Z="287.397" /> -->
The mobid for the decontamination quest is incorrect, looks like a single digit error. See log above at about [01:08:09.775], at aboout [01:14:42.174 D] I changed the mobid and restarted the bot and you can see it interact.
THIRD:
Code:
<PickUp QuestName="To the Surface" QuestId="27674" GiverName="Technician Braggle" GiverId="46255" />
<If Condition="HasQuest(27674) && ( Me.Z < 320 )">
<CustomBehavior File="InteractWith" MobId="46293" InteractByGossipOptions="1" WaitTime="4000"
X="-5180.833" Y="686.3102" Z="287.7943" />
</If>
<TurnIn QuestName="To the Surface" QuestId="27674" TurnInName="Nevin Twistwrench" TurnInId="42396" />
This quest is picked up just before the elevator and the "InteractWith" is supposed to teleport you to the turnin mob. When I got the quest the first time: waited for elevator, got on elevator, got off, got back on, rode up, walked to mouth of cave, turned back, walked to elevator, waited for elevator, got on, rode down, didn't move, rode up, got off, now standing next to elevator...
I abandoned the quest, restarted the profile and after riding the elevator up and down for two cycles it finally found the mob to talk to.
I abandoned again and restarted the bot, it did the same as the first and just stood at the top of the elevator.
(I can't find anything in the profile that would be telling it to play with the elevator at all!)
View attachment 148988
I will run out the rest of the gnome 1-5 tomorrow.