Forum: Variants
February 23, 2021, 09:06
|
Replies: 6
Views: 589
|
Forum: Variants
February 22, 2021, 18:54
|
Replies: 6
Views: 589
|
Forum: Vanilla
February 17, 2021, 08:50
|
Replies: 231
Views: 21,289
|
Forum: Vanilla
January 25, 2021, 17:44
|
Replies: 231
Views: 21,289
|
Forum: Vanilla
January 25, 2021, 17:12
|
Replies: 231
Views: 21,289
When you fail to remove a curse, you get...
When you fail to remove a curse, you get duplicate info when inspecting the object:
- "Can be destroyed if you attempt to remove its curses" (from the "fragile" flag)
- "Attempting to uncurse it...
|
Forum: Variants
January 15, 2021, 19:05
|
Replies: 6
Views: 589
|
Forum: Vanilla
January 12, 2021, 16:02
|
Replies: 231
Views: 21,289
|
Forum: Vanilla
January 5, 2021, 18:22
|
Replies: 231
Views: 21,289
|
Forum: Variants
January 4, 2021, 18:52
|
Replies: 6
Views: 589
|
Forum: Variants
December 24, 2020, 19:03
|
Replies: 6
Views: 589
|
Forum: Vanilla
December 24, 2020, 08:56
|
Replies: 26
Views: 2,185
Not so long ago, I took on the "Mount Olympus"...
Not so long ago, I took on the "Mount Olympus" challenge: bookless artifactless egoless hobbit mage. See the corresponding thread here: http://angband.oook.cz/forum/showthread.php?t=8326
And my...
|
Forum: Vanilla
December 17, 2020, 10:25
|
Replies: 231
Views: 21,289
|
Forum: Vanilla
December 14, 2020, 10:41
|
Replies: 190
Views: 20,415
When you read a scroll of monster confusion, it...
When you read a scroll of monster confusion, it gives you an "AttConf" status effect. If you're playing a ranged character (Mage, Ranger...) and you don't melee mobs, the status stays for a very long...
|
Forum: Vanilla
December 10, 2020, 11:28
|
Replies: 231
Views: 21,289
Trying to use ctrl+e on non-Windows client when...
Trying to use ctrl+e on non-Windows client when term-2 and term-3 are not visible crashes the client. This is because the Windows client always instanciate all terms, while other clients don't. And...
|
Forum: Vanilla
December 7, 2020, 14:36
|
Replies: 231
Views: 21,289
Found some bug while remapping commands for my...
Found some bug while remapping commands for my variant. Since I don't have any available key left for the roguelike keyset, I tried to use '§' as key for the new command but this doesn't work.
-...
|
Forum: Vanilla
December 2, 2020, 08:47
|
Replies: 9
Views: 976
|
Forum: AAR
November 30, 2020, 09:02
|
Replies: 509
Views: 95,276
|
Forum: Vanilla
November 25, 2020, 16:52
|
Replies: 231
Views: 21,289
Code works perfectly.
First object: 100%...
Code works perfectly.
First object: 100% chance to pick (100% obj1)
Second object: 1/2 chance to pick, 1/2 chance to keep old one -> 1/2 chance for first 2
Third object: 1/3 chance to pick, 2/3...
|
Forum: Vanilla
November 25, 2020, 12:17
|
Replies: 231
Views: 21,289
Commit 3f9d411 has a lot of crash potential:
-...
Commit 3f9d411 has a lot of crash potential:
- if mob only has quest artifacts, get_random_monster_object() goes into endless loop
- if quest artifacts are at the end and the RNG picks them first,...
|
Forum: Variants
November 10, 2020, 19:10
|
Replies: 6
Views: 589
|
Forum: Vanilla
November 10, 2020, 08:53
|
Replies: 17
Views: 946
|
Forum: Vanilla
November 4, 2020, 18:03
|
Replies: 231
Views: 21,289
In gauntlet_gen():
int x_size =...
In gauntlet_gen():
int x_size = (z_info->dungeon_wid - gauntlet_wid) / 2 -
randint0(45 - gauntlet_wid);
This can still break the x boundary in case randint0() returns 0. Changing this to...
|
Forum: Vanilla
November 4, 2020, 09:05
|
Replies: 231
Views: 21,289
Hmm... I've tested "Moves +1" and find it...
Hmm... I've tested "Moves +1" and find it completely overpowered -- it's basically having the same as +10 speed which is way better than wearing two rings of escaping without the drawbacks. And you...
|
Forum: Vanilla
October 29, 2020, 09:15
|
Replies: 18
Views: 1,455
|
Forum: Vanilla
October 29, 2020, 09:13
|
Replies: 6
Views: 705
|