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

protected items question

turueno

Member
Joined
Jan 15, 2010
Messages
160
Reaction score
1
I have a question about protected items, the tag is for non sale those items, but also protect from mailing them? ex: i have protected borean leather but when im full and go to vendor/ mail my toon didnt send by mail , i have the item id also in /forcemail list what im doing wrong? i need to quit from protect list? its my first time doing a profile so be gentle people.

thxs a lot
 
the protected list protects from selling not from mailing
 
so in the forcemail list i need to put all items to be mailing ? you chan choose to sned all green or white items ? but if i send all white items how i protect from send my food or my water ?
 
food and drink is always protected :)
 
ok but in green`s case sometime sell some greens and sometime send some greens but not all and keep 5 or 6 thats normal ? why the profile send some keep some and sell some ? there are any differences between any kind of greens ?
 
Last edited:
Yeah how do you make it so honorbuddy sends all white and above items? i have it to send items to my paladin and i have recieved one mail yet... my warrior just keeps selling to the vendor...? any idea... thanks!
 
Yeah how do you make it so honorbuddy sends all white and above items? i have it to send items to my paladin and i have recieved one mail yet... my warrior just keeps selling to the vendor...? any idea... thanks!

well in your bot profile, try putting
Code:
<SellGrey>True</SellGrey> 
  <SellWhite>False</SellWhite> 
  <SellGreen>False</SellGreen> 
  <SellBlue>False</SellBlue> 
  <SellPurple>False</SellPurple>
  <MailWhite>True</MailWhite>
  <MailGreen>True</MailGreen>
  <MailBlue>True</MailBlue>
  <MailPurple>True</MailPurple>
between <HBProfile> </HBProfile>
it should work :)
 
Back
Top