stoneharry

Untitled

Jun 2nd, 2015
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local function OnEnterFrame(self, motion)
  2.     GameTooltip:Hide()
  3.     GameTooltip:SetOwner(self, "ANCHOR_RIGHT")
  4.     if (self.type == 1) then
  5.         GameTooltip:SetSpellByID(self.id)
  6.     end
  7.     GameTooltip:SetFrameLevel(5)
  8.     GameTooltip:Show()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment