その他 macro

 

camera distance max (more than default)

/console cameradistancemaxfactor 5

 

Learn all Spells from a Trainer

/run LoadAddOn"Blizzard_TrainerUI" f=ClassTrainerTrainButton f.e = 0 if f:GetScript"OnUpdate" then f:SetScript("OnUpdate", nil)else f:SetScript("OnUpdate", function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)end
 


 

Dalaranの井戸でEOTをEOHに変換するマクロ


/script BuyMerchantItem(2 , 10)
/script BuyMerchantItem(3 , 10)
/script BuyMerchantItem(1 , 10)

 

 

For buyEbmlem of Conquest:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Emblem of Conquest", 10)

For buyEmblem of Valor:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Emblem of Valor", 10)

For buyEmblem of Heroism:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Emblem of Heroism", 10)
 


 

最終更新:2017年03月26日 10:19