• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • buying automatically golden lotus for spirit of harmony with an macro?

    Discussion in 'Requests' started by emotions1337, Mar 22, 2013.

    1. emotions1337

      emotions1337 Member

      Joined:
      Dec 6, 2012
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      buying automatically golden lotus for spirit of harmony with a macro?

      Hey,

      im looking for a script/macro which buys golden lotus for spirit of harmony.
      i farmed lots of spirits and clicking every single golden lotus takes lots of time
      (im talking about 500~ spirit of harmony i got)

      is it possible with a macro?
      it should work for alliance and horde at Shrine of Seven Stars/Shrine of Two Moons

      npc name for Shrine of Two Moons: Danky
      npc name for Shrine of Seven Stars: Krystel

      it also would be okay for me with just pressing a key. the problem is..you only can spend one spirit at time, you cant stack it =/

      Thx 4 help! :>
       
      Last edited: Mar 22, 2013
    2. doomexpt

      doomexpt Banned

      Joined:
      Sep 7, 2012
      Messages:
      201
      Likes Received:
      1
      Trophy Points:
      0
      Im interested in this too
       
    3. phazed

      phazed New Member

      Joined:
      Nov 8, 2013
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Here's a simple macro that will let you buy Golden Lotus in bulk at your shrine from either Krystel (Alliance), or Danky (Horde).

      All you need to do is have the merchants window open and then you can press the macro key until you run of of currency. In this case Spirit of Harmony. ie: if you have 500 spirits you can press it 500 times and get 1,000 Golden Lotus. The number 6 in the macro refers to the item within the merchants list. The top row items left to right are 1 & 2. The next row is 3 & 4 etc. You can change the number so suit whatever you want to buy from any vendor in-game.

      /run BuyMerchantItem(6)

      Hope this helps.
       
    4. skules

      skules New Member

      Joined:
      Mar 8, 2012
      Messages:
      117
      Likes Received:
      0
      Trophy Points:
      0
      Kind of a necro bump but, thanks so much for this
       
    5. Macatho

      Macatho New Member

      Joined:
      Dec 3, 2011
      Messages:
      1,108
      Likes Received:
      18
      Trophy Points:
      0
      Not sure if this is another necro. But this goes for all items which you can only buy in stacks of 1 using the normal game interface:

      You can just set it up in HB that it will buy any amount of # you want. You just do a while loop for your item and buy said item until while loop condition is false.
       
    6. ggthree

      ggthree New Member

      Joined:
      Nov 7, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      There is a simpel way to buy items from a vendor, or complete quests with a macro. for nearly every button you can click ingame, there is a "button name" for it ;) except some addons like tsm, which hides the name to complicate botting.
      Sure, you have to set up the macro by yourself, but this shouldn' t be the problem ;)

      while you are ingame just type "/framestack".....you will get advanced tooltips with information of the item you are hovering with your mouse...for exampel "StaticPopup1Button1".
      you just have to open up your macros and set a new one with a click option like "/click StaticPopup1Button1"...
      you can extend this macro with the option "/run BuyMerchantItem(6)" like phazed wrote, but i would recommend a single macro. just set the macros to 1 2 3 4 5 ec for exampel....

      have fun ;)
       

    Share This Page