Angband Forums

Angband Forums (http://angband.oook.cz/forum/index.php)
-   Variants (http://angband.oook.cz/forum/forumdisplay.php?f=4)
-   -   [Announce] FrogComposband 7.1.salmiak released (http://angband.oook.cz/forum/showthread.php?t=10152)

MITZE January 30, 2023 20:08

Bug: Character Sheet SP Regen
 
SP Regen on the character sheet claims to be a non-zero percentage even in cases of classes that explicitly don't regen SP—like Rage-Mages.

MITZE February 14, 2023 00:32

New Player's Intro to Oz
 
[19:28] geraldine: wh
[19:28] geraldine: is the oz dungeon just like
[19:28] geraldine: australia
[19:28] geraldine: ?????????
[19:28] Enceladus: Wizard of Oz.
[19:28] MITZE: but also Australia
[19:29] MITZE: probably one or two other things as well
[19:29] MITZE: There's a bunch of fucked up things there
[19:29] geraldine: i was gonna say there are some things here that were NOT in wizard of oz
[19:29] geraldine: i hate this place
[19:29] MITZE: I'm pretty sure rodent's intention was to make people say that, yes
[19:30] Zabutor: yeah I usually wait until I'm a pretty high level and just dive to the bottom and kill the witch
[19:30] MITZE: So uh
[19:30] MITZE: have you seen what fire does here yet
[19:30] geraldine: oh yes
[19:30] geraldine: very first screen
[19:30] MITZE: *slits wrists*
[19:30] geraldine: started running lmaooooooo
[19:31] geraldine: absolute nightmare

Rudiment February 25, 2023 10:11

Playing as Draconian Berserker. I am on the way to lvl 35 so there is question about two dragon powers: Regeneration and Summon Kin.
1. Regeneration. How strong is effect of this power? For example current regeneration rate is 200 % and with this power will it become 300 % or 400 % or maybe even higher?
2. Summon Kin. Which dragons will this power summon? Is it just young or acient one?

Sideways February 25, 2023 11:01

Quote:

Originally Posted by Rudiment (Post 160307)
Playing as Draconian Berserker. I am on the way to lvl 35 so there is question about two dragon powers: Regeneration and Summon Kin.
1. Regeneration. How strong is effect of this power? For example current regeneration rate is 200 % and with this power will it become 300 % or 400 % or maybe even higher?
2. Summon Kin. Which dragons will this power summon? Is it just young or acient one?

Summon Kin will summon pet young and mature dragons up to CL 39, and pet ancient dragons from CL 40 on. It's based on both the player's level and the dungeon level; at endgame depths you can get major wyrms with some luck.

The Regeneration power gives a flat bonus of 150 percentage points; so your current regeneration rate would become 350% with it.

Rudiment March 11, 2023 18:42

Quote:

Originally Posted by Sideways (Post 160308)
Summon Kin will summon pet young and mature dragons up to CL 39, and pet ancient dragons from CL 40 on. It's based on both the player's level and the dungeon level; at endgame depths you can get major wyrms with some luck.

The Regeneration power gives a flat bonus of 150 percentage points; so your current regeneration rate would become 350% with it.

Ok. Thank you. Is quality of loot depends solely on dungeon level and monster power or there are some other factors involved?

MITZE March 11, 2023 21:06

Quote:

Originally Posted by Rudiment (Post 160436)
Ok. Thank you. Is quality of loot depends solely on dungeon level and monster power or there are some other factors involved?

DL, monsters have a specific quality of drops (treasures and good/exceptional/objects), some dungeons have a bonus to loot generated in them (but those are mostly endgame or pantheon dungeons), Lucky personality/White Aura mutation gives a slight boost to drop quality/ratios...there's probably a few more I'm forgetting.

lea2501 March 18, 2023 03:17

Quote:

Originally Posted by lea2501 (Post 156977)
It managed to compile like this:
Code:

$ ./configure --prefix $HOME/.frogcomposband --with-ncurses-prefix=/usr LIBS=-lncurses --without-x --with-no-install CFLAGS="-DSGI -DULTRIX"
But then i get this (new) error:
Code:

x ~/src/frogcomposband [master]
lea@openbsd > ./src/frogcomposband -uUser
./src/frogcomposband: Fatal Error.


Hi! just got urges to play frogcomposband again under OpenBSD and i finally managed to get it to work...

i have put an updated "installation/updater" script in my repo now here: https://notabug.org/lea2501/scripts/...composband.ksh

First clone the repo
$ mkdir -p ~/src && cd ~/src && git clone https://github.com/sulkasormi/frogcomposband.git && cd ~/src/frogcomposband

To install it you need:
$ doas pkg_add automake autoconf gcc gmake

After cloning, to compile run:
$ export AUTOMAKE_VERSION=1.16 # <- (version without minor number 1.16.5 > 1.16)
$ export AUTOCONF_VERSION=2.69 # <- (version without minor number 2.69p3 > 2.69)
$ sh autogen.sh
$ chmod +x configure
$ ./configure --prefix "$HOME"/.frogcomposband --with-ncurses-prefix=/usr --without-x --with-no-install CFLAGS="-DSGI -DULTRIX" LIBS=-lncurses
$ gmake clean
$ gmake

And finally, to play:
$ ~/src/frogcomposband/src/frogcomposband -uUser -mgcu -- -n1


All times are GMT +1. The time now is 12:58.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.