Blood of Life Question

Any discussions regarding the spoilers present in ToME 4.x.x should be restricted to this forum

Moderator: Moderator

Post Reply
Message
Author
edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Blood of Life Question

#1 Post by edge2054 »

Any reason aside from being undead the blood of life wouldn't work?

I drank it on my Dunadan Mage and got...
[LOG] The Blood of Life seems to have no effect on you.
[LOG] Radagast quaffs the Blood of Life!
[Identify] Blood of Life true
Total encumbrance 55.1
[LOG] You have no more #FFFF00#Blood of Life#LAST#.

Patryn
Thalore
Posts: 130
Joined: Sat Aug 07, 2010 12:07 pm

Re: Blood of Life Question

#2 Post by Patryn »

Humm... did you maybe already quaff the BoL with this char before? There seems to be some issues with random-artifact appearing multiple times if they're not "in possesion" (happened to me after I sold the ring of war master. I found it later a second time, dunno for the BoL).

Just a guess... ^^

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: Blood of Life Question

#3 Post by edge2054 »

Nope.

With a previous incarnation of the character I did (two characters before this one) so perhaps it's possible there was cross contamination from the previous character?

Repton
Archmage
Posts: 371
Joined: Wed Aug 05, 2009 2:17 am

Re: Blood of Life Question

#4 Post by Repton »

My hobbit summoner just found the blood of life in the trollshaws.

"The Blood of Life seems to have no effect on you."

:-(

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: Blood of Life Question

#5 Post by edge2054 »

Did it happen to be a recreated character? That's the only thing I can think may have happened to mine (previous character with the same name drank it and the game got confused).

Either that or it doesn't have a 100% chance of working.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Blood of Life Question

#6 Post by darkgod »

It's 100% and recreating a char should not affect it. When you start a game the old savefile is deleted and the whole lua state is rebooted.

I cannot fathom how it happens.
Somebody with a debug console activated can you try to do:
=game.player.undead
and
=game.player:attr("undead")

as soon as this happens again ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Repton
Archmage
Posts: 371
Joined: Wed Aug 05, 2009 2:17 am

Re: Blood of Life Question

#7 Post by Repton »

Is the debug console available in the mac version? I can see "Show lua console" in the keybinding screen, but nothing happens if I try the key for it..

Does it need to be compiled in, or is it something I can enable by editing one of the data files?

Repton
Archmage
Posts: 371
Joined: Wed Aug 05, 2009 2:17 am

Re: Blood of Life Question

#8 Post by Repton »

Hmm, must be my lucky day: just found the BoL in the trollshaws with my new dwarf summoner. I trecked to Bree, identified it, and then saved and backed up the save game.

It's now had "no effect" twice in a row..

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Blood of Life Question

#9 Post by darkgod »

Ahh ! please send it to me
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Repton
Archmage
Posts: 371
Joined: Wed Aug 05, 2009 2:17 am

Re: Blood of Life Question

#10 Post by Repton »


darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Blood of Life Question

#11 Post by darkgod »

But .. but .. it works here :/

Are you on linux / windows / osx ? 32/64 bits ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Blood of Life Question

#12 Post by darkgod »

AHHHHH thanks to the patience of Repton I found the problem.

It was REALLLLLL weird :)

It's now fixed for beta10, if you want to fix it yourself until then:
Add this line:

Code: Select all

	setfenv(f, {})
Just after this one (at line 170):

Code: Select all

	local f, err = loadstring(data)
in the file game/engine/PlayerProfile.lua
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply