Skip to content

Quest preview objectives, sql editor changes - #3751

Closed
Vuelos wants to merge 8 commits into
azerothcore:masterfrom
Vuelos:visualizations
Closed

Quest preview objectives, sql editor changes#3751
Vuelos wants to merge 8 commits into
azerothcore:masterfrom
Vuelos:visualizations

Conversation

@Vuelos

@Vuelos Vuelos commented May 11, 2026

Copy link
Copy Markdown
Contributor

Completes PR #3370
Tackles #3356: Adds Schema to autocomplete on the SQL Editor
Tackles #3174 and #3132: Adds Button to show/hide trace.

Tested on local instance of AzerothCore.

Test captures:

Parse Text with line breaks:
imagen
Creature reference:
imagen
Item reference:
imagen
Schema (TABLES and COLUMNS) on autocomplete
imagen
New Error message:
imagen
imagen

@Vuelos

Vuelos commented May 11, 2026

Copy link
Copy Markdown
Contributor Author

I want to do a shared Map component (to show creatures spawns, location, etc.).
What do you think is the best approach to getting the maps images?. Is there an external source for them like the 3D models?

@Vuelos Vuelos changed the title Quest preview - Objectives subcomponent. Quest preview objectives, sql editor changes May 12, 2026
selector: 'keira-quest-objectives',
templateUrl: './quest-objectives.component.html',
changeDetection: ChangeDetectionStrategy.OnPush,
standalone: true,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not necessary anymore because by default the property standalone is true

@Helias

Helias commented May 12, 2026

Copy link
Copy Markdown
Member

Hola! 👋

first, I strongly appreciate this PR, reviewing it quickly seems ok. If you can, would be great to split this it into 2 PRs, one with the quest preview improvements and the other one with the sql editor auto complete feature, so it's easier to review, test and merge, if you can't it's fine, I can test this and then merge.

About the Map question, I was wondering the same and some months ago I was investigating how AoWoW does it https://github.com/azerothcore/aowow
I investigate it long time ago so now I do not remember exactly but, from my understanding, it should use WorldMapArea.dbc and it converts using some specific formula the gps coords that we have in the ac database into local map coords, and it should do it automatically during the "setup" process.

I would strongly recommend you to check azerothcore/aowow and extract the formula or give the two projects azerothcore/aowow and azerothcore/azerothcore-wotlk to an AI for extracting it.

let me know if you have further questions or if you want to talk about it, feel free to reach me via the discord server azerothcore / #keira3 channel or in DM

@Helias

Helias commented May 12, 2026

Copy link
Copy Markdown
Member

I checked aowow quickly and you can find the implementation to transform the world coords into zone pos in game.php in the function worldPosToZonePos() which is used in spawns.ss.php file in the transformPoint() function

@Vuelos

Vuelos commented May 12, 2026

Copy link
Copy Markdown
Contributor Author

Replaced by #3752 only including quest objective preview

@Vuelos Vuelos closed this May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants