Orpheus148 0 Report post Posted May 28, 2017 I would like to add a function to the Drain soul macro from the warlock guide: /cast Drain Soul(Rank X) /run local a=GetBagName(4); if a=="Core Felcloth Bag" or a=="Felcloth Bag" or a=="Soul Pouch" or a=="Box of Souls" or a=="Small Soul Pouch" then PickupContainerItem(4,GetContainerNumSlots(4)) DeleteCursorItem() else end I would like it to also make my pet stop attacking the target. can anyone modify it for me or tell me what to add to it? Thanks. 0 Share this post Link to post Share on other sites
TheDruidCode 28 Report post Posted May 28, 2017 /script PetFollow() But if you add that I guess you will have too many characters in the macro. So you could remove one of the bags you don't use, like delete: "a=="Core Felcloth Bag" or" from the macro. 0 Share this post Link to post Share on other sites