Page 1 of 1

Postmortem Achievement

Posted: Thu Jul 08, 2010 8:45 pm
by Dr Who
I'm pretty sure that I wasn't supposed to get the achievement in this case... Although, it was close. :P

Code: Select all

[LOG]	Skeleton warrior killed Tom Baker!
bind	MOVE_DOWN	function: 0B571CE0
bind	MOVE_UP	function: 0B577B18
bind	ACCEPT	function: 0B5795F8
[PROJECTOR] starting dam	5.1924452272919
[PROJECTOR] after difficulty dam	5.1924452272919
[PROJECTOR] res	0	1	 on dam	5.1924452272919
[PROJECTOR] final dam	5.1924452272919
[LOG]	Tom Baker hits skeleton warrior for #YELLOW#5.19 light damage#LAST#.
[LOG]	Tom Baker killed skeleton warrior!
[LOG]	#LIGHT_GREEN#New Achievement: That was close!

Re: Postmortem Achievement

Posted: Fri Jul 09, 2010 11:39 am
by PowerWyrm
:lol:

Re: Postmortem Achievement

Posted: Mon Jul 12, 2010 5:38 am
by registeringislame
I'm guessing someone missed the > 0 test when checking your life on line 531 of Actor.lua:

Code: Select all

if math.floor(p.life) <= 1 then world:gainAchievement("THAT_WAS_CLOSE", p) end

Re: Postmortem Achievement

Posted: Mon Jul 12, 2010 7:16 pm
by darkgod
fixed