#37 by djoverlay » Thu Mar 22, 2012 4:23 am
Well I've been using a different command to split/buy. PLUS, You can leave the custom item display addon enabled and it works on anything that can be split. not just your first slot. All you have to do is mouse over the item you want to split in your bag and press the macro and keep pressing it and it will continue to make splits of 1 in every empty slot you have until you're out.
/run local x=GetMouseFocus()local b,s=x:GetParent():GetID(),x:GetID()SplitContainerItem(b,s,1)for i=0,4 do for j=1,GetContainerNumSlots(i)do if not GetContainerItemID(i,j)then PickupContainerItem(i,j)end end end
put that into a macro and just mouse over and use it. simpler I think. Since I just have to put in my stack of gold bars. mouse over, hit the macro a lot until i have lots of 1xbar's, and then sell/buy/sell/buy, etc.
For the Buying one. its a bit tedious, but basically I make 2 macros, one for gold and the other for the emblem.
If you are at the golden pig vendor:
/run BuyMerchantItem(7) will buy the 20000G And if you're at the Black Demon.
/run BuyMerchantItem(1) Buys the emblem, two different macros is a bit less beneficial but atleast YOU DONT HAVE TO DISABLE THE DISPLAY ID.... just saying.
I then make a 3rd macro with /click and conditions in it so it sets off the correct one when im in a certain shop only, but i'm just a noob here anyway so meh. :S