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

[TBC] Opening Chests Should Call Nearby Mobs #1216

Closed
ulfgebhardt opened this issue Jan 8, 2017 · 4 comments
Closed

[TBC] Opening Chests Should Call Nearby Mobs #1216

ulfgebhardt opened this issue Jan 8, 2017 · 4 comments
Labels
Expansion: TBC (2.4.3) Issues relating to the TBC Expansion (2.4.3).

Comments

@ulfgebhardt
Copy link
Contributor

ulfgebhardt commented Jan 8, 2017

Opening Chests (and other GOs?) should call nearby mobs. This was present since Vanilla.
Im unsure this applies to all GOs or just Chests.

Current behavior:
Opening a Chest with a Mob nearby which is not aggroed will not call the Mob.

Expected behavior:
Opening a Chest with a Mob nearby which is not aggroed should call the Mob.
A possible Implementation can be to call surrounding mobs like Raptors do on low HP on interact with the GO. This also applies to Mobs which are grey in levelrange to the Player.

Steps to reproduce:

  1. Find a Chest
  2. LOS a Mob close to the Chest
  3. Open it
  4. Mob does not aggro.

Client version:
2.4.3

Commit hash:
Latest TBC

Database version:
Latest TBC

@ulfgebhardt ulfgebhardt changed the title Opening Chests etc should call nearby mobs Opening Chests should call nearby mobs Jan 8, 2017
@killerwife
Copy link

Likely requires a pack of mobs to be called upon when chest is opened. This is however not implemented at the moment at all.

@Warlockbugs
Copy link
Member

AFAIK gameobjects and chests may have faction set. Maybe it should pull nearby mobs of allied faction ids?

@robinsch
Copy link

robinsch commented Jan 20, 2017

Faction doesn't help here, I'm just using a copied CanAssistTo without faction checks.

@jimmybrancaccio jimmybrancaccio changed the title Opening Chests should call nearby mobs [TBC] Opening Chests Should Call Nearby Mobs Nov 18, 2018
@jimmybrancaccio jimmybrancaccio added Expansion: TBC (2.4.3) Issues relating to the TBC Expansion (2.4.3). System: Miscellaneous labels Nov 18, 2018
@jimmybrancaccio jimmybrancaccio added the Info: Needs Replication Issue needs replication before further action. label Jun 9, 2019
@ulfgebhardt
Copy link
Contributor Author

@robinsch can you share what you have done? Seems to be still a problem on the latest core

@MantisLord MantisLord removed the Info: Needs Replication Issue needs replication before further action. label Dec 11, 2020
killerwife added a commit to cmangos/mangos-classic that referenced this issue Dec 19, 2021
killerwife added a commit to cmangos/mangos-wotlk that referenced this issue Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expansion: TBC (2.4.3) Issues relating to the TBC Expansion (2.4.3).
Projects
None yet
Development

No branches or pull requests

7 participants