Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-24-10, 02:01 PM   #1
seancwatson
A Cyclonian
 
seancwatson's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 42
Question SetCurrentTitle(titleId); Help

Ok so I went to download Title Swapper but it won't work because SetCurrentTitle() is now a hardware protected event.
My question is why do these work?
Code:
/run SetCurrentTitle(111);
Code:
/run local t={}; for titles=1,GetNumTitles()-1,1 do if IsTitleKnown(titles)==1 then table.insert(t,titles) end; end; local x=random(#t); print("Using title: "..GetTitleName(t[x])); SetCurrentTitle(t[x])
Does entering these either in chat or as a macro count as a hardware event?
__________________
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » SetCurrentTitle(titleId); Help


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