Early last year the Hardcore community hosted a Road to Ragnaros event, where 40 hardcore players dove into Molten Core and killed Ragnaros! Currently on Classic Era realms, there is an 11 week Hardcore event taking place, known as the Hardcore Allstars, where players speedrun dungeons against one another on Hardcore characters.

Realm Selection Warnings – HardcorePopUp.lua WowUI

function HardcorePopUpFrameMixin:ShowRealmSelectionWarning()
self:SetBodyText(HTML_START .. HARDCORE_WARNING .. HTML_END);
self.screen = HARDCORE_POPUP_SCREEN.REALM_SELECT;
self:Show();
end

function HardcorePopUpFrameMixin:ShowCharacterCreationWarning()
self:SetBodyText(HTML_START .. HARDCORE_SECOND_WARNING .. HTML_END);
self.screen = HARDCORE_POPUP_SCREEN.CHARACTER_SELECT;
self:Show();
end



Source link

LEAVE A REPLY

Please enter your comment!
Please enter your name here