What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

=> Maccro to buy 100 Light parchment? Need!

notorious879

Member
Joined
Nov 11, 2011
Messages
214
Reaction score
2
=> Maccro to buy 100 Light parchment? Fixed.

Hello everybody, did somebody have a tips to buy 100Light parchment..?

Because i'm boring to click 400 or 500 times to have the parchment of my everyday crafting...
 
Last edited:
Not to sound like an ass, I have never actually tried for a massive amount but cant you just shift click and type in the amount you want to buy?
 
hahaha

yeah shift click the item you want to buy mass amounts of and put in the max number for one stack and that will do the trick
 
Try this one :

#showtooltip Light Parchment
/run for i=1,GetMerchantNumItems() do if GetMerchantItemInfo(i)=="Light Parchment" then BuyMerchantItem(i,100) break end end
 
Thanks for the maccro, and for the first answers, yes i knewed that but i dont know why it isnt working on my keyboard..

Will seems really idiot if u was reason :p

Thx both of you guys

Great day,

Notorious.
 
CT_mod (CT_core) allow you to buy any item in full stacks while alt-right-clicking (100 for light parchment), or you can shift-click it to buy amount you want :/
 
If you need a much higher amount then what you can buy at once by shift-clicking then you can get the wow addon 'BuyEmAll', which allows you to buy as many as you can carry at once.
 
i use altclicktoadditem and i just alt click to purchase a full stack

also works to put stuff into trade/AH etc
 
Try this one :

#showtooltip Light Parchment
/run for i=1,GetMerchantNumItems() do if GetMerchantItemInfo(i)=="Light Parchment" then BuyMerchantItem(i,100) break end end

I was just thinking this.
 
Back
Top