{"id":36331507,"url":"https://github.com/fireemerald/knowntitles","last_synced_at":"2026-01-11T12:00:43.356Z","repository":{"id":12956447,"uuid":"15634729","full_name":"FireEmerald/knownTitles","owner":"FireEmerald","description":"A offline tool to edit the knownTitles of all characters","archived":false,"fork":false,"pushed_at":"2019-09-17T21:59:05.000Z","size":2561,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-07T09:22:00.968Z","etag":null,"topics":["add","character","knowntitles","lookup","modify","remove","sql","tool","trinitycore"],"latest_commit_sha":null,"homepage":"","language":"Visual Basic","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FireEmerald.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"fire_emerald","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-01-04T15:47:30.000Z","updated_at":"2023-04-19T02:26:34.000Z","dependencies_parsed_at":"2022-08-28T06:02:43.860Z","dependency_job_id":null,"html_url":"https://github.com/FireEmerald/knownTitles","commit_stats":null,"previous_names":[],"tags_count":6,"template":null,"template_full_name":null,"purl":"pkg:github/FireEmerald/knownTitles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireEmerald%2FknownTitles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireEmerald%2FknownTitles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireEmerald%2FknownTitles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireEmerald%2FknownTitles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireEmerald","download_url":"https://codeload.github.com/FireEmerald/knownTitles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireEmerald%2FknownTitles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28301987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["add","character","knowntitles","lookup","modify","remove","sql","tool","trinitycore"],"created_at":"2026-01-11T12:00:23.370Z","updated_at":"2026-01-11T12:00:43.344Z","avatar_url":"https://github.com/FireEmerald.png","language":"Visual Basic","readme":"﻿# knownTitles\n\n## Introduction\n\nknownTitels is a *Tool* for TrinityCore based in VB.net 2012.\n\nThis Tool offers you the opportunity to delete or add multiple titles to a amount of characters.\nYou can select which title should be added or deleted. It's also possible to generate a list of titles which a character has.\n\n\n## Preview image\n\n![preview](img/preview.jpg)\n\n\n## Requirements\n\n+ Platform: Windows (32/64bit)\n+ .NET Framework ≥ 4.0\n+ MS Visual Studio Express ≥ 2012\n\n\n## Install\n\nJust run the [knownTitels.exe](https://github.com/FireEmerald/knownTitles/raw/master/pre-compiled/knownTitles.exe). No installation required.\n\n\n## How to use\n\n1. Start the [knownTitels.exe](https://github.com/FireEmerald/knownTitles/raw/master/pre-compiled/knownTitles.exe).\n2. Use your favourite sql client to execute the following query to gather the needed informations:\n  ```sql\n  SELECT guid, account, name, knownTitles FROM `characters` WHERE knownTitles != '0 0 0 0 0 0 ';\n  ```\n\n3. Export the affected rows as 'INSERT INTO' queries or as plain text as shown below:\n  ```sql\n  INSERT INTO `characters` (`guid`, `account`, `name`, `knownTitles`) VALUES (1, 1, 'Fire', '1 0 0 0 0 0 ');\n  INSERT INTO `characters` (`guid`, `account`, `name`, `knownTitles`) VALUES (2, 2, 'Mandele', '1 0 0 0 0 0 ');\n  ```\n  ```\n  1 1 Fire 1 0 0 0 0\n  2 2 Mandele 1 0 0 0 0\n  ```\n\n4. Copy all exported rows to your clipboard. Make sure each line looks like shown above. (Full/Short)\n5. Click \"Import\" -\u003e \"Import from Clipboard\"\n6. Now choose which title(s) you would like to remove or search for. With *Lookup* you get all titles of each character.\n7. Use the *Lookup*, *Search*, *Add* (not implemented) or *Remove* button.\n\n**Note:** If you would like to get a logfile and/or sql update queries (to remove the title(s)) check:\n* *Settings*\n  * *Logfile* or *SQL Update Queries*\n    * *Generate and save a Logfile* or *Generate and save a SQL Update Query*.\n\n\n## Reporting issues\n\nUse the Github Issue tracker to report a bug.\n\n\n## Submitting fixes\n\nFixes are submitted as pull request via Github.\n\n\n## Copyright\n\nCopyright (C) 2013-2017 by [FireEmerald](https://github.com/FireEmerald)\n\nLicense: [GPL 3.0](LICENSE)\n","funding_links":["https://ko-fi.com/fire_emerald"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireemerald%2Fknowntitles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireemerald%2Fknowntitles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireemerald%2Fknowntitles/lists"}