Advertisement
TrulyInsane1

WoW Macro - Enchant to Vellum

Jul 18th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. To Use:
  2. 1. Open Enchanting Skill
  3. 2. Select Enchantment in skill panel to apply
  4. 3. Have Enchanting Vellum in your inventory
  5. 4. Press macro
  6. Credit: Ajudication of Terokkar-US
  7.  
  8. Macro:
  9. /run DoTradeSkill(GetTradeSkillSelectionIndex());
  10. /run for i=0,4,1 do for l=1,GetContainerNumSlots(i),1 do if GetContainerItemID(i,l)==38682 then UseContainerItem(i,l);end;end;end;
  11. /run ReplaceEnchant();
  12. /run ClearCursor();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement