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!

[Request] Simple NPC interact profile

sikair27

Member
Joined
Feb 28, 2010
Messages
182
Hey everyone,

I suck at coding so was hoping someone could throw together a simple profile to interact with an npc and simply run back if killed and speak to them again.

I would be using it for speaking with the Moonglade NPC to buy the formal dangui.

I have a macro spam setup to buy it when it appears, just need a run back/res/interract profile.

Formal Dangui - WoWWiki - Your guide to the World of Warcraft

Thanks in advance!
 
<CustomBehavior File="InteractWith" MobId="" GossipOptions="1" NumOfTimes="1" WaitTime="1000" CollectionDistance="1000"

attach the x y z /> at the end of that behavior. that's all you need

stick that in a <while condition="true" > </while>
 
<CustomBehavior File="InteractWith" MobId="" GossipOptions="1" NumOfTimes="1" WaitTime="1000" CollectionDistance="1000"

attach the x y z /> at the end of that behavior. that's all you need

stick that in a <while condition="true" > </while>

Thanks Kick, + rep as per usual ;)
 
Back
Top