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

Kick's Cenarion Expedition, Borean Tundra help

alexko9

Member
Joined
Feb 13, 2012
Messages
149
Reaction score
0
So I've been using the profile but there is a little problem, as this is most likely made for both horde and alliance, there is no vendor, as where you turn the quests in there isn't a vendor. So 1-2 hours I have to reset it manually by selling, but is there any way to fix this? Maybe some line of code to put in that will fly to one of the Alliance hot spots and turn it in?
 
He already has it set to sell grey, white and greens to the following:
<Vendors>
<Vendor Name="Chief Engineer Galpen Rolltie" Entry="26600" Type="Repair" X="4135.143" Y="5326.093" Z="28.80067" />
</Vendors>

It is set to go there when you only have 2 free bag slots
 
He already has it set to sell grey, white and greens to the following:
<Vendors>
<Vendor Name="Chief Engineer Galpen Rolltie" Entry="26600" Type="Repair" X="4135.143" Y="5326.093" Z="28.80067" />
</Vendors>

It is set to go there when you only have 2 free bag slots

Weird, all it does it stop looting at 2 free bag slots instead
 
Weird, all it does it stop looting at 2 free bag slots instead

yes, working as intended for the stop looting

as far as vendors go...

Code:
    <Mailboxes>
        <Mailbox X="4164.14" Y="5286.563" Z="26.36433" />
    </Mailboxes>
    <Vendors>
        <Vendor Name="Chief Engineer Galpen Rolltie" Entry="26600" Type="Repair" X="4135.143" Y="5326.093" Z="28.80067" />
    </Vendors>

these are the ally vendors as the profile says A on it

if you get me the horde mailbox and vendors from the 2 local horde camps i'll add the code there too and add a horde profile
 
Last edited:
yes, working as intended for the stop looting

as far as vendors go...

Code:
    <Mailboxes>
        <Mailbox X="4164.14" Y="5286.563" Z="26.36433" />
    </Mailboxes>
    <Vendors>
        <Vendor Name="Chief Engineer Galpen Rolltie" Entry="26600" Type="Repair" X="4135.143" Y="5326.093" Z="28.80067" />
    </Vendors>

these are the ally vendors as the profile says A on it

if you get me the horde mailbox and vendors from the 2 local horde camps i'll add the code there too and add a horde profile

Huh, started selling now for some reason after I restarted HB, weird
 
Back
Top