Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 11
  1. #1

    Default How do you handle transfering conjured water/food in the team?

    I searched around, but couldn't find any posts that seemed to answer the questioon. Assuming I've just conjured a whole bunch of water/food on my mage, is there a boxer friendly way to transfer it to the other accounts? Can I macro the transfer somehow?

    Thanks,
    Matt

  2. #2

    Default

    Theres used to be addons that auto traded conjured water for mages that I know my friends used while raiding back in the day. Anymore I just use a mage table.

  3. #3

    Default

    My chars are very low level at the moment :-)

  4. #4
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Code:
    1. Conjure up some food and/or water
    2. Open up the trade window with whoever I need to trade with
    3. Put in the amount I'd like to give them
    4. Turn on mouse repeater
    5. Click trade simultaneously on both windows
    6. ???
    7. Profit
    Using InnerSpace and ISBoxer of course.

  5. #5

    Default

    I open trade with the slave and hit the keybind for this macro, can use mouse brodcasting if you want, but this is way faster.

    /run AcceptGroup();
    /run AcceptQuest();
    /run AcceptTrade();
    /run RetrieveCorpse();
    /run RepopMe();
    /run ConfirmAcceptQuest();
    /run AcceptResurrect();
    /run StaticPopup_Hide("QUEST_ACCEPT");
    /run ConfirmReadyCheck(1);
    /click LFDRoleCheckPopupAcceptButton
    /click LFDDungeonReadyDialogEnterDungeonButton
    /run LFGTeleport(IsInLFGDungeon())
    Currently 5 Boxing 5 Protection Paladins on Whisperwind Alliance
    The Power of Five!!! ( short video )

  6. #6

    Default

    Quote Originally Posted by Lyonheart View Post
    I open trade with the slave and hit the keybind for this macro, can use mouse brodcasting if you want, but this is way faster.

    /run AcceptGroup();
    /run AcceptQuest();
    /run AcceptTrade();
    /run RetrieveCorpse();
    /run RepopMe();
    /run ConfirmAcceptQuest();
    /run AcceptResurrect();
    /run StaticPopup_Hide("QUEST_ACCEPT");
    /run ConfirmReadyCheck(1);
    /click LFDRoleCheckPopupAcceptButton
    /click LFDDungeonReadyDialogEnterDungeonButton
    /run LFGTeleport(IsInLFGDungeon())
    That.

  7. #7

    Default

    The pain in the butt of transferring conjured food just doesn't seem worth it to me. I log in and out all the time and it goes bye bye too fast. If you have a healer all you need is water really. Think I put 200 waters on my slaves several months ago and they still have like 80.

    What about using a refreshment table+mouse repeater? The cost is practically nothing.
    Jinkobi on Shadowsong-US.

  8. #8

    Default

    I miss the old everquest days where mages would target someone and click summon food/water and it would be on that players cursor.

    If only WoW would do that.....

    but then again Tables are pretty handy... just click 4 times for a full load

  9. #9

    Default

    hes' too low to have a refreshment table yet
    .[I



  10. #10

    Default

    I use a pretty hacked tradeDispenser addon, this is because the non mage slaves will trade the mage cloth or whatever your gimmick is using that addon.

    Anyways using something like this snippet you could trade a spell's worth to your target, or a health stone to your tank. I'll post a better setup if you want it in the morning when I am done with work if needed.

    Code:
    --/targetraid
    /cast Conjure Water
    /run for i=0,4 do for x=1,24 do y=GetContainerItemLink(i,x)if y and GetItemInfo(y)=="Conjured Crystal Water" then PickupContainerItem(i,x) DropItemOnUnit("target")end end end
    --/run AcceptTrade();

Posting Rules

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