Coder Social home page Coder Social logo

fireemerald / knowntitles Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 2.5 MB

A offline tool to edit the knownTitles of all characters

License: GNU General Public License v3.0

Visual Basic 100.00%
trinitycore knowntitles sql tool character lookup add remove modify

knowntitles's Introduction

knownTitles

Introduction

knownTitels is a Tool for TrinityCore based in VB.net 2012.

This Tool offers you the opportunity to delete or add multiple titles to a amount of characters. You can select which title should be added or deleted. It's also possible to generate a list of titles which a character has.

Preview image

preview

Requirements

  • Platform: Windows (32/64bit)
  • .NET Framework ≥ 4.0
  • MS Visual Studio Express ≥ 2012

Install

Just run the knownTitels.exe. No installation required.

How to use

  1. Start the knownTitels.exe.
  2. Use your favourite sql client to execute the following query to gather the needed informations:
SELECT guid, account, name, knownTitles FROM `characters` WHERE knownTitles != '0 0 0 0 0 0 ';
  1. Export the affected rows as 'INSERT INTO' queries or as plain text as shown below:
INSERT INTO `characters` (`guid`, `account`, `name`, `knownTitles`) VALUES (1, 1, 'Fire', '1 0 0 0 0 0 ');
INSERT INTO `characters` (`guid`, `account`, `name`, `knownTitles`) VALUES (2, 2, 'Mandele', '1 0 0 0 0 0 ');
1 1 Fire 1 0 0 0 0
2 2 Mandele 1 0 0 0 0
  1. Copy all exported rows to your clipboard. Make sure each line looks like shown above. (Full/Short)
  2. Click "Import" -> "Import from Clipboard"
  3. Now choose which title(s) you would like to remove or search for. With Lookup you get all titles of each character.
  4. Use the Lookup, Search, Add (not implemented) or Remove button.

Note: If you would like to get a logfile and/or sql update queries (to remove the title(s)) check:

  • Settings
    • Logfile or SQL Update Queries
      • Generate and save a Logfile or Generate and save a SQL Update Query.

Reporting issues

Use the Github Issue tracker to report a bug.

Submitting fixes

Fixes are submitted as pull request via Github.

Copyright

Copyright (C) 2013-2017 by FireEmerald

License: GPL 3.0

knowntitles's People

Contributors

fireemerald avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

baranthur sikkgit

knowntitles's Issues

Entry error

Thx for your time and tool.
I tried your tools but I get "entry error" while I pressed remove or search button (see attached).
What is wrong? Can you help me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.