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!

[FREE] @< ProfitMaster > Farming BotBase - For Alisha's ProfitMaster Profiles

possible serious guide on how to use in Spanish?
No, there is no necessity for this, also English guide is quite easy and straight forward, so even with basic English knowledge it should not be a problem.
 
New release version @3.5.1.305 pushed! :cool:

Change log:
  • Fix: Tank specs determination

Current state: awaiting approval via HB Core Team :o



p.s. Thanks to Twentycents for helping in testing!
 
Last edited:
Hello.. i buy this profile for my honnorbuddy and its not showing up when i wanne load a profile( from buddy store proflile loder ) how can this be and what i need to do to fix this gr Groengeld
 
Hello.. i buy this profile for my honnorbuddy and its not showing up when i wanne load a profile( from buddy store proflile loder ) how can this be and what i need to do to fix this gr Groengeld
In each ProfilePack you buy in First post on Support Thread, on First post of This thread and also in Description of Product - there is info HowTo, you no need to load it as usual profile, instead - enable ProfitMaster Profile Loader (this product which you can obtain for free) and choose profile in it's GUI.

https://www.thebuddyforum.com/thebu...tmaster-profiles-post2002265.html#post2002265
 
Coming next version: Profile Filter

Option to filter available profiles by provided text, for more fast and easy profile choose.

ProfitMaster-Filter.png
 
I am trying to figure how to run this with HBrelog and I have a few questions:
1. Do I need to make a HBrelog profile for every mob I want to kill (Vengeance, Dethalon, Terrorfist, Doomroller?
2. How the profile tags (PM@Tanaan_4Rares_Vengeance, PM@Tanaan_4Rares_Terrorfist, PM@Tanaan_4Rares_Deathtalon, PM@Tanaan_4Rares_Doomroller) are being called? I must create a logon+wait task for every tag? If so how much time should I enter in the wait task?

For me it is looking very botish for every mob I want to kill to relog every time for each character.
 
Hey with some tweaking i finally got HBRelog to work for me for all accounts and all chars.

I have it cycled like this

HB Profile1: Goldboss Engine all toons -> Do ProfitMaster Profile 1st toon -> Goldboss Engine all toons -> Do ProfitMaster Profile 2nd toon -> .... -> Do ProfitMaster Profile last toon -> Load Profile2 Stop Profile1
HB Profile2: Goldboss Engine -> Perform endless (Grind) / wait 1-2 Hours -> Goldboss -> ....

That seems the right way to do it. Everytime a task is finished. HBRelog correctly skipping the wait process for the next task.

I only got 1 Problem: the argument "PM@Disable" disables PM somtimes correctly. But if i give HBRelog an argument (Like "PM@Tanaan_4Rares_Doomroller") and change the botbase to Grind Bot. It just simply wont load ProfitMaster. The small bar ingame wont appear until I manually reenable PM in Honorbuddy Plugins menu. After that it will also load profiles depending on the argument i used in HBRelog, until I use "PM@Disable" again. Then the problem starts again.
And sometimes It is even the other way around. PM wont disable even with "PM@Disable" as Argument on Honorbuddy start. Therefore i cant run Goldboss every time correctly.
HBRelog correctly restarts WOW and Honorbuddy so I wouldn't see why the Problem is there.

That is what my HBRelog Profile looks like:
Code:
      <Tasks>
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char2" Server="" BotBase="GoldBoss Engine" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@DISABLE" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char1" Server="" BotBase="Grind Bot" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@Tanaan_4Rares_Vengeance" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char1" Server="" BotBase="Grind Bot" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@Tanaan_4Rares_Terrorfist" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char1" Server="" BotBase="Grind Bot" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@Tanaan_4Rares_Deathtalon" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char1" Server="" BotBase="Grind Bot" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@Tanaan_4Rares_Doomroller" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char1" Server="" BotBase="GoldBoss Engine" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@DISABLE" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char2" Server="" BotBase="GoldBoss Engine" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@DISABLE" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char2" Server="" BotBase="Grind Bot" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@Tanaan_4Rares_Vengeance" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char2" Server="" BotBase="Grind Bot" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@Tanaan_4Rares_Terrorfist" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char2" Server="" BotBase="Grind Bot" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@Tanaan_4Rares_Deathtalon" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <LogonTask CharacterName="Char2" Server="" BotBase="Grind Bot" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="PM@Tanaan_4Rares_Doomroller" />
        <WaitTask Minutes="60" RandomMinutes="0" />
        <StartProfileTask ProfileName="Tanaan_GR" />
        <StopProfileTask ProfileName="4_Rares" />
      </Tasks>
Char1 / Char2 obv. changed fromt he real names.
It drives me rly nuts :/

PS: Also what i realised. When i disable PM in Plugin Menu to be able to run Goldboss, It will still show up the ingame bar until I have fully restarted Honorbuddy.
 
Last edited:
New release version "3.5.1.318 pushed! :cool:

Change log:
  • *NEW* Filtering option in GUI, display of total available Profiles
  • Fix: Tank specs determination

Current state: approved and now Live! :cool:

ProfitMaster-Filter.png
 
Coming next release version :cool:

Change log:
  • *NEW* Pull More Mobs Helper [PMMH]
  • *NEW* [PMMH]: Pull More Mobs
  • *NEW* [PMMH]: Use Profile Settings for Pull More Mobs
  • *NEW* [PMMH]: Max Count to Pull
  • *NEW* [PMMH]: Max Distance to Pull
  • *NEW* [PMMH]: Min Toon HP % To Pull Next
  • *NEW* Items Stacker: Open containers, stack items parts

attachment.php


Pull more options used for Profiles, which implement farming mobs
 

Attachments

  • ProfitMaster-PullMore.png
    ProfitMaster-PullMore.png
    16.1 KB · Views: 37,415
trying to load fishing profile with profitmaster but 0 presets found
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    45.8 KB · Views: 203
Last edited:
trying to load fishing profile with profitmaster but 0 presets found
Check that you have Stream on for profiles you bought in My Purchases

UPD: Found problem, hotfix will be pushed in few minutes!
 
Last edited:
New release version @3.5.1.323 pushed! :cool:

Change log:
  • HotFix: Profiles loading

Current state: awaiting approval via HB Core Team :o

I am very apologizes for this this happen mates!
 
Thank you for all the hard work, Alisha! I hope to test this out when the new version is approved.
 
yea, me to - requested hotfix approval from Core Devs - waiting, to response s far :( Hope will be soon! :o

Sorry again mates! >.<
 
Back
Top