Cicrocoft
New Member
- Joined
- Aug 15, 2010
- Messages
- 468
Hello,
I cannot get the bot to interact with Fel Cone for the quest "Seek Redemption". It approaches the object but does not try to loot it.
Here is a piece of the log (also added the full log):
The quest profile code should be okay, but just so you can see:
I have tried various versions of the interact code, buy it all results in the same.
I cannot get the bot to interact with Fel Cone for the quest "Seek Redemption". It approaches the object but does not try to loot it.
Here is a piece of the log (also added the full log):
Code:
[InteractWith-c64c78(debug)] Interacting with 'Fel Cone'
Interacting with Fel Cone (GameObject Id: 208046)
[InteractWith-c64c78(debug)] Interact with 'Fel Cone' succeeded.
Blacklisting D529 for 00:03:00 [Type: Interact] - Reason: No reason specified. Caller: at Styx.CommonBot.Blacklist.Add(WoWGuid guid, BlacklistFlags flags, TimeSpan duration, String reason)
The quest profile code should be okay, but just so you can see:
Code:
<CustomBehavior File="InteractWith" QuestId="489" NumOfTimes="50" CollectionDistance="500" >
<PursuitList>
<PursueGameObject Id="208046" PursueWhen="!IsObjectiveComplete(1,489)" />
</PursuitList>
<HuntingGrounds>
<Hotspot X="9914.033" Y="268.9344" Z="1324.815" />
<Hotspot X="9995.771" Y="528.7482" Z="1311.604" />
<Hotspot X="9700.277" Y="913.1303" Z="1292.262" />
<Hotspot X="9602.805" Y="1021.79" Z="1270.738" />
<Hotspot X="9699.459" Y="1165.099" Z="1272.698" />
</HuntingGrounds>
</CustomBehavior>
I have tried various versions of the interact code, buy it all results in the same.