azerothcore / Keira3

Cross-platform Database Editor for AzerothCore
https://www.azerothcore.org/Keira3
GNU Affero General Public License v3.0
347 stars 143 forks source link

[Feature Request] Add tables for npc_text, creature_text, gossip etc #1078

Closed Voxstrasza closed 5 months ago

Voxstrasza commented 3 years ago

Considering AC is missing quite a few NPC gossip and text, it would be worth to add these tables to Keira3 in order to rectify those text issues quicker.

--- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/97290224-feature-request-add-tables-for-npc_text-creature_text-gossip-etc?utm_campaign=plugin&utm_content=tracker%2F139701226&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F139701226&utm_medium=issues&utm_source=github).
The-GhostRider commented 1 year ago

Considering AC is missing quite a few NPC gossip and text, it would be worth to add these tables to Keira3 in order to rectify those text issues quicker.

Yes, I totally agree, they are fundamental tables, and in my opinion they were needed from the start, above all because the "creature_text" "gossip" etc... tables are often used in SAI, therefore due to this close correlation, it is crucial to have these tables in Keira.

FrancescoBorzi commented 7 months ago

Comment from @Annamaria-CC:

creature_text able to search and add lines to creatures broadcast_text able to search up

FrancescoBorzi commented 7 months ago

Comment from @Gultask:

A creature_text Editor (coupled with a broadcast_text browser) is one of the main improvements I can think of at this time.

A broadcast_text browser in my mind is something simple that allows me to see all entries within a range or filtered for male_text/female_text

I always end up using the same queries when I want to search for entries. Then after finding the ID, I usually go to the Data section and see what's adjacent so I don't miss anything relevant.

SELECT * FROM `broadcast_text` WHERE `MaleText` LIKE '%I must feed%' OR `FemaleText` LIKE '%I must feed%';
FrancescoBorzi commented 5 months ago

now available in 3.7.0!