EchoTiger
Official Profile and Singular Developer
- Joined
- Nov 28, 2012
- Messages
- 6,811
The Botanica > Gundrak.Atm what dungeon is the more profitable? Tol vir or grim batol? or maybe an other?
The Botanica > Gundrak.Atm what dungeon is the more profitable? Tol vir or grim batol? or maybe an other?
Pull densities can be increased, but 6minutes is the hardcap of dungeons. Most profitable dungeons are already completed under 6minutes (Gundrak.)Is this subject to change with our farming characters getting to level 100 or is it simply the best as far as we know?
Because "the new" isn't worth it as far as dungeons go.Hello.
sorry my english is not so good
ist your Profil for the new continent farming ?
i find the old wow landnot the new...
How could we put green items in guild bank ?
Actually I can just doing it with cloth ang gold.
<CustomBehavior File="Misc\RunLua" Lua="
if GuildBankFrame:IsVisible()==true then
MyMoney = GetMoney();
DepositGuildBankMoney(MyMoney);
print("|cFF3399FF[Azyul]|r: Depositing "..GetCoinTextureString(MyMoney));
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if n and strfind(n, "ff1eff00") then
print("|cFF3399FF[Azyul]|r: Depositing "..n)UseContainerItem(b,s)
end
end
end
else
print("|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.")
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("|cFF3399FF[Azyul]|r: Depositing "..GetCoinTextureString(MyMoney)); for b=0,4 do for s=1,GetContainerNumSlots(b) do local n=GetContainerItemLink(b,s) if n and strfind(n, "ff1eff00") then print("|cFF3399FF[Azyul]|r: Depositing "..n)UseContainerItem(b,s) end end end else print("|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.") end" />
Remove all occurences of:@Echo
I changed everything like you said but its still keeping netherweave cloth. can you give a hand please?View attachment 153732
This should do it:Thanks for help, I want to deposit embersilk cloth.
<CustomBehavior File="Misc\RunLua" Lua="
if GuildBankFrame:IsVisible()==true then
MyMoney = GetMoney();
DepositGuildBankMoney(MyMoney);
print("|cFF3399FF[Azyul]|r: Depositing "..GetCoinTextureString(MyMoney));
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if n and strfind(n, "ff1eff00") or n and strfind(n, "53010") then
print("|cFF3399FF[Azyul]|r: Depositing "..n)UseContainerItem(b,s)
end
end
end
else
print("|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.")
end" />
That's mostly up for debate.Whats the best class and the best profile for maximum gold per hour?
Remove all occurences of:
and n and not n:find("21877"
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("|cFF3399FF[Azyul]|r: Depositing "..GetCoinTextureString(MyMoney)); for b=0,4 do for s=1,GetContainerNumSlots(b) do local n=GetContainerItemLink(b,s) if n and strfind(n, "ff1eff00") or n and strfind(n, "53010") then print("|cFF3399FF[Azyul]|r: Depositing "..n)UseContainerItem(b,s) end end end else print("|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.") end" />
A profile is an instruction sheet.I don't get this bot sorry, does it just farm any mount? I'm looking for an Ashes of Al'ar grinder :/
They should work fine.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.
To the left of Lua=" add NumOfTimes="x" WaitTime="3000".This script works very well, it deposit green items, but not all green items ^^
Maybe I've made a mistake ?