Hammer of Urk'Rok Campaign

A place to post your add ons and ideas for them

Moderator: Moderator

Message
Author
Zizzo
Sher'Tul Godslayer
Posts: 2541
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: Hammer of Urk'Rok Campaign

#31 Post by Zizzo »

Found another small quest log bug, similar to the one I found before, in The Fall of Maj'Eyal's desc() method:

Code: Select all

local statusRuins = who:hasQuest("campaign-hammer+demon-ruins") and who:hasQuest("campaign-hammer+demon-ruins"):isCompleted()
if self:isCompleted("last-hope") then
	desc[#desc+1] = _t"#LIGHT_GREEN#* The Allied Kingdom leadership is destroyed.  Victory is certain.#WHITE#"
	desc[#desc+1] = _t"You have won the game!"
elseif not statusRuins then
	desc[#desc+1] = _t"#SLATE#* You must gather your strength before dealing with Last Hope.#WHITE#"
else
	desc[#desc+1] = _t"#SLATE#* You must join the attack on Last Hope and kill King Tolak!#WHITE#"
end
This part of the quest log checks for the What Lies Beneath quest to be in COMPLETED state — but as in the previous bug, What Lies Beneath switches immediately to DONE state when it's put in COMPLETED state, so the quest log never tells you to go to Last Hope.
"Blessed are the yeeks, for they shall inherit Arda..."

Post Reply