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

Check to see if mobs around before collecting

joejoe317

New Member
Joined
Jan 2, 2011
Messages
341
Reaction score
5
I am having issues with the quest in deepholm where u blow up the mushrooms,

i am using

CustomBehavior File="InteractWith" QuestId="26791" MobId="44049" NumOfTimes="1" CollectionDistance="10" ObjectType="npc" X="1372.24" Y="1686.835" Z="176.6615"

with tags of course.

but all it does is run through any mobs and aggros...

is there a way to have it check for mobs first, kill the mobs, and then collect the items if no mobs are around?

This is getting really annoying for these types of quests.

I couldnt find it any where on the forum, maybe others dont believe this is an issue?

sorry if its been answered, but im new at this.

should i make it walk to the object first and then tell it to use the custom behavior?

i.e. BasicMoveTo
 
Attach your profile, might help to figure out what's happening / what's wrong.
 
I am having issues with the quest in deepholm where u blow up the mushrooms,

i am using

CustomBehavior File="InteractWith" QuestId="26791" MobId="44049" NumOfTimes="1" CollectionDistance="10" ObjectType="npc" X="1372.24" Y="1686.835" Z="176.6615"

with tags of course.

but all it does is run through any mobs and aggros...

is there a way to have it check for mobs first, kill the mobs, and then collect the items if no mobs are around?

This is getting really annoying for these types of quests.

I couldnt find it any where on the forum, maybe others dont believe this is an issue?

sorry if its been answered, but im new at this.

should i make it walk to the object first and then tell it to use the custom behavior?

i.e. BasicMoveTo

whats your pull distance set to?

if that's not the issue

try:

PHP:
<RunTo QuestId="1234" X Y Z />

But, i've noticed this issue too... especially while mounted
 
i had a run to set, problem also is that if the object isnt there, it just sits there and waits for object to come... I have the profile posted in profile section.... Im working on a uldum one now..
 
Back
Top