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

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

hey Echo, thx for this profile man! i have a problem that I currently use "Heavy farm-Gundrak" profile, and I have added the mail recipient in setting&tool, but the bot would not mail the items(Frostweave cloth) out, can u help me with that? BTW, i have used an add-on to sell everything except the frostweave cloth
 
I updated, now it shows the list Azyul selling: ......
But it doesnt use the mount to sell, so instead of selling it use all itens on the Azyul selling list.

edit. and i noticed there is blue itens on the selling list, is there any way i only sell greens and gray?

edit 2. i fixed by adding "\n/cast Mamute Túndrico do Viajante" in your code, everything fine now, thanks!
The Lua script can be modified to sell by rarity.
Are you still needing it to sell everything except blues?
 
hey Echo, thx for this profile man! i have a problem that I currently use "Heavy farm-Gundrak" profile, and I have added the mail recipient in setting&tool, but the bot would not mail the items(Frostweave cloth) out, can u help me with that? BTW, i have used an add-on to sell everything except the frostweave cloth
I don't recommend using addons/plugins that modify the vendoring methods sometimes they conflict with the execution.
There's *Extras* profiles that will sell everything except Frostweave, but they're also designed to guild bank them.
I'll be designing the AM-Alpha profile to feature more options soon.

Since the mailbox is further away than the closest vending hub - the bot will only mail if your under 20 bagslots after vendoring.
 
I dont need anymore, i removed the itens to bank, but it would be nice to know how to do it.
In the Lua script, you should see this:
PHP:
if (n and strfind(n, "ff9d9d9d") or n and strfind(n, "ffffffff") or n and strfind(n, "ff1eff00") or n and strfind(n, "ff0070dd"))  and n and not n:find("53010") then



For each strfind, a item-rarity or item is selected to be sold.

ff9d9d9d = HEX for Grey Items.
ffffffff = HEX for White Items.
ff1eff00 = HEX for Green Items.
ff0070dd = HEX for Blue Items.
ffa335ee = HEX for Purple items.

And at the end, 53010 is the ID for Frostweave cloth. Note it says "and not" which means it won't be sold
We only need to include this because White rarity items are being sold.

If you were to remove:
PHP:
or n and strfind(n, "ff0070dd")
The script will no longer sell blue rarity items.
 
Last edited:
Thanks, i will test tomorrow, need to sleep now, again thanks for everything. :)
 
The Botanica is a pretty big 'bot location' too. But, if you just manage your botting hours properly - you should be fine. xD



I don't see why it'd drop so low, unless Blizzard sent out a hotfix that reduces the amount of loot that drops in the dungeon - which I doubt.
This may sound weird, but some people have reported lower GPH on caster classes even though the completion time was the same.
I don't know why that'd be, perhaps Blizzard's loot algorithm is designed to drop differently depending on your class.






Yes, the bot will keep it. The 'Sell Everything' script uses a Lua script that's designed to not sell it.
For any other farms that use Honorbuddy's routine, they will not sell epics.






Including the slot occupied by your hearthstone - how many bagslots do you have total?
The more bagslots you have, the longer it takes the script to process the selling code, which if it takes too long - the bot will still think that the bags are full and it'll continue to the regular vendor code.

I have 4x26 slot bags, and have skyshards and hearthstone taking up 2 of them, so about 120 slots total I think. It does take a while to sell everything. Can I make it wait a little longer? Thanks!
 
I have 4x26 slot bags, and have skyshards and hearthstone taking up 2 of them, so about 120 slots total I think. It does take a while to sell everything. Can I make it wait a little longer? Thanks!
Yea, the wait timer after the sell code executes will just need to be increased.

Are you using the Heavy Pulls? If so the wait timer can be found on line 686 (if you have a code editor.)
I believe it's set to 5.5 seconds. Most other wait timers have been increased to 8.5 seconds - I'll be setting that as the standard soon.
 
I'm testing this now, I'll give my personal updates later on the Lawbringer transmog!
 
I'm testing this now, I'll give my personal updates later on the Lawbringer transmog!
Good luck, lol. That profile is 2 years old and is pending a LOT of updates/fixes.
 
Good luck, lol. That profile is 2 years old and is pending a LOT of updates/fixes.

I meant to say Judgement recolor transmog. It actually just finished its first run and I instantly got my handguards!
So far so good! But I'll check back later until it's finished.

Also, OP: I want to give you many of my thanks for creating these profiles in the first place, but the thing that's even more outstanding is the well organized post. Had no questions / troubles understanding about the specefics of the profiile, nor how to run the profile
 
The Kael'thalas profile didnt work though, its not attacking the bosses, but it did clear trash perfectly :) Would it be possible to make it only pull Kael'thalas encounter and not the other ones?
 
The Kael'thalas profile didnt work though, its not attacking the bosses, but it did clear trash perfectly :) Would it be possible to make it only pull Kael'thalas encounter and not the other ones?
All the code for the other bosses would just have to be removed. You could just cut it directly out of the profile.


When the profile was made, the Kael'thalas encounter script was pretty 'shaky.'
Whether or not you would actually complete the event was more-or-less luck.
 
Yea, the wait timer after the sell code executes will just need to be increased.

Are you using the Heavy Pulls? If so the wait timer can be found on line 686 (if you have a code editor.)
I believe it's set to 5.5 seconds. Most other wait timers have been increased to 8.5 seconds - I'll be setting that as the standard soon.

Awesome, I'll try that when I turn it on tonight. Thank you ;D
 
<If Condition="Me.KnowsSpell(61425) || Me.KnowsSpell(61447) || Me.KnowsSpell(122708)" >
<CustomBehavior File="WaitTimer" WaitTime="750" />
<CustomBehavior File="RunMacro" Macro="/cast Тундровый мамонт путешественника\n/cast Traveler's Tundra Mammoth\n/cast Tundramammut des Reisenden\n/cast Großes Expeditionsyak\n/cast Большой як для путешествий\n/cast Grand Expedition Yak" />
<CustomBehavior File="WaitTimer" WaitTime="2000" />
<If Condition="Me.HasAura(61425)" >
<CustomBehavior File="InteractWith" MobId="32639" />
<ElseIf Condition="Me.HasAura(61447)" >
<CustomBehavior File="InteractWith" MobId="32641" />
</ElseIf>
<ElseIf Condition="Me.HasAura(122708)" >
<CustomBehavior File="InteractWith" MobId="62822" />
</ElseIf>
</If>
<CustomBehavior File="Misc\RunLUA" Lua="
MerchantRepairAllButton:Click()
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) then
print(&quot;|cFF3399FF[Azyul]|r: Selling &quot;..n)UseContainerItem(b,s)
end
end
end" />
<CustomBehavior File="WaitTimer" WaitTime="5500" />
<Else>
<CustomBehavior File="Misc\RunLUA" Lua="print(&quot;|cFF3399FF[Azyul]|r: Vendor mount wasn't detected, continuing run.&quot;" />
<CustomBehavior File="Message" Text="Vendor mount not detected." LogColor="Orange" />
</Else>
</If>


so its the 5500 one, change to 8500? Thank you again ;D
 
On the Azyul Manager you have so you can deposit cloth and Gold under Mobile bank. It doesnt deposit anything for me nor mail since it says the mobile Bank is on Cooldown :)

Anyway, its a good profile. Been running this on 3 accs for a few hours today and farmed 15k so far :)
 
On the Azyul Manager you have so you can deposit cloth and Gold under Mobile bank. It doesnt deposit anything for me nor mail since it says the mobile Bank is on Cooldown :)

Anyway, its a good profile. Been running this on 3 accs for a few hours today and farmed 15k so far :)
Which profile?
 
Back
Top