misiekxpxp
New Member
- Joined
- Jan 19, 2011
- Messages
- 30
- Reaction score
- 0
I would like to modificate my farming profile so that it would use mail boxes in aliance city if my toon is alliance, and IF my character is horde it will use a mailbox in horde town. I tried doing it this way:
but it doesnt work (its as if no mailbox were ever listed). Can anyone tell me a proper way to do what i tried doing here ? ;p
<If Condition="Me.IsAlliance">
<Mailboxes>
/* Nagrand Telaar*/
<Mailbox X="-2669.003" Y="7285.876" Z="35.45018" />
</Mailboxes>
<Vendors>
/* Nagrand Telaar*/
<Vendor Name="Sparik" Entry="19012" Type="Repair" X="-2536.114" Y="7354.487" Z="7.733292" />
</Vendors>
</If>
<If Condition="Me.IsHorde">
<Mailboxes>
<Mailbox X="-1267.71" Y="7175.016" Z="57.30987" />
</Mailboxes>
<Vendors>
<Vendor Name="Osrok the Immovable" Entry="19011" Type="Repair" X="-1332.878" Y="7197.079" Z="34.19059" />
</Vendors>
</If>
but it doesnt work (its as if no mailbox were ever listed). Can anyone tell me a proper way to do what i tried doing here ? ;p