verythaiguy
New Member
- Joined
- Jan 15, 2010
- Messages
- 119
- Reaction score
- 7
Updated.. tahnks jaxxon 

1-16 has gone smooth as anything.
Only gripe would be one of the pool quests, erm i believe its "the forgotten pools" has a "go to hotspot"
a few times i'd shut the bot down for a bit to afk, restart it and even a few quests on because it hadn't handed them in yet, it would always walk to that hotspot first, then continue.
We used to use runTo's to do the medallion quest and it was having this same problem. What I did was add a <Quest> tag at the bottom of the profile and made them all hotspots and in the <CollectItem> I added the medallion we needed which was at the end of the list of hotspots... so perhaps you can add one hotspot and a dummy collectitem to get the guy to run there?
There is still a problem, the bot search the quest items in the wrong area...
<!-- Nom Says you need level 23, GRIND TO 23 -->
<SetGrindArea>
<GrindArea>
<TargetMinLevel>10</TargetMinLevel>
<TargetMaxLevel>24</TargetMaxLevel>
<Factions>47,22,16</Factions>
<Hotspots>
<Hotspot X="770.6385" Y="219.2199" Z="27.01375" />
<Hotspot X="867.4981" Y="234.5773" Z="24.15274" />
<Hotspot X="938.3834" Y="304.2566" Z="22.37292" />
<Hotspot X="1000.679" Y="219.2718" Z="20.57785" />
<Hotspot X="1148.934" Y="302.7227" Z="17.01515" />
<Hotspot X="1258.84" Y="287.6154" Z="18.93426" />
<Hotspot X="1376.385" Y="270.9784" Z="13.67285" />
<Hotspot X="1304.323" Y="343.4381" Z="33.73716" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Level="23" /> -->