Forum: Vanilla
July 23, 2018, 05:36
|
Replies: 20
Views: 5,147
Origin of spellbook names
Does anyone know who named the Vanilla spellbooks and how? In particular I'm wondering what references or in-jokes I'm missing in the dungeon books for arcane casters:
Resistance of...
|
Forum: Development
November 1, 2017, 01:33
|
Replies: 4
Views: 2,046
|
Forum: Vanilla
October 24, 2017, 17:44
|
Replies: 83
Views: 16,866
I misread this as an even more interesting...
I misread this as an even more interesting suggestion — that the scroll description should mention the actual items that will be generated. ("When read, it conjures forth The Flail 'Totila'.")
|
Forum: Vanilla
October 8, 2017, 00:49
|
Replies: 507
Views: 78,811
|
Forum: Vanilla
October 6, 2017, 23:48
|
Replies: 11
Views: 3,182
|
Forum: Vanilla
October 6, 2017, 01:45
|
Replies: 11
Views: 3,182
|
Forum: Vanilla
October 5, 2017, 01:58
|
Replies: 11
Views: 3,182
three bad suggestions for V
Some random ideas I had during my recent playthrough. I like to think they're pretty tangential and don't interact with anything, but I'm aware that programming roguelikes is harder than it seems.
...
|
Forum: Vanilla
September 25, 2017, 13:08
|
Replies: 507
Views: 78,811
Speaking of bailing out, I just bailed out of...
Speaking of bailing out, I just bailed out of quaffing an unidentified potion at the "Direction?" prompt and didn't learn its identification. I think either I should learn that it's !Dragon's Breath...
|
Forum: Vanilla
September 12, 2017, 17:29
|
Replies: 507
Views: 78,811
Thanks for the explanations. But now I'm...
Thanks for the explanations. But now I'm wondering what happens when the store has an artifact or one of the ego-items which has a random resist/sustain? It sounds like you wouldn't know what powers...
|
Forum: Vanilla
September 10, 2017, 06:00
|
Replies: 507
Views: 78,811
When I kill things while blind, I'm getting...
When I kill things while blind, I'm getting messages like "You freeze someone. You have killed it."
I love that we are now distinguishing "someone"s from "something"s, but my intuition of English...
|
Forum: Vanilla
September 9, 2017, 23:46
|
Replies: 507
Views: 78,811
|
Forum: Vanilla
September 9, 2017, 18:03
|
Replies: 507
Views: 78,811
|
Forum: Vanilla
September 8, 2017, 02:30
|
Replies: 507
Views: 78,811
Mac OS X, I started a game and enabled full...
Mac OS X, I started a game and enabled full screen with Window > Enter Full Screen, then quit with ^X.
When I restarted the game it started in the default-size window but the title screen was...
|
Forum: Vanilla
March 9, 2017, 20:12
|
Replies: 40
Views: 12,358
|
Forum: Variants
October 2, 2016, 04:28
|
Replies: 65
Views: 24,909
I"m having a problem with changing realms as a...
I"m having a problem with changing realms as a Mage: the spells from the old realm are forgotten but the number of new spells I can learn doesn't increase correspondingly. Even if I then switch back...
|
Forum: Vanilla
September 12, 2016, 02:23
|
Replies: 0
Views: 1,734
dragon curve room
Why not a dragon-curve-shaped special room? Seems thematically appropriate ...
name:Dragon curve left
type:1
rating:1
rows:28
columns:33
doors:1
tval:0
|
Forum: Vanilla
May 3, 2015, 19:11
|
Replies: 577
Views: 99,791
|
Forum: Vanilla
May 3, 2015, 03:51
|
Replies: 526
Views: 100,123
I agree with you, this is exactly what is...
I agree with you, this is exactly what is happening (and nice catch spotting this just from the observed behaviour).
The code that parses these rooms contains the line (gen-room.c:1913):
doorpos =...
|
Forum: Vanilla
May 2, 2015, 20:01
|
Replies: 526
Views: 100,123
I was finding that my mage's SP was usually set...
I was finding that my mage's SP was usually set to 0 every time I reloaded a savefile. Looks like the problem is that max SP is sometimes calculated with an uninitialised INT of zero. I think this...
|