Synik
Active Member
- Joined
- Jan 30, 2010
- Messages
- 995
- Reaction score
- 42
I am making a profile for the Winterspring Frostsaber quests which you need to do to gain exalted.
All other quest givers are blocked in the profile and a single hotspot is use to merely navigate the bot to the quest giver on first load, in theory the questing should continue the rest and as such not need more hotspots.
Other things were added such as neutral vendor and mailbox a long with the usual stuff.
The problem I am having is that the bot reaches the hotspot near the quest giver and does nothing, below is the profile and also the adjustments I made to QuestSettings.XML to bypass level restrictions set as default. I also enabled low level quest tracking in game but it made no difference.
QuestSettings.xml
Profile
EDIT: Got a single error during one of many attempts to get it to work;
[14:49:43:753] Targeting_OnTargetListUpdateFinished error.
I must stress this happened only once and is probably unrelated.
All other quest givers are blocked in the profile and a single hotspot is use to merely navigate the bot to the quest giver on first load, in theory the questing should continue the rest and as such not need more hotspots.
Other things were added such as neutral vendor and mailbox a long with the usual stuff.
The problem I am having is that the bot reaches the hotspot near the quest giver and does nothing, below is the profile and also the adjustments I made to QuestSettings.XML to bypass level restrictions set as default. I also enabled low level quest tracking in game but it made no difference.
QuestSettings.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<QuestSettings>
<!--The minimum level of quests. This is relative to your character.-->
<MinQuestLevel>70</MinQuestLevel>
<!--The maximum level of quests. This is relative to your character.-->
<MaxQuestLevel>5</MaxQuestLevel>
</QuestSettings>
Profile
Code:
<HBProfile>
<Name>Winterspring Frostsaber by Synik</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MailWhite>False</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>
<SubProfile>
<Name>Winterspring Frostsaber by Synik</Name>
<MinLevel>70</MinLevel>
<MaxLevel>81</MaxLevel>
<TargetMinLevel>45</TargetMinLevel>
<TargetMaxLevel>81</TargetMaxLevel>
<Factions>16 82 778</Factions>
<TargetElites>True</TargetElites>
<Vendors>
<Vendor Name="Felnok Steelspring" Entry="10468" Type="Repair" X="6705.58" Y="-4692.066" Z="721.1988" />
</Vendors>
<Mailboxes>
<Mailbox X="6707.497" Y="-4667.114" Z="721.358" />
</Mailboxes>
<BlacklistedQuestgivers>
<BlacklistedQuestgiver Name="Bronn Fitzwrench" Entry="16416" />
<BlacklistedQuestgiver Name="Donova Snowden" Entry="9298" />
<BlacklistedQuestgiver Name="Elder Brightspear" Entry="15606" />
<BlacklistedQuestgiver Name="Elder Stonespire" Entry="15574" />
<BlacklistedQuestgiver Name="Felnok Steelspring" Entry="10468" />
<BlacklistedQuestgiver Name="Goblin Commoner" Entry="20102" />
<BlacklistedQuestgiver Name="Gregor Greystone" Entry="10431" />
<BlacklistedQuestgiver Name="Haleh" Entry="10929" />
<BlacklistedQuestgiver Name="Harlo Wigglesworth" Entry="11755" />
<BlacklistedQuestgiver Name="Jaron Stoneshaper" Entry="10301" />
<BlacklistedQuestgiver Name="Jessica Redpath" Entry="11629" />
<BlacklistedQuestgiver Name="Kilram" Entry="11192" />
<BlacklistedQuestgiver Name="Lilith the Lithe" Entry="11191" />
<BlacklistedQuestgiver Name="Lorax" Entry="10918" />
<BlacklistedQuestgiver Name="Malyfous Darkhammer" Entry="10637" />
<BlacklistedQuestgiver Name="Meggi Peppinrocker" Entry="11754" />
<BlacklistedQuestgiver Name="Ranshalla" Entry="10300" />
<BlacklistedQuestgiver Name="Remorseful Highborne" Entry="10684" />
<BlacklistedQuestgiver Name="Salfa" Entry="11556" />
<BlacklistedQuestgiver Name="Seril Scourgebane" Entry="11193" />
<BlacklistedQuestgiver Name="Storm Shadowhoof" Entry="10303" />
<BlacklistedQuestgiver Name="Umi Rumplesnicker" Entry="10305" />
<BlacklistedQuestgiver Name="Witch Doctor Mau'ari" Entry="10307" />
<BlacklistedQuestgiver Name="Wynd Nightchaser" Entry="11079" />
<BlacklistedQuestgiver Name="Elder Stonespire" Entry="15574" />
</BlacklistedQuestgivers>
<ForcedQuestList>
<Quest Id="4970" Name="Frostsaber Provisions" />
<Quest Id="5981" Name="Rampaging Giants" />
<Quest Id="5201" Name="Winterfall Intrusions" />
</ForcedQuestList>
<Hotspots>
<Hotspot X="8067.502" Y="-3857.324" Z="762.1485" />
</Hotspots>
</SubProfile>
</HBProfile>
EDIT: Got a single error during one of many attempts to get it to work;
[14:49:43:753] Targeting_OnTargetListUpdateFinished error.
I must stress this happened only once and is probably unrelated.
Last edited: