Quest preview objectives, sql editor changes - #3751
Conversation
|
I want to do a shared Map component (to show creatures spawns, location, etc.). |
| selector: 'keira-quest-objectives', | ||
| templateUrl: './quest-objectives.component.html', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| standalone: true, |
There was a problem hiding this comment.
this is not necessary anymore because by default the property standalone is true
|
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 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 |
|
I checked aowow quickly and you can find the implementation to transform the world coords into zone pos in |
|
Replaced by #3752 only including quest objective preview |
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:






Creature reference:
Item reference:
Schema (TABLES and COLUMNS) on autocomplete
New Error message: