xperiadudu
New Member
- Joined
- Mar 10, 2014
- Messages
- 310
- Reaction score
- 0
running this atm, somehow doesn't sell some grey items though. bug ?
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.
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.
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?
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![]()
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, "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?
/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
That won't work because your characters aren't escaped.<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..