Page 1 of 1

typo in melinda quest achievement

Posted: Fri Apr 01, 2011 5:41 pm
by tiger_eye
"gainAchievement" was mispelled for the melinda achievment.

Patch is attached, which is this:

Code: Select all

Index: game/modules/tome/data/zones/crypt-kryl-feijan/zone.lua
===================================================================
--- game/modules/tome/data/zones/crypt-kryl-feijan/zone.lua	(revision 3132)
+++ game/modules/tome/data/zones/crypt-kryl-feijan/zone.lua	(working copy)
@@ -106,7 +106,7 @@
 
 		if not game.player:isQuestStatus("kryl-feijan-escape", engine.Quest.FAILED) then
 			game.player:setQuestStatus("kryl-feijan-escape", engine.Quest.DONE)
-			world:gainAchievemnt("MELINDA_SAVED", game.player)
+			world:gainAchievement("MELINDA_SAVED", game.player)
 		end
 	end,
 

Re: typo in melinda quest achievement

Posted: Fri Apr 01, 2011 6:53 pm
by tiger_eye
and a quick word of advice: don't enter the dark crypt to save Melinda if you are playing b22 or b23. you will get trapped down there. there is no way out.