WoW:API SetCurrentTitle: Difference between revisions

random title marco
(random title marco)
Line 14: Line 14:


This would set the title "Chef" if your character had earned the title, otherwise it removes any active title.
This would set the title "Chef" if your character had earned the title, otherwise it removes any active title.
/script i=0 while (IsTitleKnown(i)==0) do i=random(GetNumTitles()) end SetCurrentTitle(i)
This will set a random title. (Warning: quick'n'dirty: may hang WoW if no title available. May cause lag if only few titles are available.)


== Details ==
== Details ==
Anonymous user