Skip to content

[SD] Readd Generic Emote Flee - used by npc_corrupted_furbolg - #831

Open
AnonXS wants to merge 1 commit into
cmangos:masterfrom
AnonXS:1000007
Open

[SD] Readd Generic Emote Flee - used by npc_corrupted_furbolg#831
AnonXS wants to merge 1 commit into
cmangos:masterfrom
AnonXS:1000007

Conversation

@AnonXS

@AnonXS AnonXS commented Jun 19, 2026

Copy link
Copy Markdown
Member

aa971d7#diff-0356dba4d68dcb72de15cc754be85afadfca32b4582db9c9394c2934030ce2a1R1322

Overwritten by: 21eabd4

EMOTE_GENERIC_FLEE    = -1000007

        // Flee at 15% HP
        if (m_creature->GetHealthPercent() <= 10.0f && !m_hasFleed)
        {
            DoScriptText(EMOTE_GENERIC_FLEE, m_creature);
            if (m_creature->AI()->DoFlee())
                m_hasFleed = true;
        }
        ```

Comment thread sql/scriptdev2/scriptdev2.sql Outdated
('-1000006','%s becomes enraged!','0','3','0','0','2384','EMOTE_BOSS_GENERIC_ENRAGED'),
('-1000007','%s calls for help!','0','3','0','0','1064','EMOTE_GENERIC_CALL_FOR_HELP');
('-1000007','%s attempts to run away in fear!','0','2','0','0','1150','EMOTE_GENERIC_FLEE');
-- ('-1000008','%s calls for help!','0','2','0','0','1064','EMOTE_GENERIC_CALL_FOR_HELP');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed in hyjal, dont comment it out

Confirm Faction & Additional tempflag 256
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 this pull request may close these issues.

2 participants