Thursday, July 30, 2009

How to Change your WoW Title Automatically Every 5 Seconds

Recently I have began a bit of an achievment craze while taking a break from raiding. In this time I have aquired quite a few titles and want to show them off. I came across this macro and here it is, it will automatically change your title every five seconds.

BTW**** Dont have this on in a group / raid because it will lag pretty bad.

This is a little tip for those of you, who have got many titles and want to have them changed automaticly!

Just type in the following code in your chat:

/run local f,t=NEN or CreateFrame("Frame","NEN")f.t=0 f:SetScript("OnUpdate",function()f.t=f.t+arg1 if f.t>5 then f.t,t=0,GetCurrentTitle()if t>0 then for i=1,111 do t=mod(t+1,111)+1 if IsTitleKnown(t)==1 then SetCurrentTitle(t)break end end end end end)

Your title will change automaticly every 5 seconds You can also add this code into a macro to activate it everytime you log in!

2 comments:

WoW Accounts said...

This is a very nice posting. This is a very cool tip I must say.

Anonymous said...

How do would you turn this off?

 

Boot Danger's WoW Tips and Tricks