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

Little help

sgurgugnao

New Member
Joined
Dec 17, 2013
Messages
2
Reaction score
0
Hi all,
first of all thank you guys for the great job you are doing here.
I have a little problem that I'm not able to manage by my self.
I use HB in questing mode with Kick's profile.
I use Singular rutine.
Actually the bot is selling all green stuffs, but I wanna save and send them by mail.
One of you would be so kind to tell me how to do that.
Thank you very much.

Sgurgu
 
Code:
<!-- NB: Honorbuddy sells before mailing -->    <SellGrey>True</SellGrey>
    <SellWhite>True</SellWhite>
    <SellGreen>True</SellGreen>
    <SellBlue>False</SellBlue>
    <SellPurple>False</SellPurple>


    <MailGrey>False</MailGrey>
    <MailWhite>True</MailWhite>
    <MailGreen>True</MailGreen>
    <MailBlue>True</MailBlue>
    <MailPurple>True</MailPurple>
You have to change sell to false and mail to true for green for each profile. In your honorbuddy settings you must change the mail recipient.
 
Hi Florida,
thank you for you answer.
Can you tell me in which folder/file I can find that piece of code.
I had a look at some .xlm file in Setting folder, with no results.
Thanks again :)
S
 
Hi Florida,
thank you for you answer.
Can you tell me in which folder/file I can find that piece of code.
I had a look at some .xlm file in Setting folder, with no results.
Thanks again :)
S

They are at the profile file that you are loading, if you are using Kicks 1 - 58 for example, edit them. Use Notepad++ to edit them and you should have better results visualizing the tags.
 
Back
Top