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

Profile writing, alliance/horde repair help.

gnujimmy

New Member
Joined
Jul 6, 2011
Messages
96
Reaction score
0
If i'm making a profile with both alliance repair and horde repair will it as horde go to horde's automatically and alliance go to alliance automatically? :)
 
nope you need to add diff vendors or a neutral vendor
 
well technically you can, just announce it at the beginning of the profile in a questing profile - while being inside of the <QuestOrder> tag

PHP:
			<If Condition="Me.IsHorde" >
				<SetVendor><Vendors>
					<Vendor Name="Zlagk" Entry="3882" Type="Food" X="-560.1253" Y="-4217.204" Z="41.59082"/> <!-- XX Location -->
				</Vendors></SetVendor>
				<SetMailbox><Mailboxes>
					<Mailbox X="-816.5651" Y="-4926.866" Z="19.88713"/> <!-- XX Location -->
				</Mailboxes></SetMailbox>
			</If>


			<If Condition="Me.IsAlliance" >
				<SetVendor><Vendors>
					<Vendor Name="" Entry="" Type="Repair" X Y Z /> <!-- XX Location -->
				</Vendors></SetVendor>
				<SetMailbox><Mailboxes>
					<Mailbox X Y Z /> <!-- XX Location -->
				</Mailboxes></SetMailbox>
			</If>

Just fill out the mailbox and vendor part and you're done... but it won't work for PB, GB2, or Grinding bot profiles. Only Quest bot profiles (which you can still grind in)
 
Last edited:
Probably he is talking about a grinding profile
 
Yes i'm talking about a grinding profile :) But thank you both for your answers !
 
Back
Top