MMOCoin

Likes Likes:  0
Results 1 to 2 of 2
  1. #1
    Founder
    Apple's Avatar
    Join Date
    Jul 2008
    Location
    HeaveN
    Posts
    15,919
    Post Thanks / Like
    Rep Power
    10
    Reputation
    295

    [Macro] Enchanting Leveling

    Here


    Code:
    /script DoCraft(GetCraftSelectionIndex());
    /click ContainerFrame0Item1
    /script ReplaceEnchant();
    The above macro will attempt to enchant the item in the first slot of your default bag. In order to use this macro, you had to keep your enchanting window open and select/highlight the enchantment you wish to work on.

    Code:
    /script DoCraft(GetCraftSelectionIndex());
    /click CharacterFeetSlot
    /script ReplaceEnchant();
    This one however will enchant your feet slot item, or your boots. You can change CharacterFeetSlot to CharacterWristSlot for bracer. And the rest of inventory slot as following, CharacterChestSlot, CharacterBackSlot, CharacterHandsSlot. These should be pretty self-explainable.

    As a side note,
    Code:
    /script ReplaceEnchant()
    also work for overwriting existing poison.




    › See More: [Macro] Enchanting Leveling







  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    20
    Reputation
    188

    Register to remove this ad
    wow so nice...

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •