Something hit me, and now I'm permanently blind.
Save file is at http://www.evouga.com/misc/Tim.zip.
character is permanently blind
Moderator: Moderator
-
- Archmage
- Posts: 372
- Joined: Fri Jan 20, 2012 12:13 am
Re: character is permanently blind
Did you dominate a headless horror's eye?
<Ferret> The Spellblaze was like a nuclear disaster apparently: ammo became the "real" currency.
Re: character is permanently blind
Yeah. Is that a known bug?
Is there any way to fix my character?
Is there any way to fix my character?
Re: character is permanently blind
Hum.
It seems like it's missing the...
...line that is up slightly higher for the resistances reduction.
As to how to fix, I dunno. Maybe someone better fluent in what the code there translates to exactly in the character file could help? It seems like it's just reverting that self.summoner.blind command.
Code: Select all
if nb == 0 then
local sx, sy = game.level.map:getTileToScreen(self.summoner.x, self.summoner.y)
game.flyers:add(sx, sy, 20, (rng.range(0,2)-1) * 0.5, -3, "+Blind", {255,100,80})
self.summoner.blind = 1
game.logSeen(self.summoner, "%s is blinded by the loss of all its eyes.", self.summoner.name:capitalize())
end
end,
Code: Select all
if not self.summoner then return end
As to how to fix, I dunno. Maybe someone better fluent in what the code there translates to exactly in the character file could help? It seems like it's just reverting that self.summoner.blind command.
-
- Uruivellas
- Posts: 744
- Joined: Thu Nov 18, 2010 6:42 pm
Re: character is permanently blind
The code fix is:
As for fixing your character, it's easy from the Lua console, but would invalidate your character. From the command line there, type game.player.blind = nil
Code: Select all
if nb == 0 then
local sx, sy = game.level.map:getTileToScreen(self.summoner.x, self.summoner.y)
game.flyers:add(sx, sy, 20, (rng.range(0,2)-1) * 0.5, -3, "+Blind", {255,100,80})
if not self.summoner.player then self.summoner.blind = 1 end
game.logSeen(self.summoner, "%s is blinded by the loss of all its eyes.", self.summoner.name:capitalize())
end
end,
Re: character is permanently blind
Maybe if I somehow temporarily blinded myself, I would regain sight after the temporary effect expires? But I have no idea how I would go about testing this.
Bummer. This bug pretty much instantly destroys characters
Bummer. This bug pretty much instantly destroys characters

Re: character is permanently blind
Well, as per the invuln bug this invalidates rather than destroys. Unless the online listing means more to you than the play itself, do the console fix and finish your playthrough 
Thanks for the unblind command, i've lost yeek to this.

Thanks for the unblind command, i've lost yeek to this.
Re: character is permanently blind
fixed
[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
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
