So I started playing in Onyxia, got 80 got tailoring but noticed the farming for Pattern: Runecloth Bag is insanely competitive, i waited 4 hours to get it only to never get it, so I started reading the form on
https://www.wowhead.com/classic/item...h-bag#comments and there is a comment about :
/script local f=CreateFrame("FRAME");f:RegisterEvent("MERCHANT_S HOW");f:SetScript("OnEvent",function(s, e, ...) for i=1,31 do local l=GetMerchantItemLink(i);if l and l:find("Pattern: Runecloth Bag") then BuyMerchantItem(i,1);end end CloseMerchant();end);
so I started to use it made a maco and just spammed my key for this and I luckily got the item then I realised I could farm it as well.
then a player said I am booting and scripting, noticing is sais "script" I jumped here to ask if I am doing something wrong?