Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Bug]Exodus quest #97

Open
pak3935 opened this issue Feb 9, 2023 · 2 comments
Open

🐛 [Bug]Exodus quest #97

pak3935 opened this issue Feb 9, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@pak3935
Copy link
Contributor

pak3935 commented Feb 9, 2023

https://www.wowhead.com/quest=24438/exodus
Когда садишься на делижанс, нпс "Оглобля" уезжает, а ты вместе с повозкой остается стоять на прежнем месте.
Если слезть с повозки тебя переносит в то место где сейчас бежит нпс "Оглобля" и ты так же остаешься на месте, а нпс бежит вперед по маршруту.
https://i.yapx.ru/Vefjy.png
https://i.yapx.ru/Vefj0.png
Если ничего не делать, то повозка невидемым образом доедет до конечной точки и Вас просто автоматом туда перенесет
https://i.yapx.ru/VefyU.png

@pak3935 pak3935 added the bug Something isn't working label Feb 9, 2023
@pak3935
Copy link
Contributor Author

pak3935 commented Feb 9, 2023

у себя сделал пока временно тп сразу на ласт точку, что бы без проблемы было проходимо, как с транспортом решить вопрос пока не знаю

 if (Creature* harness = player->FindNearestCreature(NPC_STAGECOACH_HARNESS, 30.0f, true))
              //  player->SummonCreature(NPC_HARNESS_SUMMONED, harness->GetPositionX(), harness->GetPositionY(), harness->GetPositionZ(), harness->GetOrientation(), TEMPSUMMON_MANUAL_DESPAWN, 600000, const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(3105)));
				player->NearTeleportTo(-2216.45f, 1810.68f, 11.8f, 3.0f);

@alexkulya
Copy link
Owner

Да, я это заметил. В данный момент занимаюсь исправлением этого задания.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants