What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Bot does not interact with this specific quest item..

Status
Not open for further replies.

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):
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.
 

Attachments

Thanks, I will try that when the servers come back online.

I got it from the HB Developer Tool. Have not had an issue with this before :-/
That's pretty interesting, not had a problem like that before either, hopefully it's just a one off!
 
Success! It is working.

Just noticed that there is two IDs... One for Fel Cone (Trap) and one for Fel Cone (Chest)...

Thanks Maffyx.

Case Closed.
 
Success! It is working.

Just noticed that there is two IDs... One for Fel Cone (Trap) and one for Fel Cone (Chest)...

Thanks Maffyx.

Case Closed.
Awesome, that makes sense! Glad it's working!
 
Status
Not open for further replies.
Back
Top