Thread Tools Display Modes
10-17-14, 10:11 AM   #1
Djelil
A Murloc Raider
Join Date: Oct 2014
Posts: 5
Scripts to hide level from portrait

Hello!

I need scripts to hide level and name in portrait frames to make a comic strips.



Thank you per advance !

Last edited by Djelil : 10-17-14 at 10:30 AM.
  Reply With Quote
10-17-14, 11:40 AM   #2
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
/script for i,v in pairs({TargetFrame.levelText, TargetFrame.name, PlayerFrame.name, PlayerLevelText}) do hooksecurefunc(v, "Show", function(s) s:Hide() end) v:Show() end

Last edited by Duugu : 10-17-14 at 12:07 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Scripts to hide name and level from portrait


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off