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

Quest "Load'er Up" broken (Horde) #20239

Open
cgrahamseven opened this issue Oct 18, 2024 · 0 comments · May be fixed by #20241
Open

Quest "Load'er Up" broken (Horde) #20239

cgrahamseven opened this issue Oct 18, 2024 · 0 comments · May be fixed by #20241

Comments

@cgrahamseven
Copy link
Contributor

Current Behaviour

The Horde quest "Load'er Up", which is received from Fezzix Geartwist in Taunka'le village in the Borean Tundra is broken. When you accept the quest, you are given an item called Jenny's Whistle that you must take to one of six crashed flying machine sites in the scalding pools. When you reach one of the crashed flying machines, you blow the whistle and it spawns Jenny the pack mule to transport the wreckage back to Fezzix. This NPC should spawn with the Crates Carried aura with a stack of 10. If the NPC is attacked and damaged by any mobs while following you, it loses a stack of Crates Carried. If all the stacks are lost, the npc despawns and you must summon it again.

Currently, the npc does spawn when the item is used, however when any damage is taken, it immediately despawns, regardless of how many stacks of Crates Carried it has.

Expected Blizzlike Behaviour

Jenny should spawn if you use Jenny's Whistle within range of any of the six crashed flying machines in the scalding pools area of borean tundra. On summon, she should follow the player at her speed_run db value. If she is damaged by an attacking mob, she should cast spell Drop Crates and one stack of Crates Carried should be removed per hit. If she is damaged with no stacks left of Crates Carried, she should immediately despawn. If the player successfully guides her back to Fezzix in Taunka'le village, she should cast spell Give Jenny Credit on the player to complete the quest when she is within 15 meters of Fezzix. At that point she should stop following the player, walk towards Fezzix and then despawn.

Source

https://www.youtube.com/watch?v=P4R_RGpJXjE

Steps to reproduce the problem

  1. .quest add 11881 (horde only)
  2. Move to any crashed flying machine in the scalding pools in borean tundra
  3. Use item Jenny's Whistle
  4. Run Jenny near a mob and let the mob aggro
  5. Observe that on damage taken, Jenny immediately despawns. Also note that her run speed is tied to the player, which should not be the case
  6. If you run her back without any damage, note she does not follow the blizzlike behavior observed in the video when getting credit for the quest

Extra Notes

It looks like this is a limitation of SmartAI

AC rev. hash/commit

AzerothCore rev. 7afaaae+ 2024-10-12 11:07:00 +0000 (master branch) (Win64, RelWithDebInfo, Static)

Operating system

Windows 11 x64

Custom changes or Modules

No response

cgrahamseven pushed a commit to cgrahamseven/azerothcore-wotlk that referenced this issue Oct 18, 2024
Move quest 11881 to the core for better scripted control and more
blizzlike behavior.

Closes AzerothCore issue azerothcore#20239
@cgrahamseven cgrahamseven linked a pull request Oct 18, 2024 that will close this issue
12 tasks
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 a pull request may close this issue.

1 participant