azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.44k stars 2.59k forks source link

Milton Beats Randomly Spawning With Female Model #7769

Closed Azcobu closed 3 years ago

Azcobu commented 3 years ago

What client do you play on?

enUS

Faction

Content Phase:

Current Behaviour

Original report: https://github.com/chromiecraft/chromiecraft/issues/1617

Milton Beats (NPC ID 13082) is spawned by opening a chest in the tunnel that leads to Ravenholdt Manor (he's used in a rogue quest). He can spawn with a female model currently. WoWScrnShot_090321_120827

Tester: spawned this mob in the open world and they did appear using the female model. Spawned a few dozen and they seemed to come out roughyl 50-50, though had one long run of ~7 males in a row.

WoWScrnShot_090721_234653

Slap spam makes this inadvisable: WoWScrnShot_090821_011838

It's the same model as the male/female Syndicate Prowlers. (4016/7) However, only a single model, 4016, is set in creature_template for Milton. Checking creature_model_info for 4016 shows it is set to gender 0 (= male). @JamesGent suggested on the CC tracker that the model might be flagged as M/F, but it doesn't seem to be, though I don't know how model 4017 is being used otherwise. I even had a look in conditions, but the only mention of Milton there is to reset SmartAI.

Expected Blizzlike Behaviour

He should always be male, and have this model.

Source

https://www.wowhead.com/npc=13082/milton-beats

Steps to reproduce the problem

If you have access to GM commands

  1. .npc add temp 13082
  2. Check the model

If you don't have access to GM commands (he's an aggressive elite NPC level 33, if you are lower level he will kill you)

  1. Go to Hillsbrad Foothills, at 75.44 / 22.57 (this is the slope that gives access to Ravenholdt Manor)
  2. Go up and go inside the cave
  3. Open the chest located halfway through

Extra Notes

No response

AC rev. hash/commit

https://github.com/chromiecraft/azerothcore-wotlk/commit/595bb6adccbabc714469f3935541978283b8bdfb

Operating system

Ubuntu 20.04

Modules

Customizations

None

Server

ChromieCraft

Si1ker commented 3 years ago

image

Cannot reproduce any issue about this on the commit dd0b964