Anyways like I see people posting all these crazy macros and codes and I was wondering how do people know this like for example people will find out a code to buy out a item until your bags are full like this macro /script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then for s=1,55 do BuyMerchantItem(i,q) end end end end buy ("Special Chicken Feed",1); Like how do people find all these it would be great if someone could teach me or even tell me how I can make macros like these
See WoW API and also Lua. For example, this code uses functions BuyMerchantItem and GetMerchantItemInfo.
this is the sort of poster i like.. he is not asking for someone to do it for him but for someone to teach him to do it for himself +respect buddy