Crotaphytus112
New Member
- Joined
- Jan 15, 2010
- Messages
- 81
- Reaction score
- 0
Issues so far:
TargetMinLevel does not work for some profiles. The profiles looks like:
It need to look like this:
The TargetMinLevel needs to be inside the <GrindArea> and </GrindArea>-tags, which seems to be missing. No big issue other than the bot waste time killing low level trash mobs.
Second issue: The bot have a problem selling to Harggan in Hinterlands (it is a bot convention at the vendor - at least two other bots stuck there on my server).
Change:
To:
But aside from these issues my bot run wonderfully. Currently lvl 42
TargetMinLevel does not work for some profiles. The profiles looks like:
- <SubProfile>
<Name>Coldridge Valley</Name>
<MinLevel>1</MinLevel>
<MaxLevel>4</MaxLevel>
<Factions>32 36 189</Factions>
- <Vendors>
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6104.651" Y="391.6877" Z="395.5427" />
<Vendor Name="Adlin Pridedrift" Entry="829" X="-6226.09" Y="325.0958" Z="383.1523" />
</Vendors>
- <Hotspots>
<Hotspot X="-6374.996" Y="268.6868" Z="385.8251" />
<Hotspot X="-6283.456" Y="395.3112" Z="381.4657" />
<Hotspot X="-6276.301" Y="516.603" Z="387.4124" />
<Hotspot X="-6431.353" Y="386.172" Z="390.0995" />
</Hotspots>
</SubProfile>
It need to look like this:
<SubProfile>
<Name>Coldridge Valley</Name>
<MinLevel>1</MinLevel>
<MaxLevel>3</MaxLevel>
<GrindArea>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>3</TargetMaxLevel>
<Factions>32 36</Factions>
<Hotspots>
<Hotspot x="-6374.996" y="268.6868" z="385.8251" />
<Hotspot x="-6283.456" y="395.3112" z="381.4657" />
<Hotspot x="-6276.301" y="516.603" z="387.4124" />
<Hotspot x="-6431.353" y="386.172" z="390.0995" />
</Hotspots>
</GrindArea>
<Vendors>
<Vendor id="945" name="Rybrad Coldbank" type="Repair" x="-6104.651" y="391.6877" z="395.5427" />
<Vendor id="829" name="Adlin Pridedrift" type="Unknown" x="-6226.09" y="325.0958" z="383.1523" />
</Vendors>
</SubProfile>
The TargetMinLevel needs to be inside the <GrindArea> and </GrindArea>-tags, which seems to be missing. No big issue other than the bot waste time killing low level trash mobs.
Second issue: The bot have a problem selling to Harggan in Hinterlands (it is a bot convention at the vendor - at least two other bots stuck there on my server).
Change:
<Vendor Name="Harggan" Entry="167" Type="Repair" X="335.4943" Y="-2092.074" Z="131.5641" />
To:
(remember to do this in all subprofiles using this vendor!)<Vendor Name="Harggan" Entry="8161" Type="Repair" X="333.7049" Y="-2091.509" Z="131.5646" />
But aside from these issues my bot run wonderfully. Currently lvl 42
