Jump to content

Statikk

Player
  • Content count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Statikk

  • Rank
    Newcomer
  1. Thanks a lot! I was just getting it a little wrong. Love your sheep macro to! :)
  2. Is there anyway to combine a use and a cast in the same macro with a modifier key? Press button = drink water Press button + shift = conjure water
  3. Is there a way to do a cast and a use in the same macro with a modifier key? I've tried getting it to work every way I could think of (I did read the documentation and look for possible examples in this thread) but I can't figure it out. Basically trying to replace this macro I used to use (which I think required SuperMacro but I don't remember) /run local w = IsShiftKeyDown(); if w == nil then UseItemByName("Water Name") else cast("Conjure Water") end
  4. Is there a way to do a cast and a use in the same macro with a modifier key? I've tried getting it to work every way I could think of (I did read the documentation and look for possible examples in this thread) but I can't figure it out. Basically trying to replace this macro I used to use (which I think required SuperMacro but I don't remember) /run local w = IsShiftKeyDown(); if w == nil then UseItemByName("Water Name") else cast("Conjure Water") end
×