Download
(2 Kb)
Download
Updated: 02/24/20 09:40 PM
Compatibility:
Harrowstorm (5.3.5)
Dragonhold (5.2.5)
Updated:02/24/20 09:40 PM
Created:07/18/17 11:27 PM
Monthly downloads:122
Total downloads:16,530
Favorites:33
MD5:
Disable Custom Titles  Popular! (More than 5000 hits)
Version: 1.2.3
by: silvereyes [More]
Disables the easter egg custom titles library LibCustomTitles included with many addons.

You can confirm this is working as follows:

* Disable all but one addon that includes libcustomtitles.
* In the remaining addon's libs/LibCustomTitles/LibCustomTitles.lua file, add a custom title for a second account.
* Have the second account set their title to Volunteer on the character screen.
* Target the reticle on the second player. You should see the custom title.
* Enable this addon and /reloadui
* Target the second player again. The title should now show Volunteer.

Updated instructions for the new LibCustomTitlesN v0.1.
* Run the following script in chat, replacing @secondaryAccountName with a real test account. It can be your own, or a friend that just stays still long enough for you to target with the reticle.
Lua Code:
  1. /script d(HashString("@secondaryAccountName"))
* Disable all but one addon that includes libcustomtitlesN v0.1
* In the remaining addon's libs/LibCustomTitles/LibCustomTitles.lua file, replace the number 4276875759 in the following code with the number output in chat from step 1 above:
Lua Code:
  1. lct:RT(4276875759,false,true,{en="3u{@;]aCYaT]Z@{",})
* /Reloadui
* Target the reticle over @secondaryAccountName
* If the title is listed as "Master of Writs", then libcustomtitle is working.
* Enable this addon and /reloadui
* Target the second player again. The title should now show whatever their normal title is.
Version 1.2.3
- Update 25 Harrowstorm compatibility

Version 1.2.2
- API bump for Update 23 Scalebreaker
- This version is compatible with both Update 22 Elsweyr and Update 23 Scalebreaker

Version 1.2.1
- Elsweyr and Wrathstone API bump

Version 1.1.0
- Compatibility for disabling LibCustomTitlesN and LibCustomTitlesRN as well.
- Removed dependency on Skyshards that was left in during testing.

Version 1.0.0
- Initial release
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Uploader
Date
1.2.2
2kB
silvereyes
07/27/19 08:51 AM
1.2.1
2kB
silvereyes
05/17/19 10:10 PM
1.1.0
2kB
silvereyes
07/01/18 11:02 PM
1.0.0
2kB
silvereyes
07/18/17 11:27 PM


Post A Reply Comment Options
Unread 02/27/22, 07:19 PM  
tim99
 
tim99's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 159
Uploads: 12
Another hidden one is in DungeonTracker (Defaults.lua).

Pretty similar to CustomTitles but included in some actual code.

Warning: Spoiler
Report comment to moderator  
Reply With Quote
Unread 10/11/20, 12:04 PM  
Sidrinius

Forum posts: 3
File comments: 30
Uploads: 0
Originally Posted by ItsJustMe
Any plan to update this or do we just have to block it out manually?
I edited the CustomTitles Library so that "Fkn Snowflake" shows for everyone who thinks IGAF about their stupid childish titles.
Last edited by Sidrinius : 10/11/20 at 12:07 PM.
Report comment to moderator  
Reply With Quote
Unread 07/17/20, 10:36 AM  
ItsJustMe

Forum posts: 0
File comments: 9
Uploads: 0
Any plan to update this or do we just have to block it out manually?
Report comment to moderator  
Reply With Quote
Unread 04/04/20, 04:05 AM  
Doombug

Forum posts: 2
File comments: 10
Uploads: 0
This doesn't work at all for me, I had to manually delete all the hidden LibCustomTitles in my addons folder.
Report comment to moderator  
Reply With Quote
Unread 08/28/19, 10:15 AM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 210
File comments: 864
Uploads: 0
Thank you for this.
Report comment to moderator  
Reply With Quote
Unread 08/23/19, 06:01 PM  
Shadowshire

Forum posts: 1
File comments: 402
Uploads: 0
Post Using Disable Custom Titles

In my experience, Disable Custom Titles does not disable every custom title -- that is, while I am playing, I see characters with vaious titles which are not likely to be awarded by ZOS. Then again, the number of possible Titles which a character can have has increased so much as new features, DLCs and chapters have been released, it is not each to distinguish a genuine title from a self-chosen one. Apparently a "custom title" can be created by anyone who knows how to do it. They don't need permission of the egotistic LibCustomTitles gatekeepers.
Last edited by Shadowshire : 08/23/19 at 06:03 PM.
Report comment to moderator  
Reply With Quote
Unread 07/02/18, 11:46 AM  
Shinni
AddOn Author - Click to view AddOns

Forum posts: 167
File comments: 550
Uploads: 22
I think the current instructions might be a bit difficult to follow for some players. The following instructions should simplify it a bit, because then the user does not have to check all addons for LCT and they do not have to modify any files.

* While the addon 'Disable Custom Titles' is NOT active, use the following chat command, where "@secondaryAccountName" is the account name of a nearby player:
Code:
/script LibStub("LibCustomTitles"):RegisterTitle(HashString("@secondaryAccountName"), false, true, {en="3u{@;]aCYaT]Z@{",})
This chat command will add the custom title "Master of Writs" to @secondaryAccountName .
* Target the reticle to the nearby player @secondaryAccountName.
* If the title is listed as "Master of Writs", then libcustomtitle is working.
* Enable the 'Disable Custom Titles' addon and reload the UI
* Use the previous chat command again.
* Target the second player again. The title should now show whatever their normal title is, because this addon blocked the custom title.
* You should get a LUA error message, because 'Disable Custom Titles' blocked the attempt to add the custom title.

edit: ok. actually your addon completely blocks the chat command, so it just throws a lua error.
Last edited by Shinni : 07/02/18 at 11:50 AM.
Report comment to moderator  
Reply With Quote
Unread 07/21/17, 10:54 PM  
silvereyes
 
silvereyes's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 384
Uploads: 17
Re: How to test it?

Originally Posted by jpdouble69
hi silvereyes,
can you give an example how to test the addon is working?

thanks for the addon!
Read the addon description. There are instructions.
Report comment to moderator  
Reply With Quote
Unread 07/21/17, 01:33 PM  
jpdouble69

Forum posts: 13
File comments: 194
Uploads: 0
How to test it?

hi silvereyes,
can you give an example how to test the addon is working?

thanks for the addon!
Report comment to moderator  
Reply With Quote
Unread 07/19/17, 04:03 PM  
silvereyes
 
silvereyes's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 384
Uploads: 17
Originally Posted by Baertram
Next Addon: Disable all addons
hehe
Report comment to moderator  
Reply With Quote
Unread 07/19/17, 03:58 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4903
File comments: 5975
Uploads: 78
Next Addon: Disable all addons
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: