[Bug] Bastok 7 1 mission QM2 in Ro'Maeve not moving #7066
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I affirm:
What does this pull request do?
The QM that spawns Mokkurkalfi was not moving around the zone every 15mins like it should
would always default to table pos 1.
issue with npcUtil.pickNewPosition, passing true to the function seems to not allow it to move? setting it to false generates a new position.
Since this should move every 15 mins real time (1hour = 2.4mins 15mins ish = 6 hours), it doesnt make sense to move the QM every time the ontrigger happens? so i moved the logic to the Ro'Maeve zone file.
Steps to test these changes
use gm command !addmission 1 12
talk to Cid
go to Ro'Maeve, QM will now move from spot to spot like it should every 15 mins real time