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!

[Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

Is this profile of mount farming still available? If so how much or is it free? If not, how much would it cost for it to be updated and given again?
Yes, you just click big blue ZIP or SVN links on the front page to download it.
 
Hi there, i need some help with the instancetimer.

Im trying to run say stonecore back to back 10 times, then use my relogger and do the same on all my other character, instead of waiting 4-5 minutes everytime i finish the run on just 1 char.

I tried changing "<CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="65000" />" to 1 minute or whatever the number
But the profile seems to autoupdate and just reset back to 6minutes.

Can anyone help me here on how to remove the timer, or just explain how i can make this plan work ?

Help much appreciated <3
So the behavior is ignoring the value you're putting in?
You could hard-code your own timer, or even better - have the profile count how many dungeons you've ran and have it stop/terminate when you've ran exactly 10 dungeons.



To have it stop/terminate at 10 runs:

At the beginning of the profile run this code, preferably right under <QuestOrder>:
PHP:
<CustomBehavior File="RunCode" Code="int dungeonCount = 0;" Type="Definition" />


Now, for your <While/> loop that's looping the dungeon run, you'd do:
PHP:
<While Condition="dungeonCount &lt;= 10" >


At the end of each run, you'd run this code:
PHP:
<CustomBehavior File="RunCode" Code="dungeonCount ++;" />


What's happening is dungeonCount is being set as 0.
Everytime you run the dungeon, the 0 is being increased by 1.
The While loop will only loop for as long as dungeonCount is less than or equal to 10, meaning if it equals 11 - the loop will stop.​
 
Hi EchoTiger,

I was looking through your Botanica-AM profile. It makes me pretty good gold, around 850gph plus selling netherweave and transmogs on ah, which makes it around 1kgph. If I wanted to use the lua interface that creates the AM manager on screen for another profile, could I copy all the bits of pieces of code for the script and throw it into another profile? I am mainly looking at using the guild bank to deposit my cloth for other dungeons (Firelands makes more gold).

Thanks!
You could, sure.
But a better alternative would be to have it run on C# instead of Lua - and have the configuration options be on Honorbuddy instead of in-game.
 
Although, it looks like it is going to be easy to be banned farming firelands. There are a ton of people out there either watching or ganking the three bots I see farming it. I never had that problem with the botanica
 
You could, sure.
But a better alternative would be to have it run on C# instead of Lua - and have the configuration options be on Honorbuddy instead of in-game.

Ok cool. I just found how to load up the project into Visual Studio. I will give this a ***** after the holidays, something to do until Legion :)
 
This may be a silly question, but these GPH figures people are getting...is that with Potion of Luck or Treasure Finding or some such? I can't seem to get near them but I haven't been using pots :(
 
I am using level 90 ret paladin with an ilvl of around 460 farming botanica heavy pulls. I get around 850 gph. I use it to fund my main account for tokens, and of course the ret account to keep it going for free.
 
This may be a silly question, but these GPH figures people are getting...is that with Potion of Luck or Treasure Finding or some such? I can't seem to get near them but I haven't been using pots :(
Which dungeons are you farming?
 
Which dungeons are you farming?

I have been using the AM for Gundrak and DT and then I tried the Botanica one. Might have to give them another shot but I was just wondering if I was missing something. In the past they have been pretty good earners!
 
Hello, What is with the Transmog-Profile?

Not good Working now. No Boat and Portal used.
My character flies from Stormshield over the sea. And then he's dead. Because of exhaustion.
 
Last edited:
Hello, What is with the Transmog-Profile?

Not good Working now. No Boat and Portal used.
My character flies from southwest over the sea. And then he's dead. Because of exhaustion.
Did you copy the quest behaviors over as instructed by the thread?

I'd answer the question myself, but you didn't provide a log.
 
Thank you for your quick response. It works now. I had forgotten to copy the files from the Quest behavior.;)
Just be aware:
Most of the transmog farms are very very old, and may not work as intended.

They're marked to be re-coded, but I've not had time to do it.
 
Hi !:) I just started botting again, however I have a couple problems vendoring. So I want my traveler mammoth to vendor my stuff, instead of flying to vendor (Currently using Gundrak AM profile). Now I used Mr.Itemremover previously, however when i use it now, it only stucks trying to vendor stuff. Is there a way to get it to use my mammoth for vendoring? Thanks.
 
If I wanted to run halls of lighting or something similar as much as possible, does anybody know how much breaks I should give the bots on HBrelog. I know there is a chance to get banned regardless, just want to know if there is any way to make it safer or should i just run 24/7
 
If I wanted to run halls of lighting or something similar as much as possible, does anybody know how much breaks I should give the bots on HBrelog. I know there is a chance to get banned regardless, just want to know if there is any way to make it safer or should i just run 24/7


A milion dollar question
 
If I wanted to run halls of lighting or something similar as much as possible, does anybody know how much breaks I should give the bots on HBrelog. I know there is a chance to get banned regardless, just want to know if there is any way to make it safer or should i just run 24/7

Just runt them 24/7 imo. Been botting for a long time, and quite frankly i don't see any reason not to bot 24/7. They don't seem to react to how long u've played without breaks. Ofc your ban rate goes up a bit, since u bot more tho. Just harvest the crap out of the account while it lasts, and buy new ones as the old gets banned.
 
Back
Top