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 subject to change with our farming characters getting to level 100 or is it simply the best as far as we know?
 
Is this subject to change with our farming characters getting to level 100 or is it simply the best as far as we know?
Pull densities can be increased, but 6minutes is the hardcap of dungeons. Most profitable dungeons are already completed under 6minutes (Gundrak.)

As far as Cataclysm/MoP dungeons, I've considered making profiles for them but none of them are really worth farming - expecially the MoP dungeons. The GPH is just terrible.

So the current status of these profiles are still acceptable.
Some changes could be made, but they are very minor.
 
Hello.
sorry my english is not so good :(
ist your Profil for the new continent farming ?
i find the old wow land :) not the new...
 
Hello.
sorry my english is not so good :(
ist your Profil for the new continent farming ?
i find the old wow land :) not the new...
Because "the new" isn't worth it as far as dungeons go.

"World Trash Farms" may be coming sometime in the future when I get time.
 
How could we put green items in guild bank ?

Actually I can just doing it with cloth ang gold.
 
How could we put green items in guild bank ?

Actually I can just doing it with cloth ang gold.

This code should deposit Gold+Greens.
As far as cloth goes, I didn't add it because I don't know which cloth you're wanting to deposit.



PHP:
<CustomBehavior File="Misc\RunLua" Lua="
	if GuildBankFrame:IsVisible()==true then
		MyMoney = GetMoney();
		DepositGuildBankMoney(MyMoney);
		print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
		for b=0,4 do for s=1,GetContainerNumSlots(b)
			do local n=GetContainerItemLink(b,s)
				if n and strfind(n, &quot;ff1eff00&quot;) then
					print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..n)UseContainerItem(b,s)
				end
			end
		end
		else
			print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
	end" />
 
This code should deposit Gold+Greens.
As far as cloth goes, I didn't add it because I don't know which cloth you're wanting to deposit.



PHP:
<CustomBehavior File="Misc\RunLua" Lua="
	if GuildBankFrame:IsVisible()==true then
		MyMoney = GetMoney();
		DepositGuildBankMoney(MyMoney);
		print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
		for b=0,4 do for s=1,GetContainerNumSlots(b)
			do local n=GetContainerItemLink(b,s)
				if n and strfind(n, &quot;ff1eff00&quot;) then
					print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..n)UseContainerItem(b,s)
				end
			end
		end
		else
			print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
	end" />

Thanks for help, I want to deposit embersilk cloth.
 
@Echo

I changed everything like you said but its still keeping netherweave cloth. can you give a hand please?View attachment 153732
Remove all occurences of:
and n and not n:find(&quot;21877&quot;)
From the Lua sell codes.




Thanks for help, I want to deposit embersilk cloth.
This should do it:

PHP:
<CustomBehavior File="Misc\RunLua" Lua=" 
    if GuildBankFrame:IsVisible()==true then 
        MyMoney = GetMoney(); 
        DepositGuildBankMoney(MyMoney); 
        print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney)); 
        for b=0,4 do for s=1,GetContainerNumSlots(b) 
            do local n=GetContainerItemLink(b,s) 
                if n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;53010&quot;) then 
                    print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..n)UseContainerItem(b,s) 
                end 
            end 
        end 
        else 
            print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;) 
    end" />
 
Remove all occurences of:
and n and not n:find(&quot;21877&quot;)
From the Lua sell codes.





This should do it:

PHP:
<CustomBehavior File="Misc\RunLua" Lua=" 
    if GuildBankFrame:IsVisible()==true then 
        MyMoney = GetMoney(); 
        DepositGuildBankMoney(MyMoney); 
        print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney)); 
        for b=0,4 do for s=1,GetContainerNumSlots(b) 
            do local n=GetContainerItemLink(b,s) 
                if n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;53010&quot;) then 
                    print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..n)UseContainerItem(b,s) 
                end 
            end 
        end 
        else 
            print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;) 
    end" />

This script works very well, it deposit green items, but not all green items ^^

Maybe I've made a mistake ?
 
Last edited:
I don't get this bot sorry, does it just farm any mount? I'm looking for an Ashes of Al'ar grinder :/
 
I don't get this bot sorry, does it just farm any mount? I'm looking for an Ashes of Al'ar grinder :/
A profile is an instruction sheet.
The instruction sheet tells the bot where to go, what to do - -etc.

Profiles are usually named for what they're designed to do.
"Deathchargers Reigns.xml" would be a profile that farms the Deathcharger's Reigns.

If you're wanting to farm Ashes of Al'ar, you'd load the Ashes of Al'ar profile which should be in this pack.
 
I am noticing an issue with the Quest order, I have received the same error on this and other profiles, using the quest behavior. Do the profiles need to be updated? I assume they should still work.
 
I am noticing an issue with the Quest order, I have received the same error on this and other profiles, using the quest behavior. Do the profiles need to be updated? I assume they should still work.
They should work fine.
If you're having QuestOrder issues, that's usually caused by a problem in your bot settings.
A corrupt quest behavior could be causing it.
 
This script works very well, it deposit green items, but not all green items ^^

Maybe I've made a mistake ?
To the left of Lua=" add NumOfTimes="x" WaitTime="3000".
Where X is, add a number. The number will make the code repeat however many times you may need. (Try 3 to 5)
The WaitTime="3000" will make it wait 3seconds between depositing so that the game client has time to process the transaction.
 
Back
Top