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!

Profilname: Gundrak - Sell Everything.

The 'Sell Everything' Makro wont work anymore, you have to use it about 10 Times till everything is selled because after he sold ~10 Items you get an error with 'Item is busy' and it wont sell the 'busy' items.

Furthermore the Guildbank Deposit Macro seems bugged with new hb/patch, he uses Mobile Banking => open bank frame but after that nothing happens.

same problem
 
Profilname: Gundrak - Sell Everything.

The 'Sell Everything' Makro wont work anymore, you have to use it about 10 Times till everything is selled because after he sold ~10 Items you get an error with 'Item is busy' and it wont sell the 'busy' items.

Furthermore the Guildbank Deposit Macro seems bugged with new hb/patch, he uses Mobile Banking => open bank frame but after that nothing happens.


Should macro be rewritten? Should profile be modified to run the macro 200000^2 times :P?
 
Profilname: Gundrak - Sell Everything.

The 'Sell Everything' Makro wont work anymore, you have to use it about 10 Times till everything is selled because after he sold ~10 Items you get an error with 'Item is busy' and it wont sell the 'busy' items.

Furthermore the Guildbank Deposit Macro seems bugged with new hb/patch, he uses Mobile Banking => open bank frame but after that nothing happens.

same problem me too
 
Should macro be rewritten? Should profile be modified to run the macro 200000^2 times :P?

i use the makro 12 times atm, most times everything is sold after 10
and i deleted the instancetimer because it seems to be bugged, too.

So you have ~5:30min per run and 5min per sell.
should work :D
 
Anyone an idea how to sell everything for Halls of Lightning ??? He sells around 7-8 items and is done ... :/ I checked the profile but cant find anything usefull inside where to change it :(
 
Last edited:
i use the makro 12 times atm, most times everything is sold after 10
and i deleted the instancetimer because it seems to be bugged, too.

So you have ~5:30min per run and 5min per sell.
should work :D


you must overwrite the istance timer with the one provided from Echo.
 
Or can anybody help me with Gundrak - Sell everything .. Where do i have to putt my own macro ? That he press the button 4-5 times to sell everything ???
 
Or can anybody help me with Gundrak - Sell everything .. Where do i have to putt my own macro ? That he press the button 4-5 times to sell everything ???


On latest revision macro begins at line 744.


<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" />



Can you share your macro?
 
Profile Gundrak - medium pulls guild bank - sell everything seems to be not working at all.
Gundrak medium pull guild bank + cloth is working but not depositing the money - just opening guild bank and waiting.
All profiles are not selling properly just 1 or 1,5 bag

FOR SOME REASON - MY DRUIDS DIE MORE OFTEN THEN BEFORE THE PATCH - probably something to do with Singular CR.


EDIT

When i die inside the instance - all fine

When I get gunked in front of the instance the profile wont navigate to the corpse just hangs and waiting at the cementary :-)

View attachment 3800 2014-10-17 09.01.txt
 
Last edited:
On latest revision macro begins at line 744.


<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, "ff9d9d9d") or n and strfind(n, "ffffffff") or n and strfind(n, "ff1eff00") or n and strfind(n, "ff0070dd")) then
print("|cFF3399FF[Azyul]|r: Selling "..n)UseContainerItem(b,s)
end
end
end" />



Can you share your macro?


Yeah i found the selling line at vendor but i dont know where to put the new stuff in

Here is my macro

/run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end
 
Yeah i found the selling line at vendor but i dont know where to put the new stuff in

Here is my macro

<CustomBehavior File="Misc\RunLUA" Lua="MerchantRepairAllButton:Click()
for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end" />

try this
 
<CustomBehavior File="Misc\RunLUA" Lua="for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end" />

try this
That won't work because your characters aren't escaped.
 
спасибо, остался только разобраться почему не все вещи продает...
 
Another problem I have noticed.

bot stucks at random locations.

The one attached with this log was continuosly running into the wall /on moorabi pull - Gundrak/ when mobs where hitting it from behind.

I know it is probably related to HB bugs rather then the profile but just in case I post it here.

Ps. I "play" on busy pvp server. I am having a nighmare with players opposite facton ganking my bots all the time. Would it be possible to implement some sort of randomizer to the profile so for example after every run bot is leaving instance mounting and flying to random location to check bags, do the banking, vendoring etc ? That would help a lot. Or maybe it is possible to do it inside the instance while waiting for 6 minutes to be up ? that would be even better.

PS2. Singular must be buggy. My ilvl 400 druids are dying on Moorabi pull (Gundrak) when before I was finishing it with no problems under 6 minutes..
 

Attachments

Another problem I have noticed.

bot stucks at random locations.

The one attached with this log was continuosly running into the wall /on moorabi pull - Gundrak/ when mobs where hitting it from behind.

I know it is probably related to HB bugs rather then the profile but just in case I post it here.

Ps. I "play" on busy pvp server. I am having a nighmare with players opposite facton ganking my bots all the time. Would it be possible to implement some sort of randomizer to the profile so for example after every run bot is leaving instance mounting and flying to random location to check bags, do the banking, vendoring etc ? That would help a lot. Or maybe it is possible to do it inside the instance while waiting for 6 minutes to be up ? that would be even better.

PS2. Singular must be buggy. My ilvl 400 druids are dying on Moorabi pull (Gundrak) when before I was finishing it with no problems under 6 minutes..

I have the same problem .. Running Gundrak profil and my toons are running after every boss fight in a circle for a minute before they activate the altars... Looks pretty dumb :D But 1 min is pretty long
 
Have some problems with Gundrak Alpha profile --- HB realese build 789 . The problem is the profile dont sell all items in the bag and dont put the money of the Guildbank..
Pls Help
 
Back
Top