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

Profile Making - Force Vendor ? Goto NPC / Train ?

ladygamer

Member
Joined
Oct 15, 2010
Messages
175
Reaction score
1
Hiya

I'm new to profile making so slowly picking it up. :)

Is there a command to force to go to a specific NPC to either train/vendor ? (can use addons) but i basically just need it to go to X npc and do a command =)

any help would be great. thanks!

Also is there a way to specify to only do a quest if a person is X Class? I know u can do it by lvl, trying to do it if you can do it via classes also :)

thanks again

-lg
 
anybody know at all? or is it not possible without making a plugin?

I want it to basically go to stormwind and train some professions for me in a profile if it's possible to make it :)

thanks
 
Atm there isn't a Class specific tag you can use for questing. As for the repair NPC thing, here's an example
Code:
<Vendors>
<Vendor Name="Librarian Whitley" Entry="27139" Type="Repair" X="3646.29" Y="5888.981" Z="140.1047" />

<Vendor Name="Apprentice Fraser" Entry="27137" Type="Food" X="3639.235" Y="5883.9" Z="140.1047" />
</Vendors>

Entry is the NPC ID. (find this by searching the vendors name at Wowhead.com. For example, if i were to search "Librarian Whitley" i'd get
Code:
[http://www.wowhead.com/npc=[B][I][U]27139[/U][/I][/B]
as the URL.)
 
Last edited:
Oh and you need a plugin to train professions.
 
ic, alright ty :)

guess i'll have to learn to make plugins lol :)
 
Back
Top