scriptdev2 / scriptdev2-cata

ScriptDev2 for Cataclysm

Home Page:http://www.scriptdev2.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Light of Dawn

opened this issue · comments

http://www.wowhead.com/quest=12801/the-light-of-dawn
The only problem in Cata 4.3.4.

WORLD_STATE_FORCES_SHOW             = 3592,             // show the remaining units
    WORLD_STATE_FORCES_SCOURGE          = 3591,
    WORLD_STATE_FORCES_LIGHT            = 3590,
    WORLD_STATE_BATTLE_TIMER_SHOW       = 3603,             // countdown timer
    WORLD_STATE_BATTLE_TIMER_TIME       = 3604,
    WORLD_STATE_BATTLE_BEGIN            = 3605,             // battle has begun

None of WorldState not displayed, all conditions are met. But do not want to show in any way.

I think this is a core issue. If I'm not mistaken, I think that world states are not displayed at all in Cata due to missing opcode implementation or something similar.

you are mistaken