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!

Toon won't mail after selling gray/white crap on NPC

Dalees

New Member
Joined
Feb 17, 2010
Messages
566
Hey guys I searched the forum but I didn't finde any thread that could help me out, so, I opend this thread^^

The prob is that if the bags of my toon are full it runs to the next vendor and sells all white/gray stuff - so far so good.

But than it dosn't go to the mailbox thats only some yrds away to send the other stuff like blues/greens/cloth and so on. It don't even try to go to the mailbox, it ignores it o.O

All addons are disabled and mail recipient is setted up. No special characters in the name of mail recipient and also I'm using the english WoW-version.


The funny thing is that thers a entry in logs "[12:36:43 PM:125] Only 20 bag slots free. Going to mail." but it runs straight way to the next mob...

Using Alliance Outland 58-71 by Hawker.
 

Attachments

on which part of the profile are ya?
have you set a mail recipient?
 
On this part (2)
PHP:
  <Name>Lagoon 61-64</Name>
    <Mesh Name="Alliance Outlands.mesh" ServerID="33" />
    <MinLevel>61</MinLevel>
    <MaxLevel>64</MaxLevel>
    <Factions>7 14</Factions>
    <Vendors>
      <Vendor Name="Fedryen Swiftspear" Entry="17904" Type="Repair" X="-198.9696" Y="5490.686" Z="21.84628"/>
    </Vendors>
 Mailboxes>
      <Mailbox X="-197.3626" Y="5505.807" Z="22.53568" />
    </Mailboxes>

Yes I have set a mail recipient.
 
Try replacing the top few lines of code on the .xml file with these:
<Name>Alliance Outlands</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<MinLevel>58</MinLevel>
<MaxLevel>71</MaxLevel>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MailWhite>False</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

Theoretically, this should fix it =)
What we are adding is mail(color) to be enabled. That's what I think I did at least...
 
I did as you said tednet but still having the same issue. My toon sells white/gray but won't mail anything @_@
 

Attachments

Back
Top