Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /run local i1,i2,f="Conjured Mana Bun","Rockskip Mineral Water",H2o or CreateFrame("Button","H2o",nil,"SecureActionButtonTemplate") f:SetAttribute("type","item") f:SetAttribute("item",GetItemCount(i1)>0 and i1 or i2)
  2. /click H2o
  3.  
  4. #showtooltip
  5. /run local a,b,c,d="Conjured Mana Bun","Seafoam Coconut Water","myFood" d=GetMacroBody(c)EditMacro(c,c,nil,strsub(d,1,strfind(d,";\n")).."\n
  6. /use "..(GetItemCount(a)>0 and a or b));
  7. /use Ley-Enriched Water END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement