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

Is there a way to sell only grey/white items and mail ALL other items to alt?

C83

New Member
Joined
May 27, 2012
Messages
12
Reaction score
0
Bot sells things I'd like to keep for other characters and I'd like to only sell grey and white items, mailing all other items to an alt so that I can manually look through to determine what I want to keep or sell.
 
Yes you can but its build into the script.

If you go to the script itself, right click it and choose open with notepad and find the line that says: All you have to do is decide to change them to "True" instead of false!

<MailGrey>False</MailGrey>
<MailWhite>False</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
 
What will the bot do with soulbound items? Will it vendor or clog bags?
 
soulbound items are not mailed, bags are usually equipped
 
Yes you can but its build into the script.

If you go to the script itself, right click it and choose open with notepad and find the line that says: All you have to do is decide to change them to "True" instead of false!

<MailGrey>False</MailGrey>
<MailWhite>False</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>

What I was trying to say in my previous post is that if I make the above changes, how will the bot react to a souldbound Green item that no longer is equiped? He can't mail it and is being told to not sell green items. Is there another check someone that he can make to base the mail/sell decision on whether the item is soulbound or not?

Thanks.
 
What I was trying to say in my previous post is that if I make the above changes, how will the bot react to a souldbound Green item that no longer is equiped? He can't mail it and is being told to not sell green items. Is there another check someone that he can make to base the mail/sell decision on whether the item is soulbound or not?

Thanks.

I'm not too sure... I've never actually changed those options because i wanted too i just figured that was the logical idea. I think the bot would choose to not mail it if it was soulbound.

If not, there may be a plugin for the options your looking for.
 
Back
Top