typo in melinda quest achievement

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

typo in melinda quest achievement

#1 Post 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,
 
Attachments
melinda_achievement.txt
(587 Bytes) Downloaded 86 times

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: typo in melinda quest achievement

#2 Post 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.

Post Reply