License:
  These scripts are Public Domain. Do whatever you want with them.
  I take no responsibility for whatever problems may arise out of
  use of them, though.

Author:
  "Elverion"



How to:
  1) Open micromacro.exe
  2) Type wow/hacks.lua into the script prompt
  3) Bring up your WoW window again, and press the INSERT key
  4) MicroMacro is now ready to accept commands for that WoW window.


Hotkeys:
  Hotkeys are reconfigurable by editing hacks.lua.

  Defaults are:
    ~(Tilde): Bring up command prompt

    F5: Toggle tracking on/off
    F6: Teleport to corpse
    F7: 'Blink'   *See notes below
    F8: Toggle fly-mode

  *Notes:
    Hotkey 'blinking' is different than the 'blink' command.
    It allows you to also blink up or down.
    Try it and you'll understand what I mean.


Commands:

getpos
  Gets your current x, y, and z coordinates and displays them to you.


savepos <name>
  Saves your current location as <name> so that you can teleport to it later.
  You may also save over old saved locations to update them.
  Example: savepos orgrimmar


tele <x> <y> <z>
  Teleports to the x, y, z position indicated.
  Example: tele 1234 876 456


tele <name>
  Teleports to a saved location. See: savepos
  Example: tele orgrimmar


tracking <type1> <type2> <typen>
  Turns on/off tracking for whatever you want.
  Supply multiple types (separated by spaces) if you want to track more than 1.

  Do *NOT* supply the same type twice! This will cause problems.
  This means that tracking "beast beast" will NOT track beasts!
  Same goes for tracking all, and tracking humanoid/beast.

  Example: tracking on
    tracking humanoid

  Type should be one of the following:
    on:          track humanoids & beasts (for Feral druids)
    off:         track nothing

    beast:       animals & shapeshifted druids
    dragonkin:   self explanatory
    elemental:   self expalantory
    giant:       self explanatory
    undead:      undead, NOT players! (undead players are humanoid)
    humanoid:    humanoids & players
    misc:        an assortment of junk (critters)
    all:         track everything (listed above)

    cloud:       tracking gas clouds


blink <distance>
  Teleports <distance> yards forward, like mage blink spell.
  If <distance> is not specified, then it assumes 10 yards.

  Your vertical direction is *NOT* taken into account. You only blink
  across the x,y plane with this command. Use the blink hotkey
  for a different effect.

  Be careful with this! You could fall through the ground!
  If you find yourself under the ground, you can rotate your character,
  and blink back, but do NOT try to walk or you will fall to your death.


setblink <distance>
  This command allows you to set the default blink distance for both
  the blink command and blink hotkey.


corpse
  Teleport yourself to your corpse.