Questie

Questie

116M Downloads

Crystals of Power

Djfe opened this issue ยท 9 comments

commented

Description

The quest Crystals of Power at Ungoro has 4 equal items you need to find. All valid spots, Questie has, are valid for all 4 colors, but each crystal is still marked as one color, meaning if you only need yellow crystals, then only 1/4 of the crystal locatons show up on the map (the others are hidden already). Also: the crystal color isn't correct most of the time, since they are spawned randomly.

Wowhead link

https://classic.wowhead.com/quest=4284/crystals-of-power

Questie version

4.1.2

commented

Similar to #1257 this has been disabled intentionally.

Remove from Database/corrections.lua:

    [11184] = {"Blue Power Crystal",{4284,4382,4384,4386},{},{164658,164778}},
    [11185] = {"Green Power Crystal",{4284,4381,4382,4383},{},{164659,164779}},
    [11186] = {"Red Power Crystal",{4284,4383,4384,4385},{},{164660,164780}},
    [11188] = {"Yellow Power Crystal",{4284,4381,4385,4386},{},{164661,164781}},

We should really add a config option for this...

commented

The thing is that the objects you interact with are not the same. Like a Blue Power Crystal (item) is contained in a Blue Color Crystal (object), but not in the other objects.

Are you sure the spawns of the crystals it random so a Blue Power Crystal can spawn where a yellow one was before? If so we could duplicate all the spawns to the objects so each crystal is shown at each position

commented

what has been disabled exactly?
or do you mean questie would display 4 lootbags on top of each other, if you show all 4 colors?

commented

I'll check, I definitely noticed that the colors were mixed up. (the map told me where a green crystal should be, but it was of another color, stuff like that)

commented

Oh I misunderstood yesterday. The NPC spawns for these objects have been disabled as well, which is what I was referring to. There is sadly no solution for the crystals spawing in the same location, because that's what they do.

commented

@Muehe Couldn't we just take all the spawns for the different color crystals and add them to each crystal? So that every crystal has the same spawns as the others? Because if it is random one spawn point could be every color

commented

I took screenshots of two crystals close too the Flight Point at Un'Goro.
first crystal, no change, the two times it was ready to harvest:
Wow_2019-10-11_23-19-23
Wow_2019-10-14_01-24-13

the second one was blue, green and red so far:
Wow_2019-10-11_23-20-25
Wow_2019-10-12_00-27-21
Wow_2019-10-14_01-24-57

I'll take more screenshots the next time, I'm there

commented

@Djfe Thank you very much for coming back to this and providing such screenshots! It's very hard for us to test since most of us are not even close to max level.

I will fix this now and you'll find the fix in the next release ๐Ÿ‘

commented

no problemo ^^ :)